summaryrefslogtreecommitdiff
path: root/src/php_snuffleupagus.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/php_snuffleupagus.h')
-rw-r--r--src/php_snuffleupagus.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/php_snuffleupagus.h b/src/php_snuffleupagus.h
index cf50a10..d7c3e27 100644
--- a/src/php_snuffleupagus.h
+++ b/src/php_snuffleupagus.h
@@ -59,6 +59,7 @@ extern zend_module_entry snuffleupagus_module_entry;
59 59
60ZEND_BEGIN_MODULE_GLOBALS(snuffleupagus) 60ZEND_BEGIN_MODULE_GLOBALS(snuffleupagus)
61sp_config config; 61sp_config config;
62bool is_config_valid;
62HashTable *disabled_functions_hook; 63HashTable *disabled_functions_hook;
63HashTable *sp_internal_functions_hook; 64HashTable *sp_internal_functions_hook;
64ZEND_END_MODULE_GLOBALS(snuffleupagus) 65ZEND_END_MODULE_GLOBALS(snuffleupagus)