From: Christoph M. Becker Date: Tue, 13 Oct 2020 17:38:10 +0000 (+0200) Subject: Merge branch 'PHP-7.3' into PHP-7.4 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d9058b61fb3e1ef0697433324716a8843e92c115;p=php Merge branch 'PHP-7.3' into PHP-7.4 * PHP-7.3: Fix #64076: imap_sort() does not return FALSE on failure --- d9058b61fb3e1ef0697433324716a8843e92c115 diff --cc NEWS index fca1a2a147,fb966d9b72..3f7c5c8e3c --- a/NEWS +++ b/NEWS @@@ -1,17 -1,15 +1,19 @@@ PHP NEWS ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| -?? ??? ????, PHP 7.3.25 +?? ??? 2020, PHP 7.4.13 + - IMAP: + . Fixed bug #64076 (imap_sort() does not return FALSE on failure). (cmb) -29 Oct 2020, PHP 7.3.24 +29 Oct 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) + . Fixed bug #80126 (Covariant return types failing compilation). (Nikita) + . Fixed bug #80186 (Segfault when iterating over FFI object). (Nikita) - Calendar: . Fixed bug #80185 (jdtounix() fails after 2037). (cmb)