Skip to content

Commit

Permalink
[ci skip] UPGRADING fixes (#16893)
Browse files Browse the repository at this point in the history
It seems at one point these were (partially) rewritten, changing their
meaning. This patch fixes this.
  • Loading branch information
nielsdos authored Nov 22, 2024
1 parent da81b5c commit 9ee6078
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions UPGRADING
Original file line number Diff line number Diff line change
Expand Up @@ -127,12 +127,12 @@ PHP 8.4 UPGRADE NOTES
ValueErrors if it is not an array of class names.
. XMLReader:
. Passing an invalid character encoding to XMLReader::open() or
XMLReader::XML() now throws a ValueError.
. Passing a string containing null bytes previously emitted a
warning and now throws a ValueError as well.
XMLReader::XML() now throws a ValueError. Passing an encoding
containing null bytes previously emitted a warning and now throws
a ValueError as well.
. XMLWriter:
. Passing a string containing null bytes previously emitted a
warning and now throws a ValueError as well.
. Passing an encoding containing null bytes previously emitted a
warning and now throws a ValueError.
. XSL:
. XSLTProcessor::setParameter() will now throw a ValueError when its
arguments contain null bytes. This never actually worked correctly in
Expand Down

0 comments on commit 9ee6078

Please sign in to comment.