From da339a6eae2e7faa44abc512d0f1be5dc897dba5 Mon Sep 17 00:00:00 2001 From: Andi Gutmans Date: Mon, 24 Sep 2001 18:26:04 +0000 Subject: - More namespaces work --- 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