diff options
| author | Ben Fuhrmannek | 2016-03-04 14:49:07 +0100 |
|---|---|---|
| committer | Ben Fuhrmannek | 2016-03-04 14:49:07 +0100 |
| commit | c46f6fdffade1aa4f544adc871650d3e1e360454 (patch) | |
| tree | 824e2bc60ee1f63dc6a02be628bb2fc8e9228562 /execute.c | |
| parent | 3d8cc07c5af283289f62f0964f153804f2cc1862 (diff) | |
handler for function_exists
Diffstat (limited to 'execute.c')
| -rw-r--r-- | execute.c | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -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 }, |
