diff options
Diffstat (limited to 'src/php_snuffleupagus.h')
| -rw-r--r-- | src/php_snuffleupagus.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/php_snuffleupagus.h b/src/php_snuffleupagus.h index 97fa0e4..a4a0ed4 100644 --- a/src/php_snuffleupagus.h +++ b/src/php_snuffleupagus.h | |||
| @@ -148,6 +148,13 @@ u_long execution_depth; | |||
| 148 | HashTable *disabled_functions_hook; | 148 | HashTable *disabled_functions_hook; |
| 149 | HashTable *sp_internal_functions_hook; | 149 | HashTable *sp_internal_functions_hook; |
| 150 | HashTable *sp_eval_blacklist_functions_hook; | 150 | HashTable *sp_eval_blacklist_functions_hook; |
| 151 | |||
| 152 | #if PHP_VERSION_ID >= 80000 | ||
| 153 | zend_string* eval_source_string; | ||
| 154 | #else | ||
| 155 | zval* eval_source_string; | ||
| 156 | #endif | ||
| 157 | |||
| 151 | ZEND_END_MODULE_GLOBALS(snuffleupagus) | 158 | ZEND_END_MODULE_GLOBALS(snuffleupagus) |
| 152 | 159 | ||
| 153 | ZEND_EXTERN_MODULE_GLOBALS(snuffleupagus) | 160 | ZEND_EXTERN_MODULE_GLOBALS(snuffleupagus) |
