From: Xinchen Hui Date: Fri, 8 Nov 2013 07:33:49 +0000 (+0800) Subject: Update NEWS X-Git-Tag: php-5.5.6~6 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=717268cb1e689fff793fa0ceb36133394fd9a75b;p=php Update NEWS --- diff --git a/NEWS b/NEWS index 02d8b0ec32..0fd30ced06 100644 --- a/NEWS +++ b/NEWS @@ -3,6 +3,8 @@ PHP NEWS ?? ??? 2013, PHP 5.5.6 - Core: + . Fixed bug #65947 (basename is no more working after fgetcsv in certain + situation). (Laruence) . Improved performance of array_merge() and func_get_args() by eliminating useless copying. (Dmitry) . Fixed bug #65939 (Space before ";" breaks php.ini parsing).