]> granicus.if.org Git - php/commitdiff
Merge branch 'PHP-7.3' into PHP-7.4
authorChristoph M. Becker <cmbecker69@gmx.de>
Tue, 30 Jun 2020 08:47:49 +0000 (10:47 +0200)
committerChristoph M. Becker <cmbecker69@gmx.de>
Tue, 30 Jun 2020 08:48:07 +0000 (10:48 +0200)
* PHP-7.3:
  Fix #70362: Can't copy() large 'data://' with open_basedir

1  2 
NEWS
ext/standard/file.c

diff --cc NEWS
index 895f33aa89ac419630150cd9fba023f52e287a7c,57b389921573f05362853a471075784fe0812e28..4aaf8fb59c4bae3b7720fe449f0bd22da3b033d5
--- 1/NEWS
--- 2/NEWS
+++ b/NEWS
@@@ -19,18 -19,12 +19,21 @@@ PH
  - FTP:
    . Fixed bug #55857 (ftp_size on large files). (cmb)
  
 -?? ??? ????, PHP 7.3.20
 +- Reflection:
 +  . Fixed bug #79487 (::getStaticProperties() ignores property modifications).
 +    (cmb, Nikita)
 +  . Fixed bug #69804 ()::getStaticPropertyValue() throws on protected props).
 +    (cmb, Nikita)
 +
+ - Standard:
+   . Fixed bug #70362 (Can't copy() large 'data://' with open_basedir). (cmb)
 +?? ??? 2020, PHP 7.4.8
  
  - Core:
 +  . Fixed bug #79649 (Altering disable_functions from module init corrupts
 +    memory). (Laruence)
 +  . Fixed bug #79595 (zend_init_fpu() alters FPU precision). (cmb, Nikita)
    . Fixed bug #79650 (php-win.exe 100% cpu lockup). (cmb)
    . Fixed bug #79668 (get_defined_functions(true) may miss functions). (cmb,
      Nikita)
Simple merge