From: Stanislav Malyshev Date: Sun, 17 Feb 2013 10:37:58 +0000 (-0800) Subject: update NEWS X-Git-Tag: php-5.5.0alpha5~7^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=92b1cb3ca0b4a62c33a6a15b0e50762cac67fc5d;p=php update NEWS --- diff --git a/NEWS b/NEWS index 02e8d64d5e..37c1332be3 100644 --- a/NEWS +++ b/NEWS @@ -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)