From: Date: Thu, 9 Jul 2009 01:34:17 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: php-5.4.0alpha1~191^2~3131 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c4634e74ee9a594619ab0c3f133df542c6d380ef;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index 41532b45d6..f10e97d9a9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,88 @@ +2009-07-08 Felipe Pena + + * (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 + + * 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 + + * (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 * (PHP_5_2)