File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,10 @@ PHP NEWS
5
5
- Core:
6
6
. Fixed #80706 (mail(): Headers after Bcc headers may be ignored). (cmb)
7
7
8
+ - DOM:
9
+ . Fixed bug #80600 (DOMChildNode::remove() doesn't work on CharacterData
10
+ nodes). (beberlei)
11
+
8
12
- Gettext:
9
13
. Fixed bug #53251 (bindtextdomain with null dir doesn't return old value).
10
14
(cmb)
@@ -186,7 +190,7 @@ PHP NEWS
186
190
. Fixed #62004 (SplFileObject: fgets after seek returns wrong line). (cmb)
187
191
188
192
- 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).
190
194
(CVE-2020-7071) (cmb)
191
195
. Fixed bug #80366 (Return Value of zend_fstat() not Checked). (sagpant, cmb)
192
196
You can’t perform that action at this time.
0 commit comments