mirror of
https://github.com/php/php-src.git
synced 2024-11-26 19:33:55 +08:00
[ci skip] UPGRADING fixes (#16893)
It seems at one point these were (partially) rewritten, changing their meaning. This patch fixes this.
This commit is contained in:
parent
da81b5c8d2
commit
9ee607823e
10
UPGRADING
10
UPGRADING
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user