]> granicus.if.org Git - php/commitdiff
fix double entry
authorStanislav Malyshev <stas@php.net>
Tue, 11 Jun 2013 01:15:03 +0000 (18:15 -0700)
committerStanislav Malyshev <stas@php.net>
Tue, 11 Jun 2013 01:15:03 +0000 (18:15 -0700)
NEWS

diff --git a/NEWS b/NEWS
index f1ce4bc963588b5b64f6ceb3deecd66f92e164ca..d9634ffdddf68ed6c9cfcfae5d130c15e402f485 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -175,9 +175,6 @@ PHP                                                                        NEWS
   . Disabled external entities loading (CVE-2013-1643, CVE-2013-1824).
     (Dmitry)
 
-- 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).