summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnatol Belski <ab@php.net>2014-04-17 11:08:27 +0200
committerAnatol Belski <ab@php.net>2014-04-17 11:08:27 +0200
commit00bef4b1c78bcd1d6ed3fe9c2a32a07be9ddf6cc (patch)
tree6ef7dfba7adc2c1b0f0ba6ec862e843bdb44c7e3
parentf9a1eab4350c46c7021bd30247fbc6509654f536 (diff)
downloadphp-git-00bef4b1c78bcd1d6ed3fe9c2a32a07be9ddf6cc.tar.gz
updated NEWS
-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).