summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFelipe Pena <felipe@php.net>2011-06-07 01:27:29 +0000
committerFelipe Pena <felipe@php.net>2011-06-07 01:27:29 +0000
commitbaf834a00a6facf967941e9a8515a37b2ba9f5ce (patch)
tree0c5a6a23824714f7ee8887a45b3804a69d2ecc26
parent68ff1463e78ddb924385a5876d3ea5d547d08ebb (diff)
downloadphp-git-baf834a00a6facf967941e9a8515a37b2ba9f5ce.tar.gz
- BFN
-rw-r--r--NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index f30d8dadea..c7d8e522de 100644
--- a/NEWS
+++ b/NEWS
@@ -159,6 +159,8 @@ PHP NEWS
- SPL extension:
. Fixed bug #54970 (SplFixedArray::setSize() isn't resizing). (Felipe)
+ . Fixed bug #54609 (Certain implementation(s) of SplFixedArray cause hard
+ crash). (Felipe)
. Fixed bug #54384 (Dual iterators, GlobIterator, SplFileObject and
SplTempFileObject crash when user-space classes don't call the paren
constructor). (Gustavo)