mirror of
https://github.com/php/php-src.git
synced 2024-11-28 12:26:37 +08:00
add note about is_callable change
This commit is contained in:
parent
54435c9b43
commit
107962208a
@ -27,6 +27,8 @@ PHP 8.0 UPGRADE NOTES
|
||||
. Methods with the same name as the class are no longer interpreted as
|
||||
constructors. The __construct() method should be used instead.
|
||||
. Removed ability to call non-static methods statically.
|
||||
Thus `is_callable` will fail when checking for a non-static method with a
|
||||
classname (must check with an object instance).
|
||||
. Removed (unset) cast.
|
||||
. Removed track_errors ini directive. This means that $php_errormsg is no
|
||||
longer available. The error_get_last() function may be used instead.
|
||||
|
Loading…
Reference in New Issue
Block a user