Commit:    f7d51df5c65e47a5ef8a6d81f2e13044dd926492
Author:    Stanislav Malyshev <s...@php.net>         Sat, 1 Sep 2012 16:55:51 
-0700
Parents:   f3108b5f818b2757d2e518f37d3927e83858ae4f
Branches:  PHP-5.4 master

Link:       
http://git.php.net/?p=php-src.git;a=commitdiff;h=f7d51df5c65e47a5ef8a6d81f2e13044dd926492

Log:
fix NEWS

Changed paths:
  M  NEWS


Diff:
diff --git a/NEWS b/NEWS
index 62e2038..60bb235 100644
--- 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 (lo...@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 (lo...@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)


--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to