update NEWS

This commit is contained in:
Stanislav Malyshev 2013-02-17 02:37:58 -08:00
parent 59b016192d
commit 92b1cb3ca0

2
NEWS
View File

@ -13,6 +13,8 @@ PHP NEWS
. mb_split() can now handle empty matches like preg_split() does. (Moriyoshi)
- SPL:
. Fixed bug #64228 (RecursiveDirectoryIterator always assumes SKIP_DOTS).
(patch by kriss@krizalys.com, Laruence)
. Fixed bug #64106 (Segfault on SplFixedArray[][x] = y when extended).
(Nikita Popov)