From: Sebastian Bergmann Date: Fri, 7 Mar 2003 16:45:41 +0000 (+0000) Subject: Dedicated to Greg Beaver . X-Git-Tag: RELEASE_0_5~560 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=81a346e4feee99d2efeec0f906026e2baf169edf;p=php Dedicated to Greg Beaver . --- diff --git a/Zend/ZEND_CHANGES b/Zend/ZEND_CHANGES index dc1aa23a90..371bd67aa0 100644 --- a/Zend/ZEND_CHANGES +++ b/Zend/ZEND_CHANGES @@ -333,6 +333,8 @@ Changes in the Zend Engine 2.0 instance, the namespaces "Package", "Package:Subpackage" and "Package:Subpackage:Subsubpackage" as related. + Namespaces can be neither nested nor instantiated. + To avoid ambiguities in the '::' resolution there may be no global class and namespace with the same name.