summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjrfnl <jrfnl@users.noreply.github.com>2020-11-20 02:20:03 +0100
committerNikita Popov <nikita.ppv@gmail.com>2020-11-20 16:48:32 +0100
commit860f46e2f538a89c4f703e2237b7c26e3b7647c8 (patch)
treecfac9a384252db09d6c5d5d837b317bdf83df33d
parentfa67864c13d0910c92ef51f76fce5891f9b07d33 (diff)
downloadphp-git-860f46e2f538a89c4f703e2237b7c26e3b7647c8.tar.gz
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]
-rw-r--r--UPGRADING1
1 files changed, 1 insertions, 0 deletions
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.