From: Nikita Popov Date: Mon, 18 Mar 2019 09:50:39 +0000 (+0100) Subject: Merge branch 'PHP-7.2' into PHP-7.3 X-Git-Tag: php-7.3.4RC1~10 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=da7add3525d78181f15dcabc4025d5a972e23b57;p=php Merge branch 'PHP-7.2' into PHP-7.3 --- da7add3525d78181f15dcabc4025d5a972e23b57 diff --cc NEWS index 18dbcf3f34,abf5a572d3..f6f51119dc --- a/NEWS +++ b/NEWS @@@ -34,9 -32,12 +34,13 @@@ PH - MySQLi: . Fixed bug #77597 (mysqli_fetch_field hangs scripts). (Nikita) + - Opcache: - . Fixed bug #77691 (Opcache passes wrong value for inline array push - assignments). (Nikita) + . Fixed bug #77743 (Incorrect pi node insertion for jmpznz with identical + successors). (Nikita) + +- Phar: + . Fxied bug #77697 (Crash on Big_Endian platform). (Laruence) + - sodium: . Fixed bug #77646 (sign_detached() strings not terminated). (Frank)