From 868f96c759b6650d88ff9f4fbc5c048302134248 Mon Sep 17 00:00:00 2001 From: Sebastien Blot Date: Wed, 20 Sep 2017 10:11:01 +0200 Subject: Initial import --- src/sp_disabled_functions.h | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 src/sp_disabled_functions.h (limited to 'src/sp_disabled_functions.h') diff --git a/src/sp_disabled_functions.h b/src/sp_disabled_functions.h new file mode 100644 index 0000000..680eabb --- /dev/null +++ b/src/sp_disabled_functions.h @@ -0,0 +1,11 @@ +#ifndef __SP_DISABLE_FUNCTIONS_H +#define __SP_DISABLE_FUNCTIONS_H + +#include "ext/hash/php_hash.h" +#include "ext/hash/php_hash_sha.h" +#include "ext/standard/md5.h" + +int hook_disabled_functions(); +bool should_disable(zend_execute_data* function_name); + +#endif /* __SP_DISABLE_FUNCTIONS_H */ -- cgit v1.3