* PHP-7.0:
Fix bug where `yield from` is captured too greedily
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)