]> granicus.if.org Git - php/commitdiff
Fixed bug #80600
authorBenjamin Eberlei <kontakt@beberlei.de>
Fri, 12 Feb 2021 16:16:48 +0000 (17:16 +0100)
committerBenjamin Eberlei <kontakt@beberlei.de>
Fri, 12 Feb 2021 16:16:48 +0000 (17:16 +0100)
NEWS

diff --git a/NEWS b/NEWS
index 06898599042e192ff8cc8df685968052be105764..876adb06d526d37eeb2049be61df1ad1885eb18f 100644 (file)
--- 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)