]> granicus.if.org Git - php/commitdiff
Fixed NEWS
authorXinchen Hui <laruence@gmail.com>
Wed, 25 Nov 2015 11:15:33 +0000 (19:15 +0800)
committerXinchen Hui <laruence@gmail.com>
Wed, 25 Nov 2015 11:15:33 +0000 (19:15 +0800)
NEWS

diff --git a/NEWS b/NEWS
index ea2e23934c0babc28399731c9c52951c98914234..e1ff1980db1b4db03d9c1c2827e1d54dfdbeacad 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -5,15 +5,8 @@ PHP                                                                        NEWS
 - Core:
   . Fixed bug #70958 (Invalid opcode while using ::class as trait method
     paramater default value). (Laruence)
-  . Fixed bug #70947 (INI parser segfault with INI_SCANNER_TYPED). (Laruence)
   . Fixed bug #70944 (try{ } finally{} can create infinite chains of
     exceptions). (Laruence)
-  . Fixed bug #70914 (zend_throw_or_error() format string vulnerability).
-    (Taoguang Chen)
-  . Fixed bug #70912 (Null ptr dereference instantiating class with invalid
-    array property). (Laruence)
-  . Fixed bug #70898, #70895 (null ptr deref and segfault with crafted callable).
-    (Anatol, Laruence)
   . Fixed bug #70899 (buildconf failure in extensions). (Bob, Reeze)
   . Fixed bug #61751 (SAPI build problem on AIX: Undefined symbol:
     php_register_internal_extensions). (Lior Kaplan)
@@ -29,11 +22,31 @@ PHP                                                                        NEWS
 - OCI8:
   . Fixed LOB implementation size_t/zend_long mismatch reported
     by gcov. (Senthil)
-  . Fixed memory leak with LOBs. (Senthil)
 
 - Phpdbg:
   . Fixed stderr being written to stdout. (Bob)
 
+- Standard:
+  . Fixed bug #70960 (ReflectionFunction for array_unique returns wrong number
+    of parameters). (Laruence)
+
+- Streams/Socket
+  . Add IPV6_V6ONLY constant / make it usable in stream contexts. (Bob)
+
+26 Nov 2015, PHP 7.0.0 RC 8
+
+- Core:
+  . Fixed bug #70947 (INI parser segfault with INI_SCANNER_TYPED). (Laruence)
+  . Fixed bug #70914 (zend_throw_or_error() format string vulnerability).
+    (Taoguang Chen)
+  . Fixed bug #70912 (Null ptr dereference instantiating class with invalid
+    array property). (Laruence)
+  . Fixed bug #70898, #70895 (null ptr deref and segfault with crafted callable).
+    (Anatol, Laruence)
+
+- OCI8:
+  . Fixed memory leak with LOBs. (Senthil)
+
 - SOAP:
   . Fixed bug #70900 (SoapClient systematic out of memory error). (Dmitry)
   . Fixed bug #70940 (Segfault in soap / type_to_string). (Remi)
@@ -43,15 +56,10 @@ PHP                                                                        NEWS
     fields). (Laruence)
 
 - Standard:
-  . Fixed bug #70960 (ReflectionFunction for array_unique returns wrong number
-    of parameters). (Laruence)
-  . Fixed bug #70963 (Unserialize shows UNKNOW in result). (Laruence)
   . Fixed count on symbol tables. (Laruence)
+  . Fixed bug #70963 (Unserialize shows UNKNOWN in result). (Laruence)
   . Fixed bug #70910 (extract() breaks variable references). (Laruence)
 
-- Streams/Socket
-  . Add IPV6_V6ONLY constant / make it usable in stream contexts. (Bob)
-
 12 Nov 2015, PHP 7.0.0 RC 7
 
 - Core: