summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Zend/ZEND_CHANGES5
1 files changed, 5 insertions, 0 deletions
diff --git a/Zend/ZEND_CHANGES b/Zend/ZEND_CHANGES
index 4c8f791aa3..0c2420afc7 100644
--- a/Zend/ZEND_CHANGES
+++ b/Zend/ZEND_CHANGES
@@ -175,6 +175,11 @@ Changes in the Zend Engine 2.0
Foo::$aVariable = 'someValue';
?>
+ A namespace's name may contain colons to denote "sub-namespaces".
+ This is pure syntactic sugar, the Zend Engine will not see, for
+ instance, the namespaces "Package", "Package:Subpackage" and
+ "Package:Subpackage:Subsubpackage" as related.
+
To avoid ambiguities in the '::' resolution there may be no
global class and namespace with the same name.