summaryrefslogtreecommitdiff
path: root/src/php_snuffleupagus.h
diff options
context:
space:
mode:
authorjvoisin2017-12-28 15:14:02 +0100
committerjvoisin2017-12-28 15:14:02 +0100
commit62c48bf9a85e0294b7b32cea438e904e1cd50669 (patch)
tree7c7e88debd8b6873fe444c6ed43a674827cc8c04 /src/php_snuffleupagus.h
parentb21139d922268251a19dd16f98248551863fe3e5 (diff)
Show in the phpinfo() is the config is valid
This should close #39
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)