From e1d86b42a6bb56efb1c073e238412fe277f4f895 Mon Sep 17 00:00:00 2001 From: Stefan Esser Date: Sun, 12 Feb 2012 10:42:57 +0100 Subject: Make clear that not calling the session unhook is intentional --- suhosin.c | 1 + 1 file changed, 1 insertion(+) diff --git a/suhosin.c b/suhosin.c index cf2aae4..9829896 100644 --- a/suhosin.c +++ b/suhosin.c @@ -192,6 +192,7 @@ static void suhosin_shutdown(zend_extension *extension) suhosin_unhook_execute(); suhosin_unhook_header_handler(); suhosin_unhook_post_handlers(); + /* suhosin_unhook_session(); - enabling this causes compability problems */ if (ze != NULL) { ze->startup = orig_module_startup; -- cgit v1.3