summaryrefslogtreecommitdiff
path: root/UPGRADING
diff options
context:
space:
mode:
authorKalle Sommer Nielsen <kalle@php.net>2009-05-07 06:58:57 +0000
committerKalle Sommer Nielsen <kalle@php.net>2009-05-07 06:58:57 +0000
commit686c3975e785dce0a8a95853bf51cefdb59d1df9 (patch)
tree165dee440cfd2d67032a82baf26522699b3db6a3 /UPGRADING
parente4e260dc216f157534d4507cba6d84683dfe28d2 (diff)
downloadphp-git-686c3975e785dce0a8a95853bf51cefdb59d1df9.tar.gz
use have been a keyword in a forever, thanks Greg
Diffstat (limited to 'UPGRADING')
-rwxr-xr-xUPGRADING2
1 files changed, 1 insertions, 1 deletions
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.)