From: Date: Tue, 7 Nov 2006 01:31:09 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: RELEASE_1_0_0RC1~1114 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e3ba203885b630cf1ae9d7ea94863dc9db6e703f;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index 6aeb12d15d..e075cf9026 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,88 @@ +2006-11-06 Hannes Magnusson + + * ext/spl/spl_directory.c + ext/spl/spl_iterators.c: + Fix arginfo + +2006-11-06 Andrei Zmievski + + * ext/standard/html.c: + Unicode support in entities/special chars funcs. See the NOTE at the + top. + +2006-11-06 Rasmus Lerdorf + + * (PHP_5_2) + README.UPDATE_5_2: + It is allow_url_include not allow_fopen_include + +2006-11-06 Ilia Alshanetsky + + * (PHP_5_2) + NEWS + ext/standard/string.c + ext/standard/tests/strings/bug39350.phpt + ext/standard/tests/strings/bug39350.phpt: + Fixed bug #39350 (crash with implode("\n", array(false))). + +2006-11-06 Hannes Magnusson + + * (PHP_5_2) + README.UPDATE_5_2: + include php://input && data: have been disabled (with allow_fopen_include + off) + new DateTime(new stdclass) now throws exception + imap_[re]open() has new optional parameter + +2006-11-06 Ilia Alshanetsky + + * (PHP_5_2) + ext/imap/php_imap.c: + param parsing fix + + +2006-11-06 Dmitry Stogov + + * ext/soap/tests/bugs/bug39121.phpt + ext/soap/tests/bugs/bug39121.phpt: + + file bug39121.phpt was initially added on branch PHP_5_2. + + * (PHP_5_2) + NEWS + ext/soap/php_packet_soap.c + ext/soap/php_packet_soap.c + ext/soap/tests/bugs/bug39121.phpt: + Fixed bug #39121 (Incorrect return array handling in non-wsdl soap client) + +2006-11-06 Hannes Magnusson + + * ext/imap/php_imap.c: + Enable the new 5th parameter + + * (PHP_5_2) + ext/date/php_date.c: + MFH: throw exception on invalid parameters + + * ext/date/php_date.c: + Throw exception on invalid parameters in DateTime::__construct() + + * ext/spl/spl_directory.c + ext/spl/tests/fileobject_003.phpt: + Fix segfault on $splinfo->openFile()->getPath() + Improve test + +2006-11-06 Dmitry Stogov + + * ext/standard/filestat.c + ext/standard/filestat.c: + Windows doesn't have chown(). Remove unused function and reference to + undeclared macro VCWD_CHOWN(). + + * (PHP_5_2) + ext/soap/php_encoding.c: + MFH: Fixed decoding list of arrays (related to bug #39121) + 2006-11-05 Rasmus Lerdorf * ext/standard/php_fopen_wrapper.c