summaryrefslogtreecommitdiff
path: root/src/sp_disabled_functions.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/sp_disabled_functions.h')
-rw-r--r--src/sp_disabled_functions.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/sp_disabled_functions.h b/src/sp_disabled_functions.h
index 4e795a1..83b1551 100644
--- a/src/sp_disabled_functions.h
+++ b/src/sp_disabled_functions.h
@@ -1,7 +1,10 @@
1#ifndef __SP_DISABLE_FUNCTIONS_H 1#ifndef __SP_DISABLE_FUNCTIONS_H
2#define __SP_DISABLE_FUNCTIONS_H 2#define __SP_DISABLE_FUNCTIONS_H
3 3
4extern zend_write_func_t zend_write_default;
5
4int hook_disabled_functions(); 6int hook_disabled_functions();
7int hook_echo(const char*, size_t);
5bool should_disable(zend_execute_data *, const char *, const zend_string *, 8bool should_disable(zend_execute_data *, const char *, const zend_string *,
6 const char *, const sp_list_node *, const zend_string *); 9 const char *, const sp_list_node *, const zend_string *);
7bool should_disable_ht(zend_execute_data *, const char *, const zend_string *, 10bool should_disable_ht(zend_execute_data *, const char *, const zend_string *,