From 2f010abe517ee5028bb73b61e8ce73da572d69cd Mon Sep 17 00:00:00 2001 From: Sebastian Bergmann Date: Fri, 8 Mar 2002 11:36:56 +0000 Subject: [PATCH] Add 'import const' example. --- Zend/ZEND_CHANGES | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/Zend/ZEND_CHANGES b/Zend/ZEND_CHANGES index 7e2d90cbbc..ffc4149f34 100644 --- a/Zend/ZEND_CHANGES +++ b/Zend/ZEND_CHANGES @@ -301,6 +301,17 @@ Changes in the Zend Engine 2.0 func2(); ?> + Example: + + + Old code that does not take advantage of namespaces will run without modifications. -- 2.50.1