From: jrfnl Date: Fri, 20 Nov 2020 01:20:03 +0000 (+0100) Subject: UPGRADING: (real) cast has been removed X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=860f46e2f538a89c4f703e2237b7c26e3b7647c8;p=php UPGRADING: (real) cast has been removed .. but the removal wasn't mentioned in the `UPGRADING` docs yet. Ref: * https://github.com/php/php-src/pull/5220 * https://github.com/php/php-src/commit/c9db32271a8083721582c5ec1dd09c4d4f562c74 Closes GH-6440. [ci-skip] --- diff --git a/UPGRADING b/UPGRADING index da4509e5c0..a9246bc7a7 100644 --- a/UPGRADING +++ b/UPGRADING @@ -29,6 +29,7 @@ PHP 8.0 UPGRADE NOTES . 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 (real) cast. . 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.