summaryrefslogtreecommitdiff
path: root/Zend/zend_globals.h
diff options
context:
space:
mode:
Diffstat (limited to 'Zend/zend_globals.h')
-rw-r--r--Zend/zend_globals.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Zend/zend_globals.h b/Zend/zend_globals.h
index 711c2520bc..6711c80342 100644
--- a/Zend/zend_globals.h
+++ b/Zend/zend_globals.h
@@ -202,7 +202,7 @@ struct _zend_executor_globals {
int lambda_count;
- HashTable ini_directives;
+ HashTable *ini_directives;
zend_objects_store objects_store;
zval *exception;