From: Kalle Sommer Nielsen Date: Thu, 7 May 2009 06:58:57 +0000 (+0000) Subject: use have been a keyword in a forever, thanks Greg X-Git-Tag: php-5.3.0RC3~336 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=686c3975e785dce0a8a95853bf51cefdb59d1df9;p=php use have been a keyword in a forever, thanks Greg --- diff --git a/UPGRADING b/UPGRADING index ed74fc5ca1..87706409ec 100755 --- a/UPGRADING +++ b/UPGRADING @@ -31,7 +31,7 @@ UPGRADE NOTES - PHP 5.3 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.)