From: Date: Fri, 19 Oct 2007 01:31:22 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: RELEASE_2_0_0a1~1571 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ecdb96778789a3126de14def5d95d29e013193a4;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index 026843f834..e2c1bebf0c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,93 @@ +2007-10-18 Ilia Alshanetsky + + * (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 + + * (PHP_5_3) + ZendEngine2/zend_object_handlers.c: + ws + +2007-10-18 Scott MacVicar + + * (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 + + * 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 + + * (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 * (PHP_5_3) diff --git a/Zend/ChangeLog b/Zend/ChangeLog index 5d3f960e82..82b0790ecc 100644 --- a/Zend/ChangeLog +++ b/Zend/ChangeLog @@ -1,3 +1,9 @@ +2007-10-18 Stanislav Malyshev + + * (PHP_5_3) + zend_object_handlers.c: + ws + 2007-10-17 Dmitry Stogov * zend_compile.c