summaryrefslogtreecommitdiff
path: root/execute.c
diff options
context:
space:
mode:
authorBen Fuhrmannek2016-03-04 10:01:31 +0100
committerBen Fuhrmannek2016-03-04 10:01:31 +0100
commit3785bbf9201d52379987b5444967286d2d3e8adc (patch)
tree36dd17f70a672fb91c4dc7e07c3c4ffaff8a1a81 /execute.c
parent1b7ec50b72559b21bd9631b74213a34f9d75e830 (diff)
.
Diffstat (limited to 'execute.c')
-rw-r--r--execute.c7
1 files changed, 1 insertions, 6 deletions
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[] = {
552 // { "preg_replace", ih_preg_replace, NULL, NULL, NULL }, 552 // { "preg_replace", ih_preg_replace, NULL, NULL, NULL },
553 // { "mail", ih_mail, NULL, NULL, NULL }, 553 // { "mail", ih_mail, NULL, NULL, NULL },
554 // { "symlink", ih_symlink, NULL, NULL, NULL }, 554 // { "symlink", ih_symlink, NULL, NULL, NULL },
555 S7_IH_ENTRY0i(symlink)
555 556
556 // random number functions 557 // random number functions
557 S7_IH_ENTRY0i(srand) 558 S7_IH_ENTRY0i(srand)
@@ -560,12 +561,6 @@ static suhosin_internal_function_handler ihandlers[] = {
560 S7_IH_ENTRY0i(mt_rand) 561 S7_IH_ENTRY0i(mt_rand)
561 S7_IH_ENTRY0i(getrandmax) 562 S7_IH_ENTRY0i(getrandmax)
562 S7_IH_ENTRY0("mt_getrandmax", getrandmax) 563 S7_IH_ENTRY0("mt_getrandmax", getrandmax)
563 // { "srand", ih_srand, NULL, NULL, NULL },
564 // { "mt_srand", ih_mt_srand, NULL, NULL, NULL },
565 // { "rand", ih_rand, NULL, NULL, NULL },
566 // { "mt_rand", ih_mt_rand, NULL, NULL, NULL },
567 // { "getrandmax", ih_getrandmax, NULL, NULL, NULL },
568 // { "mt_getrandmax", ih_getrandmax, NULL, NULL, NULL },
569 564
570 // { "function_exists", ih_function_exists, NULL, NULL, NULL }, 565 // { "function_exists", ih_function_exists, NULL, NULL, NULL },
571 566