* PHP-7.4:
Fix #74779: x() and y() truncating floats to integers
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)
-- OPcache:
+ - MySQLi:
+ . Fixed bug #74779 (x() and y() truncating floats to integers). (cmb)
+
+- 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: