summaryrefslogtreecommitdiff
path: root/php_suhosin.h
diff options
context:
space:
mode:
authorBen Fuhrmannek2014-07-14 13:08:16 +0200
committerBen Fuhrmannek2014-07-14 13:08:16 +0200
commit81435af6f665c73e46562cf1489aaa3f0435b615 (patch)
tree55bff05b6b568d1e25bbb9559bcec6fb3c8b31d6 /php_suhosin.h
parent1dc59e48642c98e34320f1a31c120fbf290fd509 (diff)
parent6bb8cdbbd56c09a6864b40ce21f9a87abd942305 (diff)
Merge branch 'filter'
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;