summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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);