summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXinchen Hui <laruence@php.net>2013-11-08 15:33:49 +0800
committerXinchen Hui <laruence@php.net>2013-11-08 15:33:49 +0800
commit717268cb1e689fff793fa0ceb36133394fd9a75b (patch)
treefee6f32056238677727cc498f79a4c4c6e83b0b5
parent5f17c4d08e2bcce1159444adcc2a1e40ab80618f (diff)
downloadphp-git-717268cb1e689fff793fa0ceb36133394fd9a75b.tar.gz
Update NEWS
-rw-r--r--NEWS2
1 files changed, 2 insertions, 0 deletions
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).