]> granicus.if.org Git - php/commitdiff
Revert "revert from NEWS too"
authorGustavo André dos Santos Lopes <cataphract@php.net>
Fri, 23 Mar 2012 09:40:20 +0000 (09:40 +0000)
committerGustavo André dos Santos Lopes <cataphract@php.net>
Fri, 23 Mar 2012 09:40:20 +0000 (09:40 +0000)
This reverts commit 4990250f2d5bd3dad82e9d98d4b18c3091bf8843.

NEWS

diff --git a/NEWS b/NEWS
index ecfa97725b0cdb021d662bdab15d9abdb47eeff4..ce48ba01d759aedc5c9b50df58b250f5b3aa1a1f 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -100,6 +100,9 @@ PHP                                                                        NEWS
 
 - SPL
   . Fixed memory leak when calling SplFileInfo's constructor twice. (Felipe)
+  . Fixed bug #61418 (Segmentation fault when DirectoryIterator's or
+    FilesystemIterator's iterators are requested more than once without
+    having had its dtor callback called in between). (Gustavo)
   . Fixed bug #61347 (inconsistent isset behavior of Arrayobject). (Laruence)
   . Fixed bug #61326 (ArrayObject comparison). (Gustavo)