From: Colin O'Dell Date: Sat, 7 Nov 2015 22:48:02 +0000 (-0500) Subject: Fix description of a BC break X-Git-Tag: php-7.0.1RC1~127^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=55abf6dfb26f687b2903885267e104f76902042b;p=php Fix description of a BC break --- diff --git a/UPGRADING b/UPGRADING index 1e38a294e8..9faf7c7ce6 100644 --- a/UPGRADING +++ b/UPGRADING @@ -352,7 +352,7 @@ Relevant RFCs: Other language changes ---------------------- -* Removed support for static calls to non-static calls form an incompatible +* Removed support for static calls to non-static methods from an incompatible $this context. In this case $this will not be defined, but the call will be allowed with a deprecation notice. An example: