stas Thu, 17 Nov 2011 21:13:45 +0000 Revision: http://svn.php.net/viewvc?view=revision&revision=319425
Log: add callable as reserved word Changed paths: U php/php-src/branches/PHP_5_4/UPGRADING Modified: php/php-src/branches/PHP_5_4/UPGRADING =================================================================== --- php/php-src/branches/PHP_5_4/UPGRADING 2011-11-17 21:11:10 UTC (rev 319424) +++ php/php-src/branches/PHP_5_4/UPGRADING 2011-11-17 21:13:45 UTC (rev 319425) @@ -80,7 +80,7 @@ 2. Reserved words and classes ============================= -- "trait" and "insteadof" are reserved words now. +- "callable", "insteadof" and "trait" are reserved words now. =================================== 3. Changes made to engine behaviour
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php