com php-src: Merge branch 'PHP-7.0' into PHP-7.1: NEWS Zend/zend_language_scanner.l
[email protected] (Sara Golemon)
| Newsgroups | php.cvs |
|---|---|
| Message-ID | <[email protected]> |
Commit: 7835e2ebc5704d5bd8c1baa1cf98cf94facff740 Author: Sara Golemon <[email protected]> Thu, 23 Mar 2017 13:38:58 -0700 Parents: a0331127fe25886f7772ccbbca28cd568e3da96a 0fb640c71763ddb1b8017c87cec10fc76764feff Branches: PHP-7.1 master Link: http://git.php.net/?p=php-src.git;a=commitdiff;h=7835e2ebc5704d5bd8c1baa1cf98cf94facff740 Log: Merge branch 'PHP-7.0' into PHP-7.1 * PHP-7.0: Fix bug where `yield from` is captured too greedily Changed paths: MM NEWS MM Zend/zend_language_scanner.l Diff: diff --cc NEWS index dc8831b,f82f68c..ae0f6e0 --- a/NEWS +++ b/NEWS @@@ -8,10 -7,9 +8,11 @@@ PH USE_ZEND_ALLOC=0). (Nikita) . Fixed bug #73960 (Leak with instance method calling static method with referenced return). (Nikita) + . Fixed bug #69676 (Resolution of self::FOO in class constants not correct). + (Nikita) . Fixed bug #74265 (Build problems after 7.0.17 release: undefined reference to `isfinite'). (Nikita) + . Fixed bug #74302 (yield fromLABEL is over-greedy). (Sara) - Date: . Fixed bug #72096 (Swatch time value incorrect for dates before 1970). (mcq8)