* PHP-7.0:
fix bug #75173 incorrect behavior of AppendIterator::append in foreach loop
before PHP-FPM sets it up). (Ingmar Runge)
- SPL:
+ . Fixed bug #75155 (AppendIterator::append() is broken when appending another
+ AppendIterator). (Nikita)
+ . Fixed bug #75173 (incorrect behavior of AppendIterator::append in foreach loop).
+ (jhdxr)
- Standard:
+ . Fixed bug #75152 (signed integer overflow in parse_iv). (Laruence)
. Fixed bug #75097 (gethostname fails if your host name is 64 chars long). (Andrea)
-31 Aug 2017 PHP 7.0.23
+31 Aug 2017, PHP 7.1.9
- Core:
. Fixed bug #74947 (Segfault in scanner on INF number). (Laruence)