From 9615ac106a6a13cd98536bb18f80b82d54bb466a Mon Sep 17 00:00:00 2001 From: Niels Dossche <7771979+nielsdos@users.noreply.github.com> Date: Thu, 21 Nov 2024 21:55:11 +0100 Subject: [PATCH] [ci skip] UPGRADING fixes It seems at one point these were (partially) rewritten, changing their meaning. This patch fixes this. --- UPGRADING | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/UPGRADING b/UPGRADING index 31b51a2c5fb9f..3bab45da53e74 100644 --- a/UPGRADING +++ b/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