changelog Tue Dec 19 01:30:57 2006 UTC
Modified files: /php-src ChangeLog Log: ChangeLog update http://cvs.php.net/viewvc.cgi/php-src/ChangeLog?r1=1.2545&r2=1.2546&diff_format=u Index: php-src/ChangeLog diff -u php-src/ChangeLog:1.2545 php-src/ChangeLog:1.2546 --- php-src/ChangeLog:1.2545 Mon Dec 18 01:30:55 2006 +++ php-src/ChangeLog Tue Dec 19 01:30:56 2006 @@ -1,3 +1,199 @@ +2006-12-18 Marcus Boerger <[EMAIL PROTECTED]> + + * ext/spl/tests/observer_004.phpt + ext/spl/tests/observer_005.phpt: + - More tests + - Test naming + +2006-12-18 Hannes Magnusson <[EMAIL PROTECTED]> + + * ext/standard/basic_functions.c: + Fix ZTS + +2006-12-18 Marcus Boerger <[EMAIL PROTECTED]> + + * 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 <[EMAIL PROTECTED]> + + * 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 <[EMAIL PROTECTED]> + + * 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 <[EMAIL PROTECTED]> + + * (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 <[EMAIL PROTECTED]> + + * 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 <[EMAIL PROTECTED]> + + * (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 <[EMAIL PROTECTED]> + + * (PHP_5_2) + main/SAPI.c: + Whitespace + +2006-12-18 Dmitry Stogov <[EMAIL PROTECTED]> + + * (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 <[EMAIL PROTECTED]> + + * 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 <[EMAIL PROTECTED]> + + * (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 <[EMAIL PROTECTED]> + + * (PHP_5_2) + ZendEngine2/zend_alloc.c: + MFH: __builtin_expect() exists only in GCC 3.0 and higher + +2006-12-18 Ilia Alshanetsky <[EMAIL PROTECTED]> + + * 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 <[EMAIL PROTECTED]> * ext/spl/spl_observer.c