]> granicus.if.org Git - php/commitdiff
use have been a keyword in a forever, thanks Greg
authorKalle Sommer Nielsen <kalle@php.net>
Thu, 7 May 2009 06:58:57 +0000 (06:58 +0000)
committerKalle Sommer Nielsen <kalle@php.net>
Thu, 7 May 2009 06:58:57 +0000 (06:58 +0000)
UPGRADING

index ed74fc5ca107caaeb550fcbd21d1846dbf399aa5..87706409ec00438e6c464529f0168a0ad3d36ce2 100755 (executable)
--- 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.)