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 41d9b77..50957e5 100644 --- a/src/php_snuffleupagus.h +++ b/src/php_snuffleupagus.h | |||
| @@ -65,6 +65,7 @@ ZEND_BEGIN_MODULE_GLOBALS(snuffleupagus) | |||
| 65 | size_t in_eval; | 65 | size_t in_eval; |
| 66 | sp_config config; | 66 | sp_config config; |
| 67 | bool is_config_valid; | 67 | bool is_config_valid; |
| 68 | bool allow_broken_configuration; | ||
| 68 | HashTable *disabled_functions_hook; | 69 | HashTable *disabled_functions_hook; |
| 69 | HashTable *sp_internal_functions_hook; | 70 | HashTable *sp_internal_functions_hook; |
| 70 | HashTable *sp_eval_blacklist_functions_hook; | 71 | HashTable *sp_eval_blacklist_functions_hook; |
