summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--suhosin.c1
1 files changed, 1 insertions, 0 deletions
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)
192 suhosin_unhook_execute(); 192 suhosin_unhook_execute();
193 suhosin_unhook_header_handler(); 193 suhosin_unhook_header_handler();
194 suhosin_unhook_post_handlers(); 194 suhosin_unhook_post_handlers();
195 /* suhosin_unhook_session(); - enabling this causes compability problems */
195 196
196 if (ze != NULL) { 197 if (ze != NULL) {
197 ze->startup = orig_module_startup; 198 ze->startup = orig_module_startup;