From 3785bbf9201d52379987b5444967286d2d3e8adc Mon Sep 17 00:00:00 2001 From: Ben Fuhrmannek Date: Fri, 4 Mar 2016 10:01:31 +0100 Subject: . --- execute.c | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'execute.c') diff --git a/execute.c b/execute.c index 65dec2e..125dc70 100644 --- a/execute.c +++ b/execute.c @@ -552,6 +552,7 @@ static suhosin_internal_function_handler ihandlers[] = { // { "preg_replace", ih_preg_replace, NULL, NULL, NULL }, // { "mail", ih_mail, NULL, NULL, NULL }, // { "symlink", ih_symlink, NULL, NULL, NULL }, + S7_IH_ENTRY0i(symlink) // random number functions S7_IH_ENTRY0i(srand) @@ -560,12 +561,6 @@ static suhosin_internal_function_handler ihandlers[] = { S7_IH_ENTRY0i(mt_rand) S7_IH_ENTRY0i(getrandmax) S7_IH_ENTRY0("mt_getrandmax", getrandmax) - // { "srand", ih_srand, NULL, NULL, NULL }, - // { "mt_srand", ih_mt_srand, NULL, NULL, NULL }, - // { "rand", ih_rand, NULL, NULL, NULL }, - // { "mt_rand", ih_mt_rand, NULL, NULL, NULL }, - // { "getrandmax", ih_getrandmax, NULL, NULL, NULL }, - // { "mt_getrandmax", ih_getrandmax, NULL, NULL, NULL }, // { "function_exists", ih_function_exists, NULL, NULL, NULL }, -- cgit v1.3