From 541631253aff48208a50ea7398bd5da3599bd270 Mon Sep 17 00:00:00 2001 From: Anatol Belski Date: Wed, 25 Nov 2015 03:39:28 +0100 Subject: [PATCH] rearrange NEWS for RC8 --- NEWS | 36 ++++++++++++++++++++++-------------- 1 file changed, 22 insertions(+), 14 deletions(-) diff --git a/NEWS b/NEWS index ea2e23934c0..e1ff1980db1 100644 --- 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: