summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorMatteo Beccati <mbeccati@php.net>2014-06-13 13:14:12 +0200
committerMatteo Beccati <mbeccati@php.net>2014-06-13 13:14:12 +0200
commitdf5551ba4f1aae8486b3c4011318188fde7e30cd (patch)
tree8aea6568593bafcc51cf7b329618876545ba4108 /NEWS
parent84f339546a623346e59ec5ba62fdc98fb7d7ecb2 (diff)
downloadphp-git-df5551ba4f1aae8486b3c4011318188fde7e30cd.tar.gz
Fix bug #67433 SIGSEGV when using count() on an object implementing Countable
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 490ccea7a6..38a05790df 100644
--- a/NEWS
+++ b/NEWS
@@ -12,6 +12,8 @@ PHP NEWS
. Fixed bug #67392 (dtrace breaks argument unpack). (Nikita)
. Fixed bug #67428 (header('Location: foo') will override a 308-399 response
code). (Adam)
+ . Fixed bug #67433 (SIGSEGV when using count() on an object implementing
+ Countable). (Matteo)
- CLI server:
. Implemented FR #67429 (CLI server is missing some new HTTP response codes).