]> granicus.if.org Git - php/commitdiff
updated NEWS
authorAnatol Belski <ab@php.net>
Thu, 17 Apr 2014 09:08:27 +0000 (11:08 +0200)
committerAnatol Belski <ab@php.net>
Thu, 17 Apr 2014 09:08:27 +0000 (11:08 +0200)
NEWS

diff --git a/NEWS b/NEWS
index 2f86fce868c9f87c65597d6971ce8d4a4d8fef4c..f0316ee6e774d2f5d9a5c95c210e696473bbe896 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -59,6 +59,9 @@ PHP                                                                        NEWS
 - SQLite:
   . Fixed bug #66967 (Updated bundled libsqlite to 3.8.4.3). (Anatol)
 
+- Standard:
+  . Fixed bug #67072 (Echoing unserialized "SplFileObject" crash). (Anatol)
+
 - Apache2 Handler SAPI:
   . Fixed Apache log issue caused by APR's lack of support for %zu
     (APR issue https://issues.apache.org/bugzilla/show_bug.cgi?id=56120).