]> granicus.if.org Git - php/commitdiff
fix NEWS
authorStanislav Malyshev <stas@php.net>
Sat, 1 Sep 2012 23:55:51 +0000 (16:55 -0700)
committerStanislav Malyshev <stas@php.net>
Sat, 1 Sep 2012 23:57:29 +0000 (16:57 -0700)
NEWS

diff --git a/NEWS b/NEWS
index 62e203849ad987ae1ada156268cd346d0d77c635..60bb2354500ea492b77b6d739c0b5a396530cf41 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -2,11 +2,21 @@ PHP                                                                        NEWS
 |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
 ?? ??? 2012, PHP 5.4.8
 
-?? ??? 2012, PHP 5.4.7
-
 - Core:
+  . Added optional second argument for assert() to specify custom message. Patch
+    by Lonny Kapelushnik (lonny@lonnylot.com). (Lars)
   . Fixed bug #62976 (Notice: could not be converted to int when comparing
     some builtin classes). (Laruence)
+  . Fixed bug #62955 (Only one directive is loaded from "Per Directory Values" 
+    Windows registry). (aserbulov at parallels dot com)
+
+- SPL:
+  . Bug #62987 (Assigning to ArrayObject[null][something] overrides all 
+    undefined variables). (Laruence)
+
+?? ??? 2012, PHP 5.4.7
+
+- Core:
   . Fixed bug (segfault while build with zts and GOTO vm-kind). (Laruence)
   . Fixed bug #62844 (parse_url() does not recognize //). (Andrew Faulds).
   . Fixed bug #62829 (stdint.h included on platform where HAVE_STDINT_H is not 
@@ -25,8 +35,6 @@ PHP                                                                        NEWS
     handler). (Lonny Kapelushnik)
   . Fixed bug #40459 (Stat and Dir stream wrapper methods do not call 
     constructor). (Stas)
-  . Added optional second argument for assert() to specify custom message. Patch
-    by Lonny Kapelushnik (lonny@lonnylot.com). (Lars)
 
 - CURL:
   . Fixed bug #62912 (CURLINFO_PRIMARY_* AND CURLINFO_LOCAL_* not exposed).
@@ -64,8 +72,6 @@ PHP                                                                        NEWS
     when close handler call exit). (Laruence)
 
 - SPL:
-  . Bug #62987 (Assigning to ArrayObject[null][something] overrides all 
-    undefined variables). (Laruence)
   . Fixed bug #62904 (Crash when cloning an object which inherits SplFixedArray)
     (Laruence)
   . Implemented FR #62840 (Add sort flag to ArrayObject::ksort). (Laruence)