diff options
| author | jvoisin | 2017-11-29 11:36:57 +0100 |
|---|---|---|
| committer | GitHub | 2017-11-29 11:36:57 +0100 |
| commit | 10437787b0e8ede80976de4a1c22775fc1282f36 (patch) | |
| tree | 1ab911ab000989b98449475eda655a797e278049 /src/sp_disabled_functions.h | |
| parent | 8df77884f38e7a7334b56aafe2f441567f175af8 (diff) | |
Implement eval hooking
It's not possible to hook the `eval` builtin like other functions.
Diffstat (limited to 'src/sp_disabled_functions.h')
| -rw-r--r-- | src/sp_disabled_functions.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sp_disabled_functions.h b/src/sp_disabled_functions.h index 260d430..e9180c9 100644 --- a/src/sp_disabled_functions.h +++ b/src/sp_disabled_functions.h | |||
| @@ -2,6 +2,6 @@ | |||
| 2 | #define __SP_DISABLE_FUNCTIONS_H | 2 | #define __SP_DISABLE_FUNCTIONS_H |
| 3 | 3 | ||
| 4 | int hook_disabled_functions(); | 4 | int hook_disabled_functions(); |
| 5 | bool should_disable(zend_execute_data* function_name); | 5 | bool should_disable(zend_execute_data*, const char *, const char *, const char *); |
| 6 | 6 | ||
| 7 | #endif /* __SP_DISABLE_FUNCTIONS_H */ | 7 | #endif /* __SP_DISABLE_FUNCTIONS_H */ |
