1
0
mirror of https://github.com/php/php-src.git synced 2026-04-24 00:18:23 +02:00

Fixed bug #70904 (yield from incorrectly marks valid generator as finished)

This commit is contained in:
Bob Weinand
2015-11-24 23:43:34 +01:00
parent 569763cb1a
commit 80d9dcafe0
4 changed files with 61 additions and 18 deletions
+2
View File
@@ -19,6 +19,8 @@ PHP NEWS
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)
- Mysqlnd:
. Fixed bug #68077 (LOAD DATA LOCAL INFILE / open_basedir restriction).