diff options
Diffstat (limited to 'src/php_snuffleupagus.h')
| -rw-r--r-- | src/php_snuffleupagus.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/php_snuffleupagus.h b/src/php_snuffleupagus.h index ca39bb8..93ef472 100644 --- a/src/php_snuffleupagus.h +++ b/src/php_snuffleupagus.h | |||
| @@ -63,7 +63,7 @@ sp_config config; | |||
| 63 | bool is_config_valid; | 63 | bool is_config_valid; |
| 64 | HashTable *disabled_functions_hook; | 64 | HashTable *disabled_functions_hook; |
| 65 | HashTable *sp_internal_functions_hook; | 65 | HashTable *sp_internal_functions_hook; |
| 66 | HashTable *sp_eval_filter_functions_hook; | 66 | HashTable *sp_eval_blacklist_functions_hook; |
| 67 | ZEND_END_MODULE_GLOBALS(snuffleupagus) | 67 | ZEND_END_MODULE_GLOBALS(snuffleupagus) |
| 68 | 68 | ||
| 69 | #define SNUFFLEUPAGUS_G(v) ZEND_MODULE_GLOBALS_ACCESSOR(snuffleupagus, v) | 69 | #define SNUFFLEUPAGUS_G(v) ZEND_MODULE_GLOBALS_ACCESSOR(snuffleupagus, v) |
| @@ -85,7 +85,7 @@ ZEND_TSRMLS_CACHE_EXTERN() | |||
| 85 | #endif | 85 | #endif |
| 86 | 86 | ||
| 87 | PHP_FUNCTION(check_disabled_function); | 87 | PHP_FUNCTION(check_disabled_function); |
| 88 | PHP_FUNCTION(eval_filter_callback); | 88 | PHP_FUNCTION(eval_blacklist_callback); |
| 89 | 89 | ||
| 90 | static inline void sp_terminate() { zend_bailout(); } | 90 | static inline void sp_terminate() { zend_bailout(); } |
| 91 | 91 | ||
