summaryrefslogtreecommitdiff
path: root/Zend/zend_execute_API.c
diff options
context:
space:
mode:
authorSebastian Bergmann <sebastian@php.net>2003-02-16 11:34:49 +0000
committerSebastian Bergmann <sebastian@php.net>2003-02-16 11:34:49 +0000
commit6d300baf8473cc257da6580f13269c1d48668826 (patch)
treec00d045e79ce9d5d8318378b5de76446fa8da239 /Zend/zend_execute_API.c
parente77eca7568715ed74f9490cfec1dfcad0960fe08 (diff)
downloadphp-git-6d300baf8473cc257da6580f13269c1d48668826.tar.gz
ZTS fixes
Diffstat (limited to 'Zend/zend_execute_API.c')
-rw-r--r--Zend/zend_execute_API.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Zend/zend_execute_API.c b/Zend/zend_execute_API.c
index 77d43788e2..0b1020a7b1 100644
--- a/Zend/zend_execute_API.c
+++ b/Zend/zend_execute_API.c
@@ -194,7 +194,7 @@ void shutdown_executor(TSRMLS_D)
{
/* return to global namespace here */
if(EG(active_namespace) != EG(global_namespace_ptr)) {
- zend_switch_namespace(EG(global_namespace_ptr));
+ zend_switch_namespace(EG(global_namespace_ptr) TSRMLS_CC);
}
zend_try {