]> granicus.if.org Git - php/commitdiff
sort changelog according to bug number
authorDmitry Stogov <dmitry@php.net>
Tue, 13 Sep 2011 07:08:36 +0000 (07:08 +0000)
committerDmitry Stogov <dmitry@php.net>
Tue, 13 Sep 2011 07:08:36 +0000 (07:08 +0000)
NEWS

diff --git a/NEWS b/NEWS
index 5a53885a7360ec383309cdda113399b0760eabeb..8da6b281e0ce25d2d6e89ab747a47b973f1a2803 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -4,18 +4,18 @@ PHP                                                                        NEWS
 
 - Core:
   . Fixed Bug #55649 (Undefined function Bug()). (Laruence)
-  . Fixed bug #52461 (Incomplete doctype and missing xmlns). 
-    (virsacer at web dot de, Pierre)
+  . Fixed bug #55576: Cannot conditionally move uploaded file without race
+    condition. (Gustavo)
   . Fixed bug #55366: keys lost when using substr_replace an array. (Arpad)
+  . Fixed bug #55273 (base64_decode() with strict rejects whitespace after
+    pad). (Ilia)
   . Fixed bug #55510: $_FILES 'name' missing first character after upload.
     (Arpad)
   . Fixed bug #55509 (segfault on x86_64 using more than 2G memory). (Laruence)
-  . Fixed bug #55576: Cannot conditionally move uploaded file without race
-    condition. (Gustavo)
   . Fixed bug #55504 (Content-Type header is not parsed correctly on
     HTTP POST request). (Hannes)
-  . Fixed bug #55273 (base64_decode() with strict rejects whitespace after
-    pad). (Ilia)
+  . Fixed bug #52461 (Incomplete doctype and missing xmlns). 
+    (virsacer at web dot de, Pierre)
 
 - Curl:
   . Fixed bug #54798 (Segfault when CURLOPT_STDERR file pointer is closed