Skip to content

Commit 6ec25f3

Browse files
committed
Fixed bug #80600
1 parent 5199686 commit 6ec25f3

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

NEWS

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ PHP NEWS
55
- Core:
66
. Fixed #80706 (mail(): Headers after Bcc headers may be ignored). (cmb)
77

8+
- DOM:
9+
. Fixed bug #80600 (DOMChildNode::remove() doesn't work on CharacterData
10+
nodes). (beberlei)
11+
812
- Gettext:
913
. Fixed bug #53251 (bindtextdomain with null dir doesn't return old value).
1014
(cmb)
@@ -186,7 +190,7 @@ PHP NEWS
186190
. Fixed #62004 (SplFileObject: fgets after seek returns wrong line). (cmb)
187191

188192
- Standard:
189-
. Fixed bug #77423 (FILTER_VALIDATE_URL accepts URLs with invalid userinfo).
193+
. Fixed bug #77423 (FILTER_VALIDATE_URL accepts URLs with invalid userinfo).
190194
(CVE-2020-7071) (cmb)
191195
. Fixed bug #80366 (Return Value of zend_fstat() not Checked). (sagpant, cmb)
192196

0 commit comments

Comments
 (0)