summaryrefslogtreecommitdiff
path: root/Zend
diff options
context:
space:
mode:
authorAndi Gutmans <andi@php.net>2003-03-23 21:27:22 +0000
committerAndi Gutmans <andi@php.net>2003-03-23 21:27:22 +0000
commiteba65486ad00b271d2044f7392a22c10b1e688ba (patch)
treec148616ad344cfe13166ca32f6bbf73febb3aa76 /Zend
parentac7748cef13f5e2f02813f22c31535f344997b97 (diff)
downloadphp-git-eba65486ad00b271d2044f7392a22c10b1e688ba.tar.gz
- Fix win32 build
Diffstat (limited to 'Zend')
-rw-r--r--Zend/zend.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Zend/zend.c b/Zend/zend.c
index 9972616646..a46669c618 100644
--- a/Zend/zend.c
+++ b/Zend/zend.c
@@ -764,7 +764,7 @@ void zend_deactivate(TSRMLS_D)
EG(active_symbol_table) = NULL;
/* restore namespace to global */
- zend_switch_namespace(EG(global_namespace_ptr));
+ zend_switch_namespace(EG(global_namespace_ptr) TSRMLS_CC);
CG(function_table) = EG(function_table);
CG(class_table) = EG(class_table);