summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author <changelog@php.net>2009-07-09 01:34:17 +0000
committer <changelog@php.net>2009-07-09 01:34:17 +0000
commitc4634e74ee9a594619ab0c3f133df542c6d380ef (patch)
treedf01e70b5b8757dcb580dd281049035779499c5c
parentc93ff250bcde1b62e92f7d3ec05131a438f7b1ed (diff)
downloadphp-git-c4634e74ee9a594619ab0c3f133df542c6d380ef.tar.gz
ChangeLog update
-rw-r--r--ChangeLog85
1 files changed, 85 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 41532b45d6..f10e97d9a9 100644
--- 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)