summaryrefslogtreecommitdiff
path: root/execute.c
diff options
context:
space:
mode:
Diffstat (limited to 'execute.c')
-rw-r--r--execute.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/execute.c b/execute.c
index 8abaff2..0e569e0 100644
--- a/execute.c
+++ b/execute.c
@@ -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 */