summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitry Stogov <dmitry@zend.com>2013-03-01 19:17:08 +0400
committerDmitry Stogov <dmitry@zend.com>2013-03-01 19:17:08 +0400
commitb6656d0ec97a6584d3fb3018b00b05cf55ea7e60 (patch)
tree122cbf07b681d156f8d435179330163d1fa4ee4e
parent5c5bc7cf1bb8227ca4c91d7666fb2c46812c913b (diff)
downloadphp-git-b6656d0ec97a6584d3fb3018b00b05cf55ea7e60.tar.gz
Fixed timestamp update on Phar contents modification.
-rw-r--r--NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 790d72d43b..6eea516220 100644
--- a/NEWS
+++ b/NEWS
@@ -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).