* PHP-7.4:
Fixed bug #80747
- 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)
+ - OpenSSL:
+ . Fixed bug #80747 (Providing RSA key size < 512 generates key that crash
+ PHP). (Nikita)
+
- Phar:
. Fixed bug #75850 (Unclear error message wrt. __halt_compiler() w/o
semicolon) (cmb)