summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnatoliy Belsky <ab@php.net>2012-07-12 10:57:56 +0200
committerAnatoliy Belsky <ab@php.net>2012-07-12 10:57:56 +0200
commitec7e479562506842766fcf2bc47f417e9da44813 (patch)
tree5e8d456e9b75f4cd9acaedcd49624af77e5ed138
parent86428169d3c8d7d9a3dfd4e27fb48cf1314102dc (diff)
downloadphp-git-ec7e479562506842766fcf2bc47f417e9da44813.tar.gz
reverted news about #62477
-rw-r--r--NEWS1
1 files changed, 0 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 32816631b5..3d91e502f8 100644
--- a/NEWS
+++ b/NEWS
@@ -92,7 +92,6 @@ PHP NEWS
dot files). (Laruence)
. Fixed bug #62262 (RecursiveArrayIterator does not implement Countable).
(Nikita Popov)
- . Fixed bug #62477 LimitIterator int overflow. (Anatoliy)
- XML Writer:
. Fixed bug #62064 (memory leak in the XML Writer module).