]> granicus.if.org Git - php/commitdiff
Merge branch 'PHP-7.0' into PHP-7.1
authorSara Golemon <pollita@php.net>
Thu, 23 Mar 2017 20:38:58 +0000 (13:38 -0700)
committerSara Golemon <pollita@php.net>
Thu, 23 Mar 2017 20:38:58 +0000 (13:38 -0700)
* PHP-7.0:
  Fix bug where `yield from` is captured too greedily

1  2 
NEWS
Zend/zend_language_scanner.l

diff --cc NEWS
index dc8831bc882c49a30962d1b1b4dc2b7000d9ccce,f82f68cb91cab3a91479093922df7fadb23020f7..ae0f6e096e3017a97d8be6e95281d29f256e1c00
--- 1/NEWS
--- 2/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)
Simple merge