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, 2 insertions, 0 deletions
diff --git a/Zend/zend_globals.h b/Zend/zend_globals.h
index 50a2f6f069..ecbc13fc0e 100644
--- a/Zend/zend_globals.h
+++ b/Zend/zend_globals.h
@@ -191,6 +191,8 @@ struct _zend_executor_globals {
int lambda_count;
+ HashTable ini_directives;
+
void *reserved[ZEND_MAX_RESERVED_RESOURCES];
#if SUPPORT_INTERACTIVE
int interactive;