summaryrefslogtreecommitdiff
path: root/Zend/zend_execute_API.c
diff options
context:
space:
mode:
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 {