We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 54435c9 commit 1079622Copy full SHA for 1079622
UPGRADING
@@ -27,6 +27,8 @@ PHP 8.0 UPGRADE NOTES
27
. Methods with the same name as the class are no longer interpreted as
28
constructors. The __construct() method should be used instead.
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 (unset) cast.
33
. Removed track_errors ini directive. This means that $php_errormsg is no
34
longer available. The error_get_last() function may be used instead.
0 commit comments