summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenjamin Eberlei <kontakt@beberlei.de>2021-02-12 17:16:48 +0100
committerBenjamin Eberlei <kontakt@beberlei.de>2021-02-12 17:16:48 +0100
commit6ec25f386ff058b5ecda6f11c5f62e934b31f660 (patch)
treefa6f43225d2692674686e3792ecd6044fff32e52
parent51996868735cd212a5aa6825bedcbb1ac641d2db (diff)
downloadphp-git-6ec25f386ff058b5ecda6f11c5f62e934b31f660.tar.gz
Fixed bug #80600
-rw-r--r--NEWS6
1 files changed, 5 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 0689859904..876adb06d5 100644
--- a/NEWS
+++ b/NEWS
@@ -5,6 +5,10 @@ PHP NEWS
- Core:
. Fixed #80706 (mail(): Headers after Bcc headers may be ignored). (cmb)
+- DOM:
+ . Fixed bug #80600 (DOMChildNode::remove() doesn't work on CharacterData
+ nodes). (beberlei)
+
- Gettext:
. Fixed bug #53251 (bindtextdomain with null dir doesn't return old value).
(cmb)
@@ -186,7 +190,7 @@ PHP NEWS
. Fixed #62004 (SplFileObject: fgets after seek returns wrong line). (cmb)
- Standard:
- . Fixed bug #77423 (FILTER_VALIDATE_URL accepts URLs with invalid userinfo).
+ . Fixed bug #77423 (FILTER_VALIDATE_URL accepts URLs with invalid userinfo).
(CVE-2020-7071) (cmb)
. Fixed bug #80366 (Return Value of zend_fstat() not Checked). (sagpant, cmb)