summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorChristoph M. Becker <cmbecker69@gmx.de>2020-10-26 13:08:47 +0100
committerChristoph M. Becker <cmbecker69@gmx.de>2020-10-26 13:09:30 +0100
commit7bc1c0cca8c8a7e5ef212a8e5625a65391777b00 (patch)
treec15005a851675b54a62efd1acc62b56228d31382 /NEWS
parent31aca85572ff90945bafab1cde5d983188330c4f (diff)
parent6d2bc7253018baa57487f622e706b8962c16d148 (diff)
downloadphp-git-7bc1c0cca8c8a7e5ef212a8e5625a65391777b00.tar.gz
Merge branch 'PHP-7.3' into PHP-7.4
* PHP-7.3: 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 8ead839f4a..8e6bde304e 100644
--- a/NEWS
+++ b/NEWS
@@ -11,6 +11,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 #64076 (imap_sort() does not return FALSE on failure). (cmb)
. Fixed bug #76618 (segfault on imap_reopen). (girgias)