summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStanislav Malyshev <stas@php.net>2013-02-09 23:02:26 -0800
committerStanislav Malyshev <stas@php.net>2013-02-09 23:02:26 -0800
commitbfdb889d4f4cdc1c602db70f956726235778aac3 (patch)
treea380fcdbf8e0b693cc1055ba3f390fa09c0f0957
parent0ea83ff8478d867ebf1603a43cd5d3432022cee7 (diff)
downloadphp-git-bfdb889d4f4cdc1c602db70f956726235778aac3.tar.gz
update NEWS
-rw-r--r--NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index e3b5075fcc..f205f3b86c 100644
--- a/NEWS
+++ b/NEWS
@@ -8,6 +8,10 @@ PHP NEWS
- Mbstring:
. mb_split() can now handle empty matches like preg_split() does. (Moriyoshi)
+- SPL:
+ . Fixed bug #64106 (Segfault on SplFixedArray[][x] = y when extended).
+ (Nikita Popov)
+
?? ??? 2012, PHP 5.4.12
- Core: