summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulien Pauli <jpauli@php.net>2015-02-20 15:44:18 +0100
committerJulien Pauli <jpauli@php.net>2015-02-20 15:44:18 +0100
commit95be012dcec003752bc43b3d8ed7ff7c3c0c4f85 (patch)
tree65d6c65a639fd272d50d82093312ff09f01734d4
parent46e5f0c6bb3589754df8cdb88ff140c542977023 (diff)
downloadphp-git-95be012dcec003752bc43b3d8ed7ff7c3c0c4f85.tar.gz
Updated NEWS
-rw-r--r--NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 9472ff7a9b..7c80bfaecd 100644
--- a/NEWS
+++ b/NEWS
@@ -27,6 +27,10 @@
. 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)
+
19 Feb 2015, PHP 5.6.6
- Core: