From: Christoph M. Becker Date: Tue, 9 Aug 2016 09:54:43 +0000 (+0200) Subject: Class constant visibility modifiers are now supported X-Git-Tag: php-7.1.0beta3~82 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b50a4a485a4ad095e49711d0fb0946f7c0cb7767;p=php Class constant visibility modifiers are now supported --- diff --git a/UPGRADING b/UPGRADING index dda21dcc96..63857ca2dc 100644 --- a/UPGRADING +++ b/UPGRADING @@ -111,6 +111,8 @@ PHP 7.1 UPGRADE NOTES ++ and --, which have a unique approach to handling numeric strings. (RFC: https://wiki.php.net/rfc/invalid_strings_in_arithmetic) . Closure::fromCallable (RFC: https://wiki.php.net/rfc/closurefromcallable) + . Added support for class constant visibility modifiers. + (RFC: https://wiki.php.net/rfc/class_const_visibility) ======================================== 3. Changes in SAPI modules