summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStanislav Malyshev <stas@php.net>2013-06-10 18:15:03 -0700
committerStanislav Malyshev <stas@php.net>2013-06-10 18:15:03 -0700
commit760b7d00c3e73b119969cc2451057df626ff3158 (patch)
tree46844ff3b831e160758b2b3aabac7fef27d55f58
parentac40c0b562b0f90652cadef83968d7305626c377 (diff)
downloadphp-git-760b7d00c3e73b119969cc2451057df626ff3158.tar.gz
fix double entry
-rw-r--r--NEWS3
1 files changed, 0 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index f1ce4bc963..d9634ffddd 100644
--- 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).