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 7b86e7a..fd61a0a 100644
--- a/php_suhosin.h
+++ b/php_suhosin.h
@@ -203,6 +203,7 @@ ZEND_BEGIN_MODULE_GLOBALS(suhosin)
203 203
204/* fileupload */ 204/* fileupload */
205 long upload_limit; 205 long upload_limit;
206 long upload_max_newlines;
206 long num_uploads; 207 long num_uploads;
207 zend_bool upload_disallow_elf; 208 zend_bool upload_disallow_elf;
208 zend_bool upload_disallow_binary; 209 zend_bool upload_disallow_binary;