File tree Expand file tree Collapse file tree 2 files changed +5
-0
lines changed
Expand file tree Collapse file tree 2 files changed +5
-0
lines changed Original file line number Diff line number Diff line change 77 been deprecated. (Girgias)
88 . The $exclude_disabled parameter of the get_defined_functions() function has
99 been deprecated, as it no longer has any effect since PHP 8.0. (Girgias)
10+ . Terminating case statements with a semicolon instead of a colon has
11+ been deprecated. (theodorejb)
1012
1113- DOM:
1214 . Fixed bug GH-18877 (\Dom\HTMLDocument querySelectorAll selecting only the
Original file line number Diff line number Diff line change @@ -322,6 +322,9 @@ PHP 8.5 UPGRADE NOTES
322322 . The $exclude_disabled parameter of the get_defined_functions() function has
323323 been deprecated, as it no longer has any effect since PHP 8.0.
324324 RFC: https://wiki.php.net/rfc/deprecations_php_8_5#deprecate_the_exclude_disabled_parameter_of_get_defined_functions
325+ . Terminating case statements with a semicolon instead of a colon has
326+ been deprecated.
327+ RFC: https://wiki.php.net/rfc/deprecations_php_8_5#deprecate_semicolon_after_case_in_switch_statement
325328
326329- FileInfo:
327330 . The finfo_close() function has been deprecated.
You can’t perform that action at this time.
0 commit comments