summaryrefslogtreecommitdiff
path: root/suhosin7.c
diff options
context:
space:
mode:
Diffstat (limited to 'suhosin7.c')
-rw-r--r--suhosin7.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/suhosin7.c b/suhosin7.c
index 8ce72d7..9ed1eca 100644
--- a/suhosin7.c
+++ b/suhosin7.c
@@ -516,7 +516,8 @@ PHP_MINIT_FUNCTION(suhosin7)
516 suhosin_hook_treat_data(); 516 suhosin_hook_treat_data();
517 suhosin_hook_execute(); 517 suhosin_hook_execute();
518 suhosin_hook_register_server_variables(); 518 suhosin_hook_register_server_variables();
519 519 // suhosin_hook_sha256();
520
520 return SUCCESS; 521 return SUCCESS;
521} 522}
522/* }}} */ 523/* }}} */
@@ -547,7 +548,6 @@ PHP_RINIT_FUNCTION(suhosin7)
547PHP_RSHUTDOWN_FUNCTION(suhosin7) 548PHP_RSHUTDOWN_FUNCTION(suhosin7)
548{ 549{
549 SDEBUG("(RSHUTDOWN)"); 550 SDEBUG("(RSHUTDOWN)");
550
551 return SUCCESS; 551 return SUCCESS;
552} 552}
553/* }}} */ 553/* }}} */