Skip to content

Commit d19d10e

Browse files
committed
NEWS/UPGRADING
1 parent dd5276a commit d19d10e

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

NEWS

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ PHP NEWS
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

UPGRADING

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff 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.

0 commit comments

Comments
 (0)