1
0
mirror of https://github.com/php/php-src.git synced 2026-04-26 17:38:14 +02:00

Update NEWS

This commit is contained in:
Xinchen Hui
2013-11-08 15:33:49 +08:00
parent 5f17c4d08e
commit 717268cb1e
+2
View File
@@ -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).