diff options
Diffstat (limited to 'src/php_snuffleupagus.h')
| -rw-r--r-- | src/php_snuffleupagus.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/php_snuffleupagus.h b/src/php_snuffleupagus.h index fb90d1c..ca39bb8 100644 --- a/src/php_snuffleupagus.h +++ b/src/php_snuffleupagus.h | |||
| @@ -58,7 +58,7 @@ extern zend_module_entry snuffleupagus_module_entry; | |||
| 58 | #endif | 58 | #endif |
| 59 | 59 | ||
| 60 | ZEND_BEGIN_MODULE_GLOBALS(snuffleupagus) | 60 | ZEND_BEGIN_MODULE_GLOBALS(snuffleupagus) |
| 61 | bool in_eval; | 61 | size_t in_eval; |
| 62 | sp_config config; | 62 | sp_config config; |
| 63 | bool is_config_valid; | 63 | bool is_config_valid; |
| 64 | HashTable *disabled_functions_hook; | 64 | HashTable *disabled_functions_hook; |
