* PHP-7.2:
Fix #78579: mb_decode_numericentity: args number inconsistency
. Fixed bug #78442 ('Illegal component' on exif_read_data since PHP7)
(Kalle)
+ - MBString:
+ . Fixed bug #78579 (mb_decode_numericentity: args number inconsistency).
+ (cmb)
+
+- Mysqlnd:
+ . Fixed bug #78525 (Memory leak in pdo when reusing native prepared
+ statements). (Nikita)
+
+- PCRE:
+ . Fixed bug #78272 (calling preg_match() before pcntl_fork() will freeze
+ child process). (Nikita)
+
- Standard:
. Fixed bug #76342 (file_get_contents waits twice specified timeout).
(Thomas Calvet)