Fixed timestamp update on Phar contents modification.

This commit is contained in:
Dmitry Stogov 2013-03-01 19:17:08 +04:00
parent 5c5bc7cf1b
commit b6656d0ec9

3
NEWS
View file

@ -4,6 +4,9 @@ PHP NEWS
28 Feb 2013, PHP 5.3.23RC1
- Phar:
. Fixed timestamp update on Phar contents modification. (Dmitry)
- SPL:
. Fixed bug #64264 (SPLFixedArray toArray problem). (Laruence)
. Fixed bug #64228 (RecursiveDirectoryIterator always assumes SKIP_DOTS).