From: Nikita Popov Date: Mon, 15 Feb 2021 14:34:11 +0000 (+0100) Subject: Merge branch 'PHP-7.4' into PHP-8.0 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f43097a2d7ba93204278fce6269effa780e111f3;p=php Merge branch 'PHP-7.4' into PHP-8.0 * PHP-7.4: Fixed bug #80747 --- f43097a2d7ba93204278fce6269effa780e111f3 diff --cc NEWS index e19aee5be4,5a7f0ff7ea..d65fa0e8da --- a/NEWS +++ b/NEWS @@@ -20,11 -12,13 +20,15 @@@ PH - 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)