summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStanislav Malyshev <stas@php.net>2013-03-02 15:57:00 -0800
committerStanislav Malyshev <stas@php.net>2013-03-02 15:57:00 -0800
commit993f9fbccc0b005ae987cf0b47bc1e82e51b3765 (patch)
treedf8582dc3086c6b65a47f9514aa4515c0e2bdcfd
parent0351fd55523b8c9e437161c6334fe413280eaa6c (diff)
downloadphp-git-993f9fbccc0b005ae987cf0b47bc1e82e51b3765.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 70c5996bbd..ea008ee3d3 100644
--- a/NEWS
+++ b/NEWS
@@ -23,6 +23,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)