summaryrefslogtreecommitdiff
path: root/php_suhosin.h
diff options
context:
space:
mode:
Diffstat (limited to 'php_suhosin.h')
-rw-r--r--php_suhosin.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/php_suhosin.h b/php_suhosin.h
index d567877..df7c877 100644
--- a/php_suhosin.h
+++ b/php_suhosin.h
@@ -250,7 +250,9 @@ ZEND_BEGIN_MODULE_GLOBALS(suhosin)
250 zend_bool upload_disallow_elf; 250 zend_bool upload_disallow_elf;
251 zend_bool upload_disallow_binary; 251 zend_bool upload_disallow_binary;
252 zend_bool upload_remove_binary; 252 zend_bool upload_remove_binary;
253#ifdef SUHOSIN_EXPERIMENTAL
253 zend_bool upload_allow_utf8; 254 zend_bool upload_allow_utf8;
255#endif
254 char *upload_verification_script; 256 char *upload_verification_script;
255 257
256 zend_bool no_more_variables; 258 zend_bool no_more_variables;