From: Christoph M. Becker Date: Mon, 26 Oct 2020 12:14:05 +0000 (+0100) Subject: Merge branch 'PHP-7.4' into PHP-8.0 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e71036ce03a46b2c0c8b9200262fadfac0ea65eb;p=php Merge branch 'PHP-7.4' into PHP-8.0 * PHP-7.4: Fix #80268: loadHTML() truncates at NUL bytes --- e71036ce03a46b2c0c8b9200262fadfac0ea65eb diff --cc NEWS index 994cf58924,8e6bde304e..2e73298dc2 --- a/NEWS +++ b/NEWS @@@ -13,7 -11,11 +13,10 @@@ PH - COM: . Fixed bug #62474 (com_event_sink crashes on certain arguments). (cmb) + - DOM: + . Fixed bug #80268 (loadHTML() truncates at NUL bytes). (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)