summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorChristoph M. Becker <cmbecker69@gmx.de>2020-10-26 13:14:05 +0100
committerChristoph M. Becker <cmbecker69@gmx.de>2020-10-26 13:15:03 +0100
commite71036ce03a46b2c0c8b9200262fadfac0ea65eb (patch)
treefcc8af57e8abb1356af2095ad8e5e9bfa9dcfe40 /NEWS
parentf17b2a75a5784cc5a6a4850a54c51fb4cfadd0d6 (diff)
parent7bc1c0cca8c8a7e5ef212a8e5625a65391777b00 (diff)
downloadphp-git-e71036ce03a46b2c0c8b9200262fadfac0ea65eb.tar.gz
Merge branch 'PHP-7.4' into PHP-8.0
* PHP-7.4: Fix #80268: loadHTML() truncates at NUL bytes
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 994cf58924..2e73298dc2 100644
--- a/NEWS
+++ b/NEWS
@@ -13,6 +13,9 @@ PHP NEWS
- 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 #76618 (segfault on imap_reopen). (girgias)
. Fixed bug #80239 (imap_rfc822_write_address() leaks memory). (cmb)