]> granicus.if.org Git - php/commitdiff
Updated NEWS
authorJulien Pauli <jpauli@php.net>
Fri, 20 Feb 2015 14:43:38 +0000 (15:43 +0100)
committerJulien Pauli <jpauli@php.net>
Fri, 20 Feb 2015 14:43:38 +0000 (15:43 +0100)
NEWS

diff --git a/NEWS b/NEWS
index c2243451853b1a8866141d215b5ce3e2e798d142..a0900f0d04f85bad946e8e77e9d258c185ddc5e1 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -28,6 +28,10 @@ PHP                                                                        NEWS
   . Fixed bug #69054 (Null dereference in readline_(read|write)_history() without
     parameters). (Laruence)
 
+- SPL:
+  . Fixed bug #68557 (RecursiveDirectoryIterator::seek(0) broken after 
+    calling getChildren()). (Julien)
+
 - CGI:
   . Fixed bug #69015 (php-cgi's getopt does not see $argv). (Laruence)