* PHP-7.2:
fix #78624: session_gc return value for user defined session handlers
. Fixed bug #76809 (SSL settings aren't respected when persistent connections
are used). (fabiomsouto)
+- 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)
+
+ - Session:
+ . Fixed bug #78624 (session_gc return value for user defined session
+ handlers). (bshaffer)
+
- Standard:
. Fixed bug #76342 (file_get_contents waits twice specified timeout).
(Thomas Calvet)