summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXinchen Hui <laruence@php.net>2013-06-09 22:26:07 +0800
committerXinchen Hui <laruence@php.net>2013-06-09 22:26:07 +0800
commit8ae43caeeeacf3338d6f1218455b5aa4b9ef09f7 (patch)
tree0a9aaca0f626eaea8fa0663b7241d82f3bfa6a18
parent3f229f43644bcf450c43103364cc8a800961c45e (diff)
downloadphp-git-8ae43caeeeacf3338d6f1218455b5aa4b9ef09f7.tar.gz
Update NEWS
-rw-r--r--NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index d4ad9cc488..b2cb8c2eca 100644
--- a/NEWS
+++ b/NEWS
@@ -6,6 +6,10 @@ PHP NEWS
. Fixed bug #64966 (segfault in zend_do_fcall_common_helper_SPEC). (Laruence)
. Fixed bug #64934 (Apache2 TS crash with get_browser()). (Anatol)
+- SPL:
+ . Fixed bug #64997 (Segfault while using RecursiveIteratorIterator on
+ 64-bits systems). (Laruence)
+
06 Jun 2013, PHP 5.5.0 Release Candidate 3
- Core: