diff options
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) |
