summaryrefslogtreecommitdiff
path: root/php_suhosin7.h
diff options
context:
space:
mode:
Diffstat (limited to 'php_suhosin7.h')
-rw-r--r--php_suhosin7.h5
1 files changed, 3 insertions, 2 deletions
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)
128 128
129 zend_bool simulation; 129 zend_bool simulation;
130 // zend_bool stealth; 130 // zend_bool stealth;
131 zend_bool already_scanned; 131 // zend_bool already_scanned;
132 zend_bool abort_request; 132 zend_bool abort_request;
133 // 133 //
134 134
@@ -247,7 +247,7 @@ ZEND_BEGIN_MODULE_GLOBALS(suhosin7)
247 /* misc */ 247 /* misc */
248 zend_bool coredump; 248 zend_bool coredump;
249 // zend_bool apc_bug_workaround; 249 // zend_bool apc_bug_workaround;
250 zend_bool do_not_scan; 250 // zend_bool do_not_scan;
251 // 251 //
252 zend_bool server_encode; 252 zend_bool server_encode;
253 zend_bool server_strip; 253 zend_bool server_strip;
@@ -372,6 +372,7 @@ void suhosin_hook_memory_limit();
372void suhosin_hook_treat_data(); 372void suhosin_hook_treat_data();
373void suhosin_hook_execute(); 373void suhosin_hook_execute();
374void suhosin_hook_register_server_variables(); 374void suhosin_hook_register_server_variables();
375// void suhosin_hook_sha256();
375 376
376static inline void suhosin_bailout() 377static inline void suhosin_bailout()
377{ 378{