summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRemi Collet <remi@php.net>2014-06-17 09:41:10 +0200
committerRemi Collet <remi@php.net>2014-06-17 09:41:10 +0200
commitba34f0c2e868f37eaacf62e8b698e972b80a872f (patch)
tree83c219717bf23ed2fc20521818ef949591995ac9
parentea466a316ffc39c7d5733c5aa1c37ab604af6e57 (diff)
downloadphp-git-ba34f0c2e868f37eaacf62e8b698e972b80a872f.tar.gz
NEWS
-rw-r--r--NEWS1
1 files changed, 1 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index e7a5e88e19..f496f90016 100644
--- a/NEWS
+++ b/NEWS
@@ -49,6 +49,7 @@ PHP NEWS
- SPL:
. Fixed bug #66127 (Segmentation fault with ArrayObject unset). (Stas)
+ . Fixed request #67453 (Allow to unserialize empty data). (Remi)
- Streams:
. Fixed bug #67430 (http:// wrapper doesn't follow 308 redirects). (Adam)