updated NEWS
authorAnatoliy Belsky <ab@php.net>
Wed, 11 Jul 2012 20:37:39 +0000 (22:37 +0200)
committerAnatoliy Belsky <ab@php.net>
Wed, 11 Jul 2012 20:37:39 +0000 (22:37 +0200)
NEWS

diff --git a/NEWS b/NEWS
index 3d91e502f8d0fc2a24196875a47a9e49bce3b315..32816631b5aecf33230d9a025bf43e8bc12a44fa 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -92,6 +92,7 @@ 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).