. Fixed bug #72175 (Impossibility of creating multiple connections to
Interbase with php 7.x). (Nikita)
+ - Intl:
+ . Fixed bug #77895 (IntlDateFormatter::create fails in strict mode if $locale
+ = null). (Nikita)
+
+- LDAP:
+ . Fixed bug #77869 (Core dump when using server controls) (mcmic)
+
+- mbstring:
+ . Implemented FR #72777 (Implement regex stack limits for mbregex functions).
+ (Yasuo Ohgaki, Stas)
+
+- MySQLi:
+ . Fixed bug #77773 (Unbuffered queries leak memory - MySQLi / mysqlnd).
+ (Nikita)
+
- PCRE:
. Fixed bug #77827 (preg_match does not ignore \r in regex flags). (requinix,
cmb)