From: Christoph M. Becker Date: Thu, 15 Oct 2020 10:55:44 +0000 (+0200) Subject: Merge branch 'PHP-7.3' into PHP-7.4 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7899ac4c14b6841d0e86a5003e7f7c6cd823d611;p=php Merge branch 'PHP-7.3' into PHP-7.4 * PHP-7.3: Fix #80239: imap_rfc822_write_address() leaks memory --- 7899ac4c14b6841d0e86a5003e7f7c6cd823d611 diff --cc NEWS index 3f7c5c8e3c,42b663cf40..2202f04b39 --- a/NEWS +++ b/NEWS @@@ -4,16 -4,13 +4,17 @@@ PH - IMAP: . Fixed bug #64076 (imap_sort() does not return FALSE on failure). (cmb) + . Fixed bug #80239 (imap_rfc822_write_address() leaks memory). (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)