From: Joe Watkins Date: Tue, 12 Sep 2017 06:06:11 +0000 (+0100) Subject: Merge branch 'PHP-7.0' into PHP-7.1 X-Git-Tag: php-7.1.10RC1~8 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7015d22116313fcd49287588bf7da06947926654;p=php Merge branch 'PHP-7.0' into PHP-7.1 * PHP-7.0: fix bug #75173 incorrect behavior of AppendIterator::append in foreach loop --- 7015d22116313fcd49287588bf7da06947926654 diff --cc NEWS index ddbc7e841a,bed20b3c1a..fcac46910b --- a/NEWS +++ b/NEWS @@@ -34,14 -34,13 +34,16 @@@ PH 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)