On Sat, 30 Oct 2010 16:56:36 +0100, Pierre Joye <pierre....@gmail.com>
wrote:
This directive is documented only to be used with FTP.
The documentation was wrong, and has also been fixed. According to the bug
report, this directive has been used for http for the last 8 years.
Yes it would be nice to fully support the HTTP RFC, but not by making
this implementation more ugly. Also new features should go to trunk.
I suggest to actually fix the reported bug and do the right changes
and additions in trunk.
I repeat, there were no additions here. The only bug in that report was
that cfg_get_string was being used to retrieve the value of the ini
directive, which is wrong because then PHP doesn't know anything about the
directive expect by putting it in the hash table that results from ini
parsing.
In particular, ini_set cannot then be used to change the value of the
directive through the script.
In fact, after removing these usages of cfg_get_string, only two usages
remain in php-src, both in PDO.
Regards
--
Gustavo Lopes
--
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php