From f365d212edbaab4058875fe39623a97befbf98b0 Mon Sep 17 00:00:00 2001 From: Ben Fuhrmannek Date: Mon, 22 Feb 2016 22:02:32 +0100 Subject: temp. disabled treat_data to simplify things --- php_suhosin7.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'php_suhosin7.h') diff --git a/php_suhosin7.h b/php_suhosin7.h index 5a13576..0a40316 100644 --- a/php_suhosin7.h +++ b/php_suhosin7.h @@ -128,7 +128,7 @@ ZEND_BEGIN_MODULE_GLOBALS(suhosin7) zend_bool simulation; // zend_bool stealth; - zend_bool already_scanned; + // zend_bool already_scanned; zend_bool abort_request; // @@ -247,7 +247,7 @@ ZEND_BEGIN_MODULE_GLOBALS(suhosin7) /* misc */ zend_bool coredump; // zend_bool apc_bug_workaround; - zend_bool do_not_scan; + // zend_bool do_not_scan; // zend_bool server_encode; zend_bool server_strip; @@ -372,6 +372,7 @@ void suhosin_hook_memory_limit(); void suhosin_hook_treat_data(); void suhosin_hook_execute(); void suhosin_hook_register_server_variables(); +// void suhosin_hook_sha256(); static inline void suhosin_bailout() { -- cgit v1.3