mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
[skip ci] Formatting in UPGRADING
This commit is contained in:
parent
54a0a7924a
commit
b6bbd80212
1 changed files with 4 additions and 4 deletions
|
@ -97,7 +97,7 @@ PHP 8.5 UPGRADE NOTES
|
||||||
long on a PDOStatement resulting from the Firebird driver.
|
long on a PDOStatement resulting from the Firebird driver.
|
||||||
|
|
||||||
- SimpleXML:
|
- 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,
|
to SimpleXMLElement::xpath() will now emit a warning and return false,
|
||||||
instead of silently failing and returning an empty array.
|
instead of silently failing and returning an empty array.
|
||||||
|
|
||||||
|
@ -197,9 +197,9 @@ PHP 8.5 UPGRADE NOTES
|
||||||
========================================
|
========================================
|
||||||
|
|
||||||
- Hash:
|
- Hash:
|
||||||
The MHASH_* constants have been deprecated. These have been overlooked
|
. The MHASH_* constants have been deprecated. These have been overlooked
|
||||||
when the mhash*() function family has been deprecated per
|
when the mhash*() function family has been deprecated per
|
||||||
https://wiki.php.net/rfc/deprecations_php_8_1#mhash_function_family
|
https://wiki.php.net/rfc/deprecations_php_8_1#mhash_function_family
|
||||||
|
|
||||||
========================================
|
========================================
|
||||||
5. Changed Functions
|
5. Changed Functions
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue