]> granicus.if.org Git - php/commitdiff
UPGRADING: (real) cast has been removed
authorjrfnl <jrfnl@users.noreply.github.com>
Fri, 20 Nov 2020 01:20:03 +0000 (02:20 +0100)
committerNikita Popov <nikita.ppv@gmail.com>
Fri, 20 Nov 2020 15:48:32 +0000 (16:48 +0100)
.. 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]

UPGRADING

index da4509e5c0e0f8572e76b5e7758dd0c77112cf76..a9246bc7a7cf0f569d0c6bf75c74d5125f0bcf4d 100644 (file)
--- 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.