diff options
| author | Stefan Esser | 2012-01-14 18:40:39 +0100 |
|---|---|---|
| committer | Stefan Esser | 2012-01-14 18:40:39 +0100 |
| commit | baed654dfa7c0e04795307b6567d4141fd6365c3 (patch) | |
| tree | 3331290765f261825a708309a36632e2f0707bba /suhosin.c | |
| parent | 73b1968ee30f6d9d2dae497544b910e68e114bfa (diff) | |
detect runtime modification of post handlers
Diffstat (limited to 'suhosin.c')
| -rw-r--r-- | suhosin.c | 1 |
1 files changed, 1 insertions, 0 deletions
| @@ -191,6 +191,7 @@ static void suhosin_shutdown(zend_extension *extension) | |||
| 191 | { | 191 | { |
| 192 | suhosin_unhook_execute(); | 192 | suhosin_unhook_execute(); |
| 193 | suhosin_unhook_header_handler(); | 193 | suhosin_unhook_header_handler(); |
| 194 | suhosin_unhook_post_handlers(); | ||
| 194 | 195 | ||
| 195 | if (ze != NULL) { | 196 | if (ze != NULL) { |
| 196 | ze->startup = orig_module_startup; | 197 | ze->startup = orig_module_startup; |
