From: Dmitry Stogov Date: Fri, 1 Mar 2013 15:17:25 +0000 (+0400) Subject: Fixed timestamp update on Phar contents modification. X-Git-Tag: php-5.5.0alpha6~6^2~8^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ecf0cbdf3b985c41bd79fc9a79a50ef37d2828cc;p=php Fixed timestamp update on Phar contents modification. --- diff --git a/NEWS b/NEWS index 03dbbee097..4f29a68f01 100644 --- a/NEWS +++ b/NEWS @@ -25,6 +25,9 @@ PHP NEWS . Fixed bug #60840 (undefined symbol: mysqlnd_debug_std_no_trace_funcs). (Johannes) +- Phar: + . Fixed timestamp update on Phar contents modification. (Dmitry) + - SOAP . Added check that soap.wsdl_cache_dir conforms to open_basedir (CVE-2013-1635). (Dmitry)