summaryrefslogtreecommitdiff
path: root/php_suhosin.h
diff options
context:
space:
mode:
Diffstat (limited to 'php_suhosin.h')
-rw-r--r--php_suhosin.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/php_suhosin.h b/php_suhosin.h
index e85fc38..4b460e4 100644
--- a/php_suhosin.h
+++ b/php_suhosin.h
@@ -151,6 +151,7 @@ ZEND_BEGIN_MODULE_GLOBALS(suhosin)
151 zend_bool upload_disallow_elf; 151 zend_bool upload_disallow_elf;
152 zend_bool upload_disallow_binary; 152 zend_bool upload_disallow_binary;
153 zend_bool upload_remove_binary; 153 zend_bool upload_remove_binary;
154 zend_bool upload_allow_utf8;
154 char *upload_verification_script; 155 char *upload_verification_script;
155 156
156 zend_bool no_more_variables; 157 zend_bool no_more_variables;