summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 2f86fce868..f0316ee6e7 100644
--- 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).