summaryrefslogtreecommitdiff
path: root/suhosin7.c
diff options
context:
space:
mode:
authorBen Fuhrmannek2016-05-19 20:11:39 +0200
committerBen Fuhrmannek2016-05-19 20:11:39 +0200
commit5ca78940616f1fa65e93697cf536c31f86e289a6 (patch)
treee00cb996fb41226f99ee3f65ef7baaeab5239a91 /suhosin7.c
parent3cbb7ca234e66c173908927a15c7df35dba9b508 (diff)
added extract override
Diffstat (limited to 'suhosin7.c')
-rw-r--r--suhosin7.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/suhosin7.c b/suhosin7.c
index 6d6655a..b91de37 100644
--- a/suhosin7.c
+++ b/suhosin7.c
@@ -520,6 +520,8 @@ PHP_MINIT_FUNCTION(suhosin7)
520 suhosin_hook_execute(); 520 suhosin_hook_execute();
521 suhosin_hook_memory_limit(); 521 suhosin_hook_memory_limit();
522 // suhosin_hook_sha256(); 522 // suhosin_hook_sha256();
523 suhosin_hook_ex_imp();
524
523#ifdef HAVE_PHP_SESSION 525#ifdef HAVE_PHP_SESSION
524 suhosin_hook_session(); 526 suhosin_hook_session();
525#endif 527#endif