From: Dmitry Stogov Date: Fri, 7 Jun 2019 09:38:37 +0000 (+0300) Subject: Merge branch 'PHP-7.2' into PHP-7.3 X-Git-Tag: php-7.3.7RC1~4 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=15e01132cf6dc1bead1ad8213654415a0cf42d2f;p=php Merge branch 'PHP-7.2' into PHP-7.3 * PHP-7.2: Restored NEWS entry --- 15e01132cf6dc1bead1ad8213654415a0cf42d2f diff --cc NEWS index 06130e0206,1b7e493d19..1d81d84aa0 --- a/NEWS +++ b/NEWS @@@ -13,15 -13,9 +13,17 @@@ PH - 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)