diff options
Diffstat (limited to 'src/sp_disabled_functions.h')
| -rw-r--r-- | src/sp_disabled_functions.h | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/src/sp_disabled_functions.h b/src/sp_disabled_functions.h index b7901dd..3999aec 100644 --- a/src/sp_disabled_functions.h +++ b/src/sp_disabled_functions.h | |||
| @@ -5,15 +5,11 @@ extern zend_write_func_t zend_write_default; | |||
| 5 | 5 | ||
| 6 | int hook_disabled_functions(); | 6 | int hook_disabled_functions(); |
| 7 | int hook_echo(const char *, size_t); | 7 | int hook_echo(const char *, size_t); |
| 8 | bool should_disable(zend_execute_data *, const char *, const zend_string *, | 8 | void should_disable_ht(zend_execute_data *, const char *, const zend_string *, |
| 9 | const char *, const sp_list_node *, const zend_string *); | ||
| 10 | bool should_disable_ht(zend_execute_data *, const char *, const zend_string *, | ||
| 11 | const char *, const sp_list_node *, const HashTable *); | 9 | const char *, const sp_list_node *, const HashTable *); |
| 12 | bool should_drop_on_ret_ht(const zval *, const char *, | 10 | void should_drop_on_ret_ht(const zval *, const char *, |
| 13 | const sp_list_node *config, const HashTable *, | 11 | const sp_list_node *config, const HashTable *, |
| 14 | zend_execute_data *); | 12 | zend_execute_data *); |
| 15 | bool should_drop_on_ret(const zval *, const sp_list_node *config, const char *, | ||
| 16 | zend_execute_data *); | ||
| 17 | char *get_complete_function_path(zend_execute_data const *const); | 13 | char *get_complete_function_path(zend_execute_data const *const); |
| 18 | 14 | ||
| 19 | #endif /* __SP_DISABLE_FUNCTIONS_H */ | 15 | #endif /* __SP_DISABLE_FUNCTIONS_H */ |
