]> granicus.if.org Git - php/commitdiff
Class constant visibility modifiers are now supported
authorChristoph M. Becker <cmbecker69@gmx.de>
Tue, 9 Aug 2016 09:54:43 +0000 (11:54 +0200)
committerChristoph M. Becker <cmbecker69@gmx.de>
Tue, 9 Aug 2016 09:54:43 +0000 (11:54 +0200)
UPGRADING

index dda21dcc96a5ac1d22e4e531f7fb54f5a2d7e961..63857ca2dca34bd0b4856f46c2ec88defc70391a 100644 (file)
--- 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