File tree Expand file tree Collapse file tree 2 files changed +14
-0
lines changed Expand file tree Collapse file tree 2 files changed +14
-0
lines changed Original file line number Diff line number Diff line change @@ -11,6 +11,11 @@ PHP NEWS
11
11
been deprecated. (theodorejb)
12
12
. The backtick operator as an alias for shell_exec() has been deprecated.
13
13
(timwolla)
14
+ . Returning null from __debugInfo() has been deprecated. (DanielEScherzer)
15
+
16
+ - Date:
17
+ . The DATE_RFC7231 and DateTimeInterface::RFC7231 constants have been
18
+ deprecated. (jorgsowa)
14
19
15
20
- DOM:
16
21
. Fixed bug GH-18877 (\Dom\HTMLDocument querySelectorAll selecting only the
Original file line number Diff line number Diff line change @@ -330,6 +330,15 @@ PHP 8.5 UPGRADE NOTES
330
330
RFC: https://wiki.php.net/rfc/deprecations_php_8_5#deprecate_semicolon_after_case_in_switch_statement
331
331
. The backtick operator as an alias for shell_exec() has been deprecated.
332
332
RFC: https://wiki.php.net/rfc/deprecations_php_8_5#deprecate_backticks_as_an_alias_for_shell_exec
333
+ . Returning null from __debugInfo() has been deprecated.
334
+ Return an empty array instead.
335
+ RFC: https://wiki.php.net/rfc/deprecations_php_8_5#deprecate_debuginfo_returning_null
336
+
337
+ - Date:
338
+ . The DATE_RFC7231 and DateTimeInterface::RFC7231 constants have been
339
+ deprecated. This is because the associated timezone is ignored and always
340
+ uses GMT.
341
+ RFC: https://wiki.php.net/rfc/deprecations_php_8_5#deprecate_date_rfc7231_and_datetimeinterfacerfc7231
333
342
334
343
- FileInfo:
335
344
. The finfo_close() function has been deprecated.
You can’t perform that action at this time.
0 commit comments