diff options
| author | jvoisin | 2017-12-28 15:14:02 +0100 |
|---|---|---|
| committer | jvoisin | 2017-12-28 15:14:02 +0100 |
| commit | 62c48bf9a85e0294b7b32cea438e904e1cd50669 (patch) | |
| tree | 7c7e88debd8b6873fe444c6ed43a674827cc8c04 /src/php_snuffleupagus.h | |
| parent | b21139d922268251a19dd16f98248551863fe3e5 (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.h | 1 |
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 | ||
| 60 | ZEND_BEGIN_MODULE_GLOBALS(snuffleupagus) | 60 | ZEND_BEGIN_MODULE_GLOBALS(snuffleupagus) |
| 61 | sp_config config; | 61 | sp_config config; |
| 62 | bool is_config_valid; | ||
| 62 | HashTable *disabled_functions_hook; | 63 | HashTable *disabled_functions_hook; |
| 63 | HashTable *sp_internal_functions_hook; | 64 | HashTable *sp_internal_functions_hook; |
| 64 | ZEND_END_MODULE_GLOBALS(snuffleupagus) | 65 | ZEND_END_MODULE_GLOBALS(snuffleupagus) |
