diff options
author | Andi Gutmans <andi@php.net> | 2001-09-24 18:26:04 +0000 |
---|---|---|
committer | Andi Gutmans <andi@php.net> | 2001-09-24 18:26:04 +0000 |
commit | da339a6eae2e7faa44abc512d0f1be5dc897dba5 (patch) | |
tree | ea87ec21b9c5b91962aa9024e15a1953ecdde9b0 /Zend/zend_execute_API.c | |
parent | 892f61f1ff0417a7b87b9345359464e36515518e (diff) | |
download | php-git-da339a6eae2e7faa44abc512d0f1be5dc897dba5.tar.gz |
- More namespaces work
Diffstat (limited to 'Zend/zend_execute_API.c')
-rw-r--r-- | Zend/zend_execute_API.c | 1 |
1 files changed, 1 insertions, 0 deletions
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; |