changelog               Thu Dec  6 01:31:28 2007 UTC

  Modified files:              
    /php-src    ChangeLog 
  Log:
  ChangeLog update
  
http://cvs.php.net/viewvc.cgi/php-src/ChangeLog?r1=1.2889&r2=1.2890&diff_format=u
Index: php-src/ChangeLog
diff -u php-src/ChangeLog:1.2889 php-src/ChangeLog:1.2890
--- php-src/ChangeLog:1.2889    Wed Dec  5 01:31:32 2007
+++ php-src/ChangeLog   Thu Dec  6 01:31:28 2007
@@ -1,3 +1,52 @@
+2007-12-05  Ilia Alshanetsky  <[EMAIL PROTECTED]>
+
+    * (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  <[EMAIL PROTECTED]>
+
+    * 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  <[EMAIL PROTECTED]>
 
     * (PHP_5_3)

Reply via email to