Skip to content

Commit 9ee6078

Browse files
authored
[ci skip] UPGRADING fixes (#16893)
It seems at one point these were (partially) rewritten, changing their meaning. This patch fixes this.
1 parent da81b5c commit 9ee6078

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

UPGRADING

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)