diff options
| -rw-r--r-- | suhosin.c | 1 |
1 files changed, 1 insertions, 0 deletions
| @@ -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; |
