summaryrefslogtreecommitdiff
path: root/src/sp_utils.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/sp_utils.h')
-rw-r--r--src/sp_utils.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/sp_utils.h b/src/sp_utils.h
index 5537a34..ec79e8b 100644
--- a/src/sp_utils.h
+++ b/src/sp_utils.h
@@ -82,6 +82,7 @@ void sp_log_disable(const char *restrict, const char *restrict,
82void sp_log_disable_ret(const char *restrict, const zend_string *restrict, 82void sp_log_disable_ret(const char *restrict, const zend_string *restrict,
83 const sp_disabled_function *); 83 const sp_disabled_function *);
84bool hook_function(const char *, HashTable *, zif_handler); 84bool hook_function(const char *, HashTable *, zif_handler);
85void unhook_functions(HashTable *ht);
85int hook_regexp(const sp_pcre *, HashTable *, zif_handler); 86int hook_regexp(const sp_pcre *, HashTable *, zif_handler);
86bool check_is_in_eval_whitelist(const zend_string *const function_name); 87bool check_is_in_eval_whitelist(const zend_string *const function_name);
87int sp_log_request(const zend_string *restrict folder, 88int sp_log_request(const zend_string *restrict folder,