From 2464454e870dcc60ca73f4f4479c0d04c70ec37e Mon Sep 17 00:00:00 2001 From: Date: Thu, 6 Dec 2007 01:31:28 +0000 Subject: [PATCH] ChangeLog update --- ChangeLog | 49 +++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 49 insertions(+) diff --git a/ChangeLog b/ChangeLog index b3cd6b0bf6..09e75cdd04 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,52 @@ +2007-12-05 Ilia Alshanetsky + + * (PHP_5_2) + NEWS + ext/standard/array.c + ext/standard/tests/array/bug43495.phpt: + MFB: Fixed bug #43495 (array_merge_recursive() crashes with recursive + arrays) + + * ext/standard/array.c + ext/standard/tests/array/bug43495.phpt + ext/standard/tests/array/bug43495.phpt: + + MFB: Fixed bug #43495 (array_merge_recursive() crashes with recursive + arrays) + + * (PHP_5_3) + ext/standard/array.c + ext/standard/tests/array/bug43495.phpt + ext/standard/tests/array/bug43495.phpt: + Fixed bug #43495 (array_merge_recursive() crashes with recursive arrays) + +2007-12-05 Marcus Boerger + + * ext/spl/tests/bug38618.phpt + ext/spl/tests/bug38618.phpt: + + file bug38618.phpt was initially added on branch PHP_5_3. + + * (PHP_5_3) + ext/spl/spl_array.c: + - Fixing #38618 by: + - [DOC] ArrayIterator::CHILD_ARRAYS_ONLY, ArrayObject::CHILD_ARRAYS_ONLY + Passing this flag in the ctor prevents ArrayIterator from following + objects in ArrayObject::getIterator(), ArrayIterator::hasChildren(), + ArrayIterator::getChildren(). + The exact behavior might change: + - should the flag be set by default + - should the flag be changed to have a negative effect + + * (PHP_5_3) + run-tests.php: + - - Allow to check the out,exp and diff results on console while executing + the tests + + * (PHP_5_3) + run-tests.php: + - Allow to specify php executable on commandline + 2007-12-04 Rob Richards * (PHP_5_3) -- 2.50.1