summaryrefslogtreecommitdiff
path: root/Zend/zend_compile.c
diff options
context:
space:
mode:
Diffstat (limited to 'Zend/zend_compile.c')
-rw-r--r--Zend/zend_compile.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/Zend/zend_compile.c b/Zend/zend_compile.c
index 08d2ee1502..e1246b28dc 100644
--- a/Zend/zend_compile.c
+++ b/Zend/zend_compile.c
@@ -186,6 +186,8 @@ void zend_init_compiler_data_structures(TSRMLS_D) /* {{{ */
ZEND_API void file_handle_dtor(zend_file_handle *fh) /* {{{ */
{
+ TSRMLS_FETCH();
+
zend_file_handle_dtor(fh TSRMLS_CC);
}
/* }}} */