diff options
| author | Stefan Esser | 2012-02-12 10:42:57 +0100 |
|---|---|---|
| committer | Stefan Esser | 2012-02-12 10:42:57 +0100 |
| commit | e1d86b42a6bb56efb1c073e238412fe277f4f895 (patch) | |
| tree | 32c16e335d212f75e3b5eb2dacab820e44fb6449 /suhosin.c | |
| parent | 80c4e2f81d55fcd8e60c3ea3100275b134d5e198 (diff) | |
Make clear that not calling the session unhook is intentional
Diffstat (limited to 'suhosin.c')
| -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; |
