kalle Thu May 7 06:58:57 2009 UTC Modified files: (Branch: PHP_5_3) /php-src UPGRADING Log: use have been a keyword in a forever, thanks Greg http://cvs.php.net/viewvc.cgi/php-src/UPGRADING?r1=1.1.2.3.2.1.2.6&r2=1.1.2.3.2.1.2.7&diff_format=u Index: php-src/UPGRADING diff -u php-src/UPGRADING:1.1.2.3.2.1.2.6 php-src/UPGRADING:1.1.2.3.2.1.2.7 --- php-src/UPGRADING:1.1.2.3.2.1.2.6 Thu May 7 03:16:28 2009 +++ php-src/UPGRADING Thu May 7 06:58:57 2009 @@ -1,4 +1,4 @@ -$Id: UPGRADING,v 1.1.2.3.2.1.2.6 2009/05/07 03:16:28 kalle Exp $ +$Id: UPGRADING,v 1.1.2.3.2.1.2.7 2009/05/07 06:58:57 kalle Exp $ UPGRADE NOTES - PHP 5.3 @@ -31,7 +31,7 @@ 1. Reserved words and classes ============================= -- **namespace**, **use** and **goto** are now reserved keywords. +- **namespace** and **goto** are now reserved keywords. - **Closure** is now a reserved class. (Used by lambda and closure.)
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php