From: Christoph M. Becker Date: Mon, 26 Oct 2020 10:55:10 +0000 (+0100) Subject: Merge branch 'PHP-7.4' into PHP-8.0 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2da00fadc8feff97214fa9f8845fa7bd7bb4cba5;p=php Merge branch 'PHP-7.4' into PHP-8.0 * PHP-7.4: Fix #62474: com_event_sink crashes on certain arguments --- 2da00fadc8feff97214fa9f8845fa7bd7bb4cba5 diff --cc NEWS index f0414b2315,8ead839f4a..994cf58924 --- a/NEWS +++ b/NEWS @@@ -10,7 -8,11 +10,10 @@@ PH . Fixed bug #80258 (Windows Deduplication Enabled, randon permission errors). (cmb) + - COM: + . Fixed bug #62474 (com_event_sink crashes on certain arguments). (cmb) + - IMAP: - . Fixed bug #64076 (imap_sort() does not return FALSE on failure). (cmb) . Fixed bug #76618 (segfault on imap_reopen). (girgias) . Fixed bug #80239 (imap_rfc822_write_address() leaks memory). (cmb) . Fixed minor regression caused by fixing bug #80220. (cmb)