mirror of
https://github.com/php/php-src.git
synced 2025-08-15 13:38:49 +02:00
Update NEWS and UPGRADING
This commit is contained in:
parent
25cbc15719
commit
2b5d978a85
2 changed files with 14 additions and 0 deletions
5
NEWS
5
NEWS
|
@ -11,6 +11,11 @@ PHP NEWS
|
|||
been deprecated. (theodorejb)
|
||||
. The backtick operator as an alias for shell_exec() has been deprecated.
|
||||
(timwolla)
|
||||
. Returning null from __debugInfo() has been deprecated. (DanielEScherzer)
|
||||
|
||||
- Date:
|
||||
. The DATE_RFC7231 and DateTimeInterface::RFC7231 constants have been
|
||||
deprecated. (jorgsowa)
|
||||
|
||||
- DOM:
|
||||
. Fixed bug GH-18877 (\Dom\HTMLDocument querySelectorAll selecting only the
|
||||
|
|
|
@ -330,6 +330,15 @@ PHP 8.5 UPGRADE NOTES
|
|||
RFC: https://wiki.php.net/rfc/deprecations_php_8_5#deprecate_semicolon_after_case_in_switch_statement
|
||||
. The backtick operator as an alias for shell_exec() has been deprecated.
|
||||
RFC: https://wiki.php.net/rfc/deprecations_php_8_5#deprecate_backticks_as_an_alias_for_shell_exec
|
||||
. Returning null from __debugInfo() has been deprecated.
|
||||
Return an empty array instead.
|
||||
RFC: https://wiki.php.net/rfc/deprecations_php_8_5#deprecate_debuginfo_returning_null
|
||||
|
||||
- Date:
|
||||
. The DATE_RFC7231 and DateTimeInterface::RFC7231 constants have been
|
||||
deprecated. This is because the associated timezone is ignored and always
|
||||
uses GMT.
|
||||
RFC: https://wiki.php.net/rfc/deprecations_php_8_5#deprecate_date_rfc7231_and_datetimeinterfacerfc7231
|
||||
|
||||
- FileInfo:
|
||||
. The finfo_close() function has been deprecated.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue