summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorXinchen Hui <laruence@gmail.com>2016-08-19 11:28:36 +0800
committerXinchen Hui <laruence@gmail.com>2016-08-19 11:28:36 +0800
commit566d65d222c00210aa67d6b937021c8100f54678 (patch)
treee8f0c2e3c4f37338c2dd4c112d8f505e99fdcf85 /NEWS
parent0b1c8178ab7c528909861c1a263ecd03345195a3 (diff)
downloadphp-git-566d65d222c00210aa67d6b937021c8100f54678.tar.gz
Fixed bug #72888 (Segfault on clone on splFileObject)
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 5e765fe81e..79e9398b76 100644
--- a/NEWS
+++ b/NEWS
@@ -62,6 +62,9 @@ PHP NEWS
. Implemented RFC: Session ID without hashing. (Yasuo)
https://wiki.php.net/rfc/session-id-without-hashing
+- SPL:
+ . Fixed bug #72888 (Segfault on clone on splFileObject). (Laruence)
+
- SQLite3:
. Updated to SQLite3 3.14.0. (cmb)