From b6656d0ec97a6584d3fb3018b00b05cf55ea7e60 Mon Sep 17 00:00:00 2001 From: Dmitry Stogov Date: Fri, 1 Mar 2013 19:17:08 +0400 Subject: [PATCH] Fixed timestamp update on Phar contents modification. --- NEWS | 3 +++ 1 file changed, 3 insertions(+) diff --git a/NEWS b/NEWS index 790d72d43bd..6eea516220e 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).