summaryrefslogtreecommitdiff
path: root/UPGRADING
diff options
context:
space:
mode:
authorTjerk Meesters <datibbaw@php.net>2014-10-06 05:54:32 +0800
committerTjerk Meesters <datibbaw@php.net>2014-10-06 05:54:32 +0800
commit35314a416ac59e6410ec3aa74c98abb2fc9c5077 (patch)
tree612b259b934c147ddafb33feec05eda2cd87e1d6 /UPGRADING
parent82523c075214230298c65c33080b568439e6c4c7 (diff)
downloadphp-git-35314a416ac59e6410ec3aa74c98abb2fc9c5077.tar.gz
Updated NEWS and UPGRADING
PHP RFC: Catchable "call to a member function of a non-object"
Diffstat (limited to 'UPGRADING')
-rw-r--r--UPGRADING2
1 files changed, 2 insertions, 0 deletions
diff --git a/UPGRADING b/UPGRADING
index 0abe703ae8..5e2c33c7c6 100644
--- a/UPGRADING
+++ b/UPGRADING
@@ -128,6 +128,8 @@ PHP X.Y UPGRADE NOTES
- Core
. Instead of being undefined and platform-dependant, NaN and Infinity will
always be zero when casted to integer.
+ . Calling a method on a non-object no longer raises a fatal error; see
+ also: https://wiki.php.net/rfc/catchable-call-to-member-of-non-object
- Standard
. call_user_method() and call_user_method_array() no longer exists.