File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 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
127127 ValueErrors if it is not an array of class names.
128128 . XMLReader:
129129 . 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.
133133 . 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.
136136 . XSL:
137137 . XSLTProcessor::setParameter() will now throw a ValueError when its
138138 arguments contain null bytes. This never actually worked correctly in
You can’t perform that action at this time.
0 commit comments