diff options
| author | jvoisin | 2018-01-10 14:56:33 +0100 |
|---|---|---|
| committer | GitHub | 2018-01-10 14:56:33 +0100 |
| commit | ad6b3e723fe26bf1a3a573aed776960916d35499 (patch) | |
| tree | eec9e15028f4529d776489d273bf9699333aa987 /src/sp_disabled_functions.h | |
| parent | b6e5bc4557cca3abbcfd179e7143ea54b9844e49 (diff) | |
Eval whitelist
Implement whitelist in eval
Diffstat (limited to 'src/sp_disabled_functions.h')
| -rw-r--r-- | src/sp_disabled_functions.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/sp_disabled_functions.h b/src/sp_disabled_functions.h index f80c9c2..9629308 100644 --- a/src/sp_disabled_functions.h +++ b/src/sp_disabled_functions.h | |||
| @@ -5,5 +5,6 @@ int hook_disabled_functions(); | |||
| 5 | bool should_disable(zend_execute_data *, const char *, const char *, | 5 | bool should_disable(zend_execute_data *, const char *, const char *, |
| 6 | const char *); | 6 | const char *); |
| 7 | bool should_drop_on_ret(zval *, const zend_execute_data *const); | 7 | bool should_drop_on_ret(zval *, const zend_execute_data *const); |
| 8 | char* get_complete_function_path(zend_execute_data const* const execute_data); | ||
| 8 | 9 | ||
| 9 | #endif /* __SP_DISABLE_FUNCTIONS_H */ | 10 | #endif /* __SP_DISABLE_FUNCTIONS_H */ |
