diff options
author | Andi Gutmans <andi@php.net> | 2001-09-30 17:29:55 +0000 |
---|---|---|
committer | Andi Gutmans <andi@php.net> | 2001-09-30 17:29:55 +0000 |
commit | 2eabb14dc72359e062c6b5a1a44150fb3d4c99ff (patch) | |
tree | 29e3e6b03d29501558d380830ae4faa4ceff4821 /Zend/zend_execute_API.c | |
parent | 516b8bc723794446378aea22277ed665ee4c9cd4 (diff) | |
download | php-git-2eabb14dc72359e062c6b5a1a44150fb3d4c99ff.tar.gz |
- Merge the NAMESPACES_BRANCH. It wasn't a good idea to have a branch when
- the whole CVS tree is work in progress
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; |