Re: [Fwd: [PHP-DEV] [PATCH] php.ini-(recommended|dist) whitespace noise and typo fix]

2005-01-14 Thread Daniel Lorch
PM 1/13/2005 +0100, Daniel Lorch wrote: Hi It seems that this patch has been overlooked somehow. This is only a cosmetic patch (but a useful one, I believe) which doesn't change any functionality. It shouldn't take long to verify/apply. Daniel Original Message Subject: [PHP-DEV

[Fwd: [PHP-DEV] [PATCH] php.ini-(recommended|dist) whitespace noise and typo fix]

2005-01-13 Thread Daniel Lorch
) whitespace noise and typo fix Date: Tue, 21 Dec 2004 01:00:59 +0100 From: Daniel Lorch [EMAIL PROTECTED] To: internals@lists.php.net Hi I did a `diff -u php.ini-dist php.ini-recommended` to see which settings differ. I discovered a lot of 'whitespace noise' and some typos in comments. No big deal

Re: [PHP-DEV] allow_url_fopen ini directive not enough

2004-12-21 Thread Daniel Lorch
Hi I would like to see a new directive to go alongside allow_url_fopen to allow people to turn on or off the ability to include/require a remote file. This feature is provided by hardened php: http://www.hardened-php.net/ But I absolutely +1 on this suggestion. Daniel -- PHP Internals - PHP

[PHP-DEV] [PATCH] php.ini-(recommended|dist) whitespace noise and typo fix

2004-12-20 Thread Daniel Lorch
Hi I did a `diff -u php.ini-dist php.ini-recommended` to see which settings differ. I discovered a lot of 'whitespace noise' and some typos in comments. No big deal but I'd be glad if someone could apply the patch attached to this mail. Daniel diff -ur php-4.3.10-dist/php.ini-dist

Re: [PHP-DEV] Relative include feedback

2003-03-14 Thread Daniel Lorch
hi, What do you think? Just set your include path correctly? I don't think that was his point. If file A includes file B and file B in- cludes another file, say file C, then file C will be included with the re- lative path of file A (and not file B as expected). -daniel -- PHP Internals