]> granicus.if.org Git - php/commitdiff
Merge branch 'PHP-7.4' into PHP-8.0
authorNikita Popov <nikita.ppv@gmail.com>
Mon, 15 Feb 2021 14:34:11 +0000 (15:34 +0100)
committerNikita Popov <nikita.ppv@gmail.com>
Mon, 15 Feb 2021 14:34:21 +0000 (15:34 +0100)
* PHP-7.4:
  Fixed bug #80747

1  2 
NEWS
ext/openssl/openssl.c

diff --cc NEWS
index e19aee5be429ba9d70852be89807ba605065178c,5a7f0ff7ea4e1aafa4b03bdcf63db58106519539..d65fa0e8da4a74ff741b4ebda632d72f432b18c3
--- 1/NEWS
--- 2/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)
Simple merge