]> granicus.if.org Git - php/commitdiff
ChangeLog update
author <changelog@php.net> <>
Thu, 9 Jul 2009 01:34:17 +0000 (01:34 +0000)
committer <changelog@php.net> <>
Thu, 9 Jul 2009 01:34:17 +0000 (01:34 +0000)
ChangeLog

index 41532b45d678643b91635908342dff6e8a45d73f..f10e97d9a9d5f804eb3cbccec4e1e2d09ba404e9 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,88 @@
+2009-07-08  Felipe Pena  <felipensp@gmail.com>
+
+    * (PHP_5_3)
+      NEWS
+      ext/standard/array.c
+      ext/standard/tests/array/bug48854.phpt:
+      - MFH: Fixed bug #48854 (array_merge_recursive modifies arrays after first
+      one)
+
+    * ext/standard/array.c
+      ext/standard/tests/array/bug48854.phpt
+      ext/standard/tests/array/bug48854.phpt:
+      - Fixed bug #48854 (array_merge_recursive modifies arrays after first one)
+
+2009-07-08  Pierre-Alain Joye  <pierre.dev@gmail.com>
+
+    * ext/standard/tests/file/rename_variation7.phpt
+      ext/standard/tests/file/rename_variation7.phpt:
+      - skip on windows
+
+    * ext/standard/tests/file/rename_variation7-win32.phpt
+      ext/standard/tests/file/rename_variation7-win32.phpt:
+      
+      file rename_variation7-win32.phpt was initially added on branch PHP_5_3.
+
+    * ext/standard/tests/file/rename_variation6-win32.phpt
+      ext/standard/tests/file/rename_variation7-win32.phpt:
+      - windows version
+
+    * ext/standard/tests/file/rename_variation6-win32.phpt
+      ext/standard/tests/file/rename_variation6-win32.phpt:
+      
+      file rename_variation6-win32.phpt was initially added on branch PHP_5_3.
+
+    * ext/standard/tests/file/rename_variation6.phpt:
+      - MF53: skip on win, different error msg
+
+    * (PHP_5_3)
+      ext/standard/tests/file/rename_variation6.phpt:
+      - skip on win, different error msg
+
+    * ext/standard/tests/file/stat_variation8-win32.phpt:
+      - MF53: fix test (mtime only is changed)
+
+    * (PHP_5_3)
+      ext/standard/tests/file/stat_variation8-win32.phpt:
+      - fix test (mtime only is changed)
+
+2009-07-08  Ilia Alshanetsky  <ilia@prohost.org>
+
+    * (PHP_5_2)
+      NEWS:
+      
+      BFN
+
+    * ext/spl/spl_directory.c
+      ext/spl/spl_directory.h:
+      
+      MFB: Fixed bug #48788 (RecursiveDirectoryIterator doesn't descend into
+      symlinked
+      directories).
+
+    * (PHP_5_2)
+      ext/spl/spl_directory.c
+      ext/spl/spl_directory.h:
+      
+      MFB: Fixed bug #48788 (RecursiveDirectoryIterator doesn't descend into
+      symlinked directories).
+
+    * (PHP_5_3)
+      NEWS
+      ext/spl/spl_directory.c
+      ext/spl/spl_directory.h:
+      
+      Fixed bug #48788 (RecursiveDirectoryIterator doesn't descend into
+      symlinked
+      directories).
+      
+      [DOC]
+      
+      To avoid breaking how existing code works a new constant is introduced for
+      the RecursiveDirectoryIterator() that directs the code to follow symlinks.
+      This constant RecursiveDirectoryIterator::FOLLOW_SYMLINKS can be passed a
+      flag to the constructor to trigger symlink following.
+
 2009-07-07  David Soria Parra  <dsoria@gmx.net>
 
     * (PHP_5_2)