summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXinchen Hui <laruence@gmail.com>2015-11-28 23:48:12 -0800
committerXinchen Hui <laruence@gmail.com>2015-11-28 23:48:12 -0800
commit4424cbf7573ca28e883bdf3994021c9d098ae97f (patch)
tree6dfb7fca9674c9ad22c1f37465416c37b602ac72
parent1f65006fce2357d80f6ea29c4527e634450a6893 (diff)
downloadphp-git-4424cbf7573ca28e883bdf3994021c9d098ae97f.tar.gz
Order the NEWS
-rw-r--r--NEWS8
1 files 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)