summaryrefslogtreecommitdiff
path: root/suhosin.c
diff options
context:
space:
mode:
authorStefan Esser2012-02-12 10:42:57 +0100
committerStefan Esser2012-02-12 10:42:57 +0100
commite1d86b42a6bb56efb1c073e238412fe277f4f895 (patch)
tree32c16e335d212f75e3b5eb2dacab820e44fb6449 /suhosin.c
parent80c4e2f81d55fcd8e60c3ea3100275b134d5e198 (diff)
Make clear that not calling the session unhook is intentional
Diffstat (limited to 'suhosin.c')
-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;