From 92b1cb3ca0b4a62c33a6a15b0e50762cac67fc5d Mon Sep 17 00:00:00 2001 From: Stanislav Malyshev Date: Sun, 17 Feb 2013 02:37:58 -0800 Subject: [PATCH] update NEWS --- NEWS | 2 ++ 1 file changed, 2 insertions(+) diff --git a/NEWS b/NEWS index 02e8d64d5e4..37c1332be32 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)