We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa67864 commit 860f46eCopy full SHA for 860f46e
UPGRADING
@@ -29,6 +29,7 @@ PHP 8.0 UPGRADE NOTES
29
. Removed ability to call non-static methods statically.
30
Thus `is_callable` will fail when checking for a non-static method with a
31
classname (must check with an object instance).
32
+ . Removed (real) cast.
33
. Removed (unset) cast.
34
. Removed track_errors ini directive. This means that $php_errormsg is no
35
longer available. The error_get_last() function may be used instead.
0 commit comments