From 6ec25f386ff058b5ecda6f11c5f62e934b31f660 Mon Sep 17 00:00:00 2001 From: Benjamin Eberlei Date: Fri, 12 Feb 2021 17:16:48 +0100 Subject: Fixed bug #80600 --- NEWS | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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) -- cgit v1.2.1