From: Anatol Belski Date: Mon, 9 Nov 2015 18:39:02 +0000 (+0100) Subject: prepare news for next X-Git-Tag: php-7.0.1RC1~121 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e029a86aadece9535f0414ed8153ace41ea98915;p=php prepare news for next --- diff --git a/NEWS b/NEWS index f45a930cbc..6a88338f6e 100644 --- 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: