From baed654dfa7c0e04795307b6567d4141fd6365c3 Mon Sep 17 00:00:00 2001 From: Stefan Esser Date: Sat, 14 Jan 2012 18:40:39 +0100 Subject: detect runtime modification of post handlers --- suhosin.c | 1 + 1 file changed, 1 insertion(+) (limited to 'suhosin.c') 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) { suhosin_unhook_execute(); suhosin_unhook_header_handler(); + suhosin_unhook_post_handlers(); if (ze != NULL) { ze->startup = orig_module_startup; -- cgit v1.3