* PHP-7.2:
Restored NEWS entry
- MySQLi:
. Fixed bug #77956 (When mysqli.allow_local_infile = Off, use a meaningful
error message). (Sjon Hortensius)
+ . Fixed bug #38546 (bindParam incorrect processing of bool types).
+ (camporter)
+- MySQLnd:
+ . Fixed bug #77955 (Random segmentation fault in mysqlnd from php-fpm).
+ (Nikita)
+
+- Opcache:
+ . Fixed bug #78015 (Incorrect evaluation of expressions involving partials
+ arrays in SCCP). (Nikita)
+
- OpenSSL:
. Fixed bug #78079 (openssl_encrypt_ccm.phpt fails with OpenSSL 1.1.1c).
(Jakub Zelenka)