diff options
author | Sebastian Bergmann <sebastian@php.net> | 2003-03-07 16:45:41 +0000 |
---|---|---|
committer | Sebastian Bergmann <sebastian@php.net> | 2003-03-07 16:45:41 +0000 |
commit | 81a346e4feee99d2efeec0f906026e2baf169edf (patch) | |
tree | 7bfd135569695a2d6801ec63e2dd54f92f0babf7 /Zend/ZEND_CHANGES | |
parent | 61de56b7f5dc5590561d9048064ef6c33c905852 (diff) | |
download | php-git-81a346e4feee99d2efeec0f906026e2baf169edf.tar.gz |
Dedicated to Greg Beaver <greg@chiaraquartet.net>.
Diffstat (limited to 'Zend/ZEND_CHANGES')
-rw-r--r-- | Zend/ZEND_CHANGES | 2 |
1 files changed, 2 insertions, 0 deletions
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. |