Skip to content

[ci skip] UPGRADING fixes #16893

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Nov 22, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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