diff options
Diffstat (limited to 'src/sp_disabled_functions.c')
| -rw-r--r-- | src/sp_disabled_functions.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/sp_disabled_functions.c b/src/sp_disabled_functions.c index a7136df..7be1c34 100644 --- a/src/sp_disabled_functions.c +++ b/src/sp_disabled_functions.c | |||
| @@ -575,12 +575,12 @@ ZEND_FUNCTION(eval_blacklist_callback) { | |||
| 575 | } | 575 | } |
| 576 | if (config_eval->simulation) { | 576 | if (config_eval->simulation) { |
| 577 | sp_log_simulation("eval", | 577 | sp_log_simulation("eval", |
| 578 | "A call to %s was tried in eval, in %s:%d, logging it.", | 578 | "A call to %s was tried in eval, in %s:%d, logging it.", |
| 579 | current_function_name, ZSTR_VAL(filename), line_number); | 579 | current_function_name, ZSTR_VAL(filename), line_number); |
| 580 | } else { | 580 | } else { |
| 581 | sp_log_drop("eval", | 581 | sp_log_drop("eval", |
| 582 | "A call to %s was tried in eval, in %s:%d, dropping it.", | 582 | "A call to %s was tried in eval, in %s:%d, dropping it.", |
| 583 | current_function_name, ZSTR_VAL(filename), line_number); | 583 | current_function_name, ZSTR_VAL(filename), line_number); |
| 584 | } | 584 | } |
| 585 | efree(filename); | 585 | efree(filename); |
| 586 | } | 586 | } |
