From: Christoph M. Becker Date: Fri, 5 Feb 2021 12:11:22 +0000 (+0100) Subject: Merge branch 'PHP-7.4' into PHP-8.0 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4be5b4aa25e17e5ab88e8002d4c5aaacc7fc1cf1;p=php Merge branch 'PHP-7.4' into PHP-8.0 * PHP-7.4: Fix #74779: x() and y() truncating floats to integers --- 4be5b4aa25e17e5ab88e8002d4c5aaacc7fc1cf1 diff --cc NEWS index cbcc6d8839,c9fd50f4f5..3cb8d11174 --- a/NEWS +++ b/NEWS @@@ -1,14 -1,11 +1,17 @@@ PHP NEWS ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| -?? ??? 2021, PHP 7.4.16 +?? ??? 2021, PHP 8.0.3 + +- Gettext: + . Fixed bug #53251 (bindtextdomain with null dir doesn't return old value). + (cmb) + - MySQLi: + . Fixed bug #74779 (x() and y() truncating floats to integers). (cmb) + -- OPcache: +- Opcache: + . Fixed bug #80634 (write_property handler of internal classes is skipped on + preloaded JITted code). (Dmitry) . Fixed bug #80682 (opcache doesn't honour pcre.jit option). (Remi) - Phar: