From: Christoph M. Becker Date: Tue, 23 Jun 2020 13:58:49 +0000 (+0200) Subject: Merge branch 'PHP-7.3' into PHP-7.4 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e7bbac9d113625f0f63810d9ea00c6c798bbf2ed;p=php Merge branch 'PHP-7.3' into PHP-7.4 * PHP-7.3: Fix #55857: ftp_size on large files --- e7bbac9d113625f0f63810d9ea00c6c798bbf2ed diff --cc NEWS index b7f99aece9,5ae4e5a165..61513e9174 --- a/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)