From 2eabb14dc72359e062c6b5a1a44150fb3d4c99ff Mon Sep 17 00:00:00 2001 From: Andi Gutmans Date: Sun, 30 Sep 2001 17:29:55 +0000 Subject: - Merge the NAMESPACES_BRANCH. It wasn't a good idea to have a branch when - the whole CVS tree is work in progress --- Zend/zend_execute_API.c | 1 + 1 file changed, 1 insertion(+) (limited to 'Zend/zend_execute_API.c') diff --git a/Zend/zend_execute_API.c b/Zend/zend_execute_API.c index abacd87026..2c541d9227 100644 --- a/Zend/zend_execute_API.c +++ b/Zend/zend_execute_API.c @@ -129,6 +129,7 @@ void init_executor(TSRMLS_D) EG(function_table) = CG(function_table); EG(class_table) = CG(class_table); + EG(namespaces) = CG(namespaces); EG(in_execution) = 0; -- cgit v1.2.1