From 4424cbf7573ca28e883bdf3994021c9d098ae97f Mon Sep 17 00:00:00 2001 From: Xinchen Hui Date: Sat, 28 Nov 2015 23:48:12 -0800 Subject: [PATCH] Order the NEWS --- NEWS | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/NEWS b/NEWS index 973b9552f9..e19defa0f4 100644 --- a/NEWS +++ b/NEWS @@ -3,22 +3,22 @@ PHP NEWS ?? ??? 2015, PHP 7.0.1 - Core: - . Fixed bug #70967 (Weird error handling for __toString when Error is - thrown). (Laruence) . Fixed bug #70970 (Segfault when combining error handler with output buffering). (Laruence) + . Fixed bug #70967 (Weird error handling for __toString when Error is + thrown). (Laruence) . Fixed bug #70958 (Invalid opcode while using ::class as trait method paramater default value). (Laruence) . Fixed bug #70944 (try{ } finally{} can create infinite chains of exceptions). (Laruence) . Fixed bug #70931 (Two errors messages are in conflict). (dams, Laruence) + . Fixed bug #70904 (yield from incorrectly marks valid generator as finished). + (Bob) . 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) . Fixed \int (or generally every scalar type name with leading backslash) to not be accepted as type name. (Bob) - . Fixed bug #70904 (yield from incorrectly marks valid generator as finished). - (Bob) . Fixed exception not being thrown immediately into a generator yielding from an array. (Bob) -- 2.40.0