From b50a4a485a4ad095e49711d0fb0946f7c0cb7767 Mon Sep 17 00:00:00 2001 From: "Christoph M. Becker" Date: Tue, 9 Aug 2016 11:54:43 +0200 Subject: [PATCH] Class constant visibility modifiers are now supported --- UPGRADING | 2 ++ 1 file changed, 2 insertions(+) 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 -- 2.50.1