]> granicus.if.org Git - php/commitdiff
Merge branch 'PHP-7.3' into PHP-7.4
authorChristoph M. Becker <cmbecker69@gmx.de>
Tue, 23 Jun 2020 13:58:49 +0000 (15:58 +0200)
committerChristoph M. Becker <cmbecker69@gmx.de>
Tue, 23 Jun 2020 14:00:11 +0000 (16:00 +0200)
* PHP-7.3:
  Fix #55857: ftp_size on large files

1  2 
NEWS
ext/ftp/ftp.c

diff --cc NEWS
index b7f99aece911f8da111093dfb7ac41acc439ea21,5ae4e5a1656b2cde3adcc7ac4beeb201d9e7490d..61513e9174b3a595601cea9a3f7c1919dedaff60
--- 1/NEWS
--- 2/NEWS
+++ b/NEWS
@@@ -1,11 -1,13 +1,16 @@@
  PHP                                                                        NEWS
  |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
 -?? ??? ????, PHP 7.3.21
++?? ??? 2020, PHP 7.4.9
+ - FTP:
+   . Fixed bug #55857 (ftp_size on large files). (cmb)
 -?? ??? ????, PHP 7.3.20
 +?? ??? 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)
diff --cc ext/ftp/ftp.c
Simple merge