Skip to content

Commit 860f46e

Browse files
jrfnlnikic
authored andcommitted
UPGRADING: (real) cast has been removed
.. but the removal wasn't mentioned in the `UPGRADING` docs yet. Ref: * #5220 * c9db322 Closes GH-6440. [ci-skip]
1 parent fa67864 commit 860f46e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

UPGRADING

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ PHP 8.0 UPGRADE NOTES
2929
. Removed ability to call non-static methods statically.
3030
Thus `is_callable` will fail when checking for a non-static method with a
3131
classname (must check with an object instance).
32+
. Removed (real) cast.
3233
. Removed (unset) cast.
3334
. Removed track_errors ini directive. This means that $php_errormsg is no
3435
longer available. The error_get_last() function may be used instead.

0 commit comments

Comments
 (0)