File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -127,12 +127,12 @@ PHP 8.4 UPGRADE NOTES
127
127
ValueErrors if it is not an array of class names.
128
128
. XMLReader:
129
129
. Passing an invalid character encoding to XMLReader::open() or
130
- XMLReader::XML() now throws a ValueError.
131
- . Passing a string containing null bytes previously emitted a
132
- warning and now throws a ValueError as well.
130
+ XMLReader::XML() now throws a ValueError. Passing an encoding
131
+ containing null bytes previously emitted a warning and now throws
132
+ a ValueError as well.
133
133
. XMLWriter:
134
- . Passing a string containing null bytes previously emitted a
135
- warning and now throws a ValueError as well .
134
+ . Passing an encoding containing null bytes previously emitted a
135
+ warning and now throws a ValueError.
136
136
. XSL:
137
137
. XSLTProcessor::setParameter() will now throw a ValueError when its
138
138
arguments contain null bytes. This never actually worked correctly in
You can’t perform that action at this time.
0 commit comments