summaryrefslogtreecommitdiff
path: root/Zend/zend_execute_API.c
diff options
context:
space:
mode:
authorAndi Gutmans <andi@php.net>2001-09-30 17:29:55 +0000
committerAndi Gutmans <andi@php.net>2001-09-30 17:29:55 +0000
commit2eabb14dc72359e062c6b5a1a44150fb3d4c99ff (patch)
tree29e3e6b03d29501558d380830ae4faa4ceff4821 /Zend/zend_execute_API.c
parent516b8bc723794446378aea22277ed665ee4c9cd4 (diff)
downloadphp-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.c1
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;