Skip to content

Commit

Permalink
UPGRADING: (real) cast has been removed
Browse files Browse the repository at this point in the history
.. but the removal wasn't mentioned in the `UPGRADING` docs yet.

Ref:
* #5220
* c9db322

Closes GH-6440.

[ci-skip]
  • Loading branch information
jrfnl authored and nikic committed Nov 20, 2020
1 parent fa67864 commit 860f46e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions UPGRADING
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 860f46e

Please sign in to comment.