* PHP-7.1:
Fixed bug #73629 (SplDoublyLinkedList::setIteratorMode masks intern flags)
- PDO_mysql:
. Fixed bug #75177 (Type 'bit' is fetched as unexpected string). (Anatol)
-28 Sep 2017, PHP 7.1.10
+ - SPL:
+ . Fixed bug #73629 (SplDoublyLinkedList::setIteratorMode masks intern flags).
+ (J. Jeising, cmb)
+
+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)