diff options
-rw-r--r-- | NEWS | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -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) |