]> granicus.if.org Git - php/commitdiff
prepare news for next
authorAnatol Belski <ab@php.net>
Mon, 9 Nov 2015 18:39:02 +0000 (19:39 +0100)
committerAnatol Belski <ab@php.net>
Mon, 9 Nov 2015 18:39:02 +0000 (19:39 +0100)
NEWS

diff --git a/NEWS b/NEWS
index f45a930cbc47681942e3a0e9c6daef38a97416d1..6a88338f6e8958ba5195aa74f9c951c7b19961b8 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -2,6 +2,11 @@ PHP                                                                        NEWS
 |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
 ?? ??? 2015, PHP 7.0.1
 
+- 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 #70873 (Regression on private static properties access).
     (Laruence)
@@ -15,6 +20,9 @@ PHP                                                                        NEWS
   . Fixed bug #70323 (Regression in zend_fetch_debug_backtrace() can cause
     segfaults). (Aharvey, Laruence)
 
+- OCI8:
+  . Fixed bug #68298 (OCI int overflow) (Senthil).
+
 - Opcache:
   . Fixed bug #70843 (Segmentation fault on MacOSX with
     opcache.file_cache_only=1). (Laruence)
@@ -42,13 +50,9 @@ PHP                                                                        NEWS
   . Fixed bug #70808 (array_merge_recursive corrupts memory of unset items).
     (Laruence)
 
-- Streams/Socket
-  . Add IPV6_V6ONLY constant / make it usable in stream contexts. (Bob)
-
 - XSL:
   . Fixed bug #70678 (PHP7 returns true when false is expected). (Felipe)
 
-
 29 Oct 2015, PHP 7.0.0 RC 6
 
 - Core: