summaryrefslogtreecommitdiff
path: root/execute.c
diff options
context:
space:
mode:
authorBen Fuhrmannek2016-03-04 14:49:07 +0100
committerBen Fuhrmannek2016-03-04 14:49:07 +0100
commitc46f6fdffade1aa4f544adc871650d3e1e360454 (patch)
tree824e2bc60ee1f63dc6a02be628bb2fc8e9228562 /execute.c
parent3d8cc07c5af283289f62f0964f153804f2cc1862 (diff)
handler for function_exists
Diffstat (limited to 'execute.c')
-rw-r--r--execute.c2
1 files changed, 1 insertions, 1 deletions
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[] = {
562 S7_IH_ENTRY0i(getrandmax) 562 S7_IH_ENTRY0i(getrandmax)
563 S7_IH_ENTRY0("mt_getrandmax", getrandmax) 563 S7_IH_ENTRY0("mt_getrandmax", getrandmax)
564 564
565 // { "function_exists", ih_function_exists, NULL, NULL, NULL }, 565 S7_IH_ENTRY0i(function_exists)
566 566
567 /* Mysqli */ 567 /* Mysqli */
568 // { "mysqli::mysqli", ih_fixusername, (void *)2, NULL, NULL }, 568 // { "mysqli::mysqli", ih_fixusername, (void *)2, NULL, NULL },