mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
ChangeLog update
This commit is contained in:
parent
c93ff250bc
commit
c4634e74ee
1 changed files with 85 additions and 0 deletions
85
ChangeLog
85
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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue