- DOM:
. Fixed bug #67474 (getElementsByTagNameNS filter on default ns). (aboks)
+- Mbstring:
+ . Fixed bug #73646 (mb_ereg_search_init null pointer dereference).
+ (Laruence)
+
+ - Mysqli:
+ . Fixed bug #73462 (Persistent connections don't set $connect_errno).
+ (darkain)
+
- Mysqlnd:
- . Fixed issue with decoding BIT columns when having more than one rows in the
- result set. 7.0+ problem. (Andrey)
+ . Optimized handling of BIT fields - less memory copies and lower memory
+ usage. (Andrey)
. Fixed bug #73800 (sporadic segfault with MYSQLI_OPT_INT_AND_FLOAT_NATIVE).
(vanviegen)