]> granicus.if.org Git - php/commitdiff
update NEWS, patch for #70249 pulled into RC7
authorAnatol Belski <ab@php.net>
Wed, 11 Nov 2015 11:20:18 +0000 (12:20 +0100)
committerAnatol Belski <ab@php.net>
Wed, 11 Nov 2015 11:20:18 +0000 (12:20 +0100)
NEWS

diff --git a/NEWS b/NEWS
index 53f4d405fbb9e12b29f455fa00f19260432943b9..10bb53d06412c1c7477bda6ca7d42806f6f033fb 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -2,16 +2,14 @@ PHP                                                                        NEWS
 |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
 ?? ??? 2015, PHP 7.0.1
 
-- Core:
-  . Fixed bug #70249 (Segmentation fault while running PHPUnit tests on
-    phpBB 3.2-dev). (Laruence)
-
 - Streams/Socket
   . Add IPV6_V6ONLY constant / make it usable in stream contexts. (Bob)
 
 12 Nov 2015, PHP 7.0.0 RC 7
 
 - Core:
+  . Fixed bug #70249 (Segmentation fault while running PHPUnit tests on
+    phpBB 3.2-dev). (Laruence)
   . Fixed bug #70873 (Regression on private static properties access).
     (Laruence)
   . Fixed bug #70805 (Segmentation faults whilst running Drupal 8 test suite).