* PHP-7.0:
Fixed #75220 - Segfault when calling is_callable on parent
. Fixed bug #75236 (infinite loop when printing an error-message). (Andrea)
. Fixed bug #75252 (Incorrect token formatting on two parse errors in one
request). (Nikita)
+ . Fixed bug #75220 (Segfault when calling is_callable on parent).
+ (andrewnester)
+- MySQLi:
+ . Fixed bug #75018 (Data corruption when reading fields of bit type). (Anatol)
+
+- 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)