]> granicus.if.org Git - php/commitdiff
Move NEWS entries to correct version
authorNikita Popov <nikic@php.net>
Thu, 12 Sep 2013 16:23:53 +0000 (18:23 +0200)
committerNikita Popov <nikic@php.net>
Thu, 12 Sep 2013 16:24:58 +0000 (18:24 +0200)
Accidentially inserted NEWS entries in previous release.

NEWS

diff --git a/NEWS b/NEWS
index c907c1bc3015b1fa6782c335ea0b910723e63049..5ec672eeda0e49f1fb99b1be7c042587eace10a6 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -6,6 +6,12 @@ PHP                                                                        NEWS
   . Fixed bug #65633 (built-in server treat some http headers as
     case-sensitive). (Adam)
 
+- Datetime:
+  . Fixed bug #65502 (DateTimeImmutable::createFromFormat returns DateTime).
+    (Boro Sitnikovski)
+  . Fixed bug #65548 (Comparison for DateTimeImmutable doesn't work).
+    (Boro Sitnikovski)
+
 - GD
   . Ensure that the defined interpolation method is used with the generic
     scaling methods. (Pierre)
@@ -13,6 +19,10 @@ PHP                                                                        NEWS
 - OPcache:
   . Fixed bug #65510 (5.5.2 crashes in _get_zval_ptr_ptr_var). (Dmitry)
 
+- SPL:
+  . Fix bug #64782 (SplFileObject constructor make $context optional / give it
+    a default value). (Nikita)
+
 ?? ??? 2013, PHP 5.5.4
 
 - Core:
@@ -36,10 +46,6 @@ PHP                                                                        NEWS
   . Fixed bug #65458 (curl memory leak). (Adam)
 
 - Datetime:
-  . Fixed bug #65502 (DateTimeImmutable::createFromFormat returns DateTime).
-    (Boro Sitnikovski)
-  . Fixed bug #65548 (Comparison for DateTimeImmutable doesn't work).
-    (Boro Sitnikovski)
   . Fixed bug #65554 (createFromFormat broken when weekday name is followed
     by some delimiters). (Valentin Logvinskiy, Stas).
   . Fixed bug #65564 (stack-buffer-overflow in DateTimeZone stuff caught
@@ -59,13 +65,9 @@ PHP                                                                        NEWS
   . Fixed bug #51127/#65359 Request #25630/#43980/#54383 (Added php_serialize 
     session serialize handler that uses plain serialize()). (Yasuo)
 
-- SPL:
-  . Fix bug #64782 (SplFileObject constructor make $context optional / give it
-    a default value). (Nikita)
-
 - Standard:
-  . Fix issue with return types of password API helper functions. Found via static
-    analysis by cjones. (Anthony Ferrara) 
+  . Fix issue with return types of password API helper functions. Found via
+    static analysis by cjones. (Anthony Ferrara) 
 
 22 Aug 2013, PHP 5.5.3