From: Date: Tue, 19 Dec 2006 01:31:00 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: RELEASE_1_0_0RC1~656 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c80e30a86f0b1e0227e3de6e69f91d83ef0b4ef5;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index 37044b3bd2..bd409ed8e1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,199 @@ +2006-12-18 Marcus Boerger + + * ext/spl/tests/observer_004.phpt + ext/spl/tests/observer_005.phpt: + - More tests + - Test naming + +2006-12-18 Hannes Magnusson + + * ext/standard/basic_functions.c: + Fix ZTS + +2006-12-18 Marcus Boerger + + * ext/spl/spl_observer.c + ext/spl/tests/observer_003.phpt + ext/spl/tests/observer_004.phpt: + - Support members in SplObjectStorage serialization / shorter serialization + +2006-12-18 Andrei Zmievski + + * unicode-progress.txt + ext/standard/basic_functions.c: + Unicode support in get_cfg_var(). + + * ext/standard/basic_functions.c: + Fix macro. + + * ext/standard/basic_functions.c: + Unicode support in parse_ini_file(). + +2006-12-18 Ilia Alshanetsky + + * ext/pdo_pgsql/pgsql_driver.c: + MFB: Fixed bug #39845 (Persistent connections generate a warning in + pdo_pgsql). + + * (PHP_5_2) + NEWS + ext/pdo_pgsql/pgsql_driver.c: + Fixed bug #39845 (Persistent connections generate a warning in pdo_pgsql). + + * ext/filter/sanitizing_filters.c: + MFB: Cleanup & optimize php_filter_encode_url() + + * (PHP_5_2) + ext/filter/sanitizing_filters.c: + Cleanup & optimize php_filter_encode_url() + + * ext/filter/sanitizing_filters.c + ext/standard/php_string.h + ext/standard/string.c: + MFB: Less hackish support for spaces at the start of tags within + strip_tags() + + * (PHP_5_2) + ext/filter/sanitizing_filters.c + ext/standard/php_string.h + ext/standard/string.c: + Less hackish support for spaces at the start of tags within strip_tags() + + * ext/filter/filter_private.h + ext/filter/logical_filters.c + ext/filter/tests/042.phpt + ext/filter/tests/044.phpt: + MFB: Fixed bugs with trimming of spaces + + * (PHP_5_2) + NEWS + ext/filter/filter_private.h + ext/filter/logical_filters.c + ext/filter/tests/042.phpt + ext/filter/tests/044.phpt + ext/filter/tests/044.phpt: + Fixed bugs with trimming of spaces + +2006-12-18 Antony Dovgal + + * (PHP_5_2) + NEWS + ext/standard/php_fopen_wrapper.c: + MFH: fix #39850 (SplFileObject throws contradictory/wrong error messages + when trying to open "php://wrong") + + * ext/standard/php_fopen_wrapper.c: + fix #39850 (SplFileObject throws contradictory/wrong error messages when + trying to open "php://wrong") + +2006-12-18 Dmitry Stogov + + * ext/soap/tests/bugs/bug39832.phpt + ext/soap/tests/bugs/bug39832.phpt + ext/soap/tests/bugs/bug39832.wsdl + ext/soap/tests/bugs/bug39832.wsdl: + + file bug39832.phpt was initially added on branch PHP_5_2. + + * (PHP_5_2) + NEWS + ext/soap/php_encoding.c + ext/soap/php_encoding.c + ext/soap/tests/bugs/bug39832.phpt + ext/soap/tests/bugs/bug39832.wsdl: + Fixed bug #39832 (SOAP Server: parameter not matching the WSDL specified + type are set to 0) + +2006-12-18 Antony Dovgal + + * (PHP_5_2) + main/SAPI.c: + MFH: fix possible invalid read (reproducible only on big-endian machines) + + * main/SAPI.c: + fix possible invalid read (reproducible only on big-endian machines) + +2006-12-18 Zeev Suraski + + * (PHP_5_2) + main/SAPI.c: + Whitespace + +2006-12-18 Dmitry Stogov + + * (PHP_5_2) + NEWS + ZendEngine2/Zend.m4 + ZendEngine2/Zend.m4 + ZendEngine2/zend_alloc.c + ZendEngine2/zend_alloc.c: + Fixed random generation of cookies and canaries + +2006-12-18 Antony Dovgal + + * ext/standard/tests/strings/sprintf_f_2.phpt + ext/standard/tests/strings/sprintf_f_3.phpt: + fix test names + + * (PHP_5_2) + ext/standard/formatted_print.c: + remove the comment, it's not valid anymore + +2006-12-18 Hannes Magnusson + + * (PHP_5_2) + ext/standard/formatted_print.c + ext/standard/tests/strings/sprintf_f_2.phpt + ext/standard/tests/strings/sprintf_f_3.phpt + main/snprintf.c: + MFH: + - make %f locale aware again + - fix precision loss with %F (noticed by Sebastian Nohn) + - add new tests + + * ext/standard/formatted_print.c + ext/standard/tests/strings/sprintf_f_2.phpt + ext/standard/tests/strings/sprintf_f_2.phpt + ext/standard/tests/strings/sprintf_f_3.phpt + ext/standard/tests/strings/sprintf_f_3.phpt + main/snprintf.c: + - make %f locale aware again + - fix precision loss with %F (noticed by Sebastian Nohn) + - add new tests + +2006-12-18 Dmitry Stogov + + * (PHP_5_2) + ZendEngine2/zend_alloc.c: + MFH: __builtin_expect() exists only in GCC 3.0 and higher + +2006-12-18 Ilia Alshanetsky + + * ext/filter/sanitizing_filters.c + ext/filter/tests/025.phpt + ext/filter/tests/042.phpt + ext/filter/tests/043.phpt + ext/standard/string.c: + MFB: Filter fixes: + Fixed possible double encoding problem with sanitizing filters + Make use of space-strict strip_tags() function + + * (PHP_5_2) + NEWS + ext/filter/sanitizing_filters.c + ext/filter/tests/025.phpt: + Filter fixes: + Fixed possible double encoding problem with sanitizing filters + Make use of space-strict strip_tags() function + + * ext/filter/tests/042.phpt + ext/filter/tests/042.phpt + ext/filter/tests/043.phpt + ext/filter/tests/043.phpt + ext/standard/string.c: + + file 042.phpt was initially added on branch PHP_5_2. + 2006-12-17 Marcus Boerger * ext/spl/spl_observer.c diff --git a/Zend/ChangeLog b/Zend/ChangeLog index bfe8745b25..be7eb92221 100644 --- a/Zend/ChangeLog +++ b/Zend/ChangeLog @@ -1,3 +1,15 @@ +2006-12-18 Dmitry Stogov + + * Zend.m4 + Zend.m4 + zend_alloc.c + zend_alloc.c: + Fixed random generation of cookies and canaries + + * (PHP_5_2) + zend_alloc.c: + MFH: __builtin_expect() exists only in GCC 3.0 and higher + 2006-12-16 Hannes Magnusson * zend_API.h: