From: Christoph M. Becker Date: Wed, 20 Sep 2017 13:48:24 +0000 (+0200) Subject: Merge branch 'PHP-7.1' into PHP-7.2 X-Git-Tag: php-7.2.0RC3~16 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=43152bc39f0221498fd35819569e54f3565a8822;p=php Merge branch 'PHP-7.1' into PHP-7.2 * PHP-7.1: Fixed bug #73629 (SplDoublyLinkedList::setIteratorMode masks intern flags) --- 43152bc39f0221498fd35819569e54f3565a8822 diff --cc NEWS index cb68b6da8f,50ca8ada9e..996db875c4 --- a/NEWS +++ b/NEWS @@@ -17,11 -8,14 +17,15 @@@ PH - PDO_mysql: . Fixed bug #75177 (Type 'bit' is fetched as unexpected string). (Anatol) + - SPL: + . Fixed bug #73629 (SplDoublyLinkedList::setIteratorMode masks intern flags). + (J. Jeising, cmb) + -28 Sep 2017, PHP 7.1.10 +14 Sep 2017, PHP 7.2.0RC2 - Core: - . Fixed bug #75042 (run-tests.php issues with EXTENSION block). (John Boehr) + . Fixed Bug #75142 (buildcheck.sh check for autoconf version needs to be updated + for v2.64). (zizzy at zizzy dot net, Remi) - BCMath: . Fixed bug #44995 (bcpowmod() fails if scale != 0). (cmb)