From b6bbd80212cc430f83b2e9efd59171544891c5dc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim=20D=C3=BCsterhus?= Date: Tue, 22 Apr 2025 20:33:03 +0200 Subject: [PATCH] [skip ci] Formatting in UPGRADING --- UPGRADING | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/UPGRADING b/UPGRADING index 36be5313ab6..1b2779c8c1e 100644 --- a/UPGRADING +++ b/UPGRADING @@ -97,7 +97,7 @@ PHP 8.5 UPGRADE NOTES long on a PDOStatement resulting from the Firebird driver. - SimpleXML: - - Passing an XPath expression that returns something other than a node set + . Passing an XPath expression that returns something other than a node set to SimpleXMLElement::xpath() will now emit a warning and return false, instead of silently failing and returning an empty array. @@ -197,9 +197,9 @@ PHP 8.5 UPGRADE NOTES ======================================== - Hash: - The MHASH_* constants have been deprecated. These have been overlooked - when the mhash*() function family has been deprecated per - https://wiki.php.net/rfc/deprecations_php_8_1#mhash_function_family + . The MHASH_* constants have been deprecated. These have been overlooked + when the mhash*() function family has been deprecated per + https://wiki.php.net/rfc/deprecations_php_8_1#mhash_function_family ======================================== 5. Changed Functions