summaryrefslogtreecommitdiff
path: root/suhosin.c
diff options
context:
space:
mode:
authorStefan Esser2012-01-14 18:40:39 +0100
committerStefan Esser2012-01-14 18:40:39 +0100
commitbaed654dfa7c0e04795307b6567d4141fd6365c3 (patch)
tree3331290765f261825a708309a36632e2f0707bba /suhosin.c
parent73b1968ee30f6d9d2dae497544b910e68e114bfa (diff)
detect runtime modification of post handlers
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 1b54c39..e111d55 100644
--- a/suhosin.c
+++ b/suhosin.c
@@ -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;