diff options
-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. |