]> granicus.if.org Git - php/commitdiff
Merge branch 'PHP-7.3' into PHP-7.4
authorChristoph M. Becker <cmbecker69@gmx.de>
Tue, 22 Sep 2020 11:16:42 +0000 (13:16 +0200)
committerChristoph M. Becker <cmbecker69@gmx.de>
Tue, 22 Sep 2020 11:16:59 +0000 (13:16 +0200)
* PHP-7.3:
  Fix #79423: copy command is limited to size of file it can copy

1  2 
NEWS
main/streams/plain_wrapper.c

diff --cc NEWS
index 4259d4d0e8a589bd194478fd26496384bdf5193a,54463d49838cb3196be77225289840db54202a32..e7b119b5d38a9cb8fe5a342111fb3e8a9ba2e933
--- 1/NEWS
--- 2/NEWS
+++ b/NEWS
@@@ -1,10 -1,10 +1,12 @@@
  PHP                                                                        NEWS
  |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
 -?? ??? ????, PHP 7.3.24
 +?? ??? 2020, PHP 7.4.12
  
  - Core:
 +  . Fixed bug #80061 (Copying large files may have suboptimal performance).
 +    (cmb)
+   . Fixed bug #79423 (copy command is limited to size of file it can copy).
+     (cmb)
  
  - MySQLnd:
    . Fixed bug #80115 (mysqlnd.debug doesn't recognize absolute paths with
Simple merge