changelog Fri Oct 19 01:31:20 2007 UTC
Modified files: /php-src ChangeLog Log: ChangeLog update http://cvs.php.net/viewvc.cgi/php-src/ChangeLog?r1=1.2842&r2=1.2843&diff_format=u Index: php-src/ChangeLog diff -u php-src/ChangeLog:1.2842 php-src/ChangeLog:1.2843 --- php-src/ChangeLog:1.2842 Thu Oct 18 01:31:28 2007 +++ php-src/ChangeLog Fri Oct 19 01:31:19 2007 @@ -1,3 +1,93 @@ +2007-10-18 Ilia Alshanetsky <[EMAIL PROTECTED]> + + * (PHP_5_2) + NEWS + configure.in + main/php_version.h: + + Back to dev + + * (PHP_5_2) + NEWS + configure.in + main/php_version.h: + + 5.2.5RC1 + +2007-10-18 Stanislav Malyshev <[EMAIL PROTECTED]> + + * (PHP_5_3) + ZendEngine2/zend_object_handlers.c: + ws + +2007-10-18 Scott MacVicar <[EMAIL PROTECTED]> + + * (PHP_5_2) + NEWS + ext/standard/array.c: + MFB53: Fixed bug #43020 (Warning message is missing with shuffle() and more + than one argument) + + * (PHP_5_3) + ext/standard/array.c: + Fixed bug #43020 (Warning message is missing with shuffle() and more than + one argument) + +2007-10-18 Dmitry Stogov <[EMAIL PROTECTED]> + + * main/main.c + main/main.c + main/main.c: + Fixed bug #42722 (display_errors setting ignored for E_PARSE and HTTP 500 + page) + +2007-10-18 Marcus Boerger <[EMAIL PROTECTED]> + + * (PHP_5_2) + NEWS: + - BFN + + * (PHP_5_2) + ext/spl/spl_array.c + ext/spl/spl_iterators.c + ext/spl/tests/bug41692.phpt + ext/spl/tests/bug42654.phpt: + - MF53 Fix for #41692, #42703 + + * ext/spl/spl_array.c: + - Missing piece + + * ext/spl/tests/bug42654.phpt + ext/spl/tests/bug42703.phpt: + - Commit new tests to correct brnach (funny broken checkout) + + * (PHP_5_2) + ext/spl/tests/bug41692.phpt: + - Fix test expectation + + * ext/spl/spl_array.c + ext/spl/spl_iterators.c + ext/spl/tests/bug42654.phpt + ext/spl/tests/bug42703.phpt: + - MFB #42654, #42704 + + * (PHP_5_3) + ext/spl/spl_iterators.c + ext/spl/tests/bug42703.phpt + ext/spl/tests/bug42703.phpt + ext/spl/tests/bug42703.phpt: + - Fix #42703 + + * ext/spl/tests/bug42654.phpt + ext/spl/tests/bug42654.phpt + ext/spl/tests/bug42654.phpt: + 1.1.4; + file bug42654.phpt was initially added on branch PHP_5_3. + + * (PHP_5_3) + ext/spl/spl_array.c: + - Fix #42654 (maybe also a bunch of others) + 2007-10-17 Johannes Schl�ter <[EMAIL PROTECTED]> * (PHP_5_3)