diff options
| author | Ben Fuhrmannek | 2016-02-24 00:36:35 +0100 |
|---|---|---|
| committer | Ben Fuhrmannek | 2016-02-24 00:36:35 +0100 |
| commit | 346455c6b5716c8ce095235428614e15c0adf13e (patch) | |
| tree | aaa648869e88287ed34c6d36cc06474d062b4b32 /execute.c | |
| parent | 35b7c9a0e3f8a0daf1718a8ba9889a2aec24dc84 (diff) | |
cookie encryption
Diffstat (limited to 'execute.c')
| -rw-r--r-- | execute.c | 4 |
1 files changed, 2 insertions, 2 deletions
| @@ -1198,8 +1198,8 @@ internal_function_handler ihandlers[] = { | |||
| 1198 | { NULL, NULL, NULL, NULL, NULL } | 1198 | { NULL, NULL, NULL, NULL, NULL } |
| 1199 | }; | 1199 | }; |
| 1200 | 1200 | ||
| 1201 | #define FUNCTION_WARNING() zend_error(E_WARNING, "%s() has been disabled for security reasons", get_active_function_name()); | 1201 | #define FUNCTION_WARNING() zend_error(E_WARNING, "%s() has been disabled for security reasons", suhosin_get_active_function_name()); |
| 1202 | #define FUNCTION_SIMULATE_WARNING() zend_error(E_WARNING, "SIMULATION - %s() has been disabled for security reasons", get_active_function_name()); | 1202 | #define FUNCTION_SIMULATE_WARNING() zend_error(E_WARNING, "SIMULATION - %s() has been disabled for security reasons", suhosin_get_active_function_name()); |
| 1203 | 1203 | ||
| 1204 | /* {{{ void suhosin_execute_internal | 1204 | /* {{{ void suhosin_execute_internal |
| 1205 | * This function provides a hook for internal execution */ | 1205 | * This function provides a hook for internal execution */ |
