]> granicus.if.org Git - php/commitdiff
fix news entries
authorArpad Ray <arpad@php.net>
Tue, 30 Aug 2011 14:01:35 +0000 (14:01 +0000)
committerArpad Ray <arpad@php.net>
Tue, 30 Aug 2011 14:01:35 +0000 (14:01 +0000)
NEWS

diff --git a/NEWS b/NEWS
index 5e012837f9c95748994f873169c05ce807a48809..44b0bb8b135b3cdb14b6f2ce13ed27b9980021f4 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -5,7 +5,8 @@ PHP                                                                        NEWS
 - Core:
   . Fixed bug #52461 (Incomplete doctype and missing xmlns). 
     (virsacer at web dot de, Pierre)
-  . Fixed bug #55366: keys lost when using substr_replace an array (arpad)
+  . Fixed bug #55366: keys lost when using substr_replace an array (Arpad)
+  . Fixed bug #55510: $_FILES 'name' missing first character after upload (Arpad)
 
 - DateTime:
   . Fixed bug #48476 (cloning extended DateTime class without calling
@@ -120,8 +121,6 @@ PHP                                                                        NEWS
     filter). (slusarz at curecanti dot org)
   . Fixed bug #48465 (sys_get_temp_dir() possibly inconsistent when using 
     TMPDIR on Windows). (Pierre)
-  . Fixed bug #55510: ($_FILES 'name' missing first character after upload)
-    (arpad)
 
 - Apache2 Handler SAPI:
   . Fixed bug #54529 (SAPI crashes on apache_config.c:197).