From c46f6fdffade1aa4f544adc871650d3e1e360454 Mon Sep 17 00:00:00 2001 From: Ben Fuhrmannek Date: Fri, 4 Mar 2016 14:49:07 +0100 Subject: handler for function_exists --- execute.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'execute.c') diff --git a/execute.c b/execute.c index 125dc70..4b52fe4 100644 --- a/execute.c +++ b/execute.c @@ -562,7 +562,7 @@ static suhosin_internal_function_handler ihandlers[] = { S7_IH_ENTRY0i(getrandmax) S7_IH_ENTRY0("mt_getrandmax", getrandmax) - // { "function_exists", ih_function_exists, NULL, NULL, NULL }, + S7_IH_ENTRY0i(function_exists) /* Mysqli */ // { "mysqli::mysqli", ih_fixusername, (void *)2, NULL, NULL }, -- cgit v1.3