diff options
Diffstat (limited to 'src/sp_disabled_functions.h')
| -rw-r--r-- | src/sp_disabled_functions.h | 11 |
1 files changed, 11 insertions, 0 deletions
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 @@ | |||
| 1 | #ifndef __SP_DISABLE_FUNCTIONS_H | ||
| 2 | #define __SP_DISABLE_FUNCTIONS_H | ||
| 3 | |||
| 4 | #include "ext/hash/php_hash.h" | ||
| 5 | #include "ext/hash/php_hash_sha.h" | ||
| 6 | #include "ext/standard/md5.h" | ||
| 7 | |||
| 8 | int hook_disabled_functions(); | ||
| 9 | bool should_disable(zend_execute_data* function_name); | ||
| 10 | |||
| 11 | #endif /* __SP_DISABLE_FUNCTIONS_H */ | ||
