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..8877e53 100644
--- a/php_suhosin.h
+++ b/php_suhosin.h
@@ -208,6 +208,8 @@ ZEND_BEGIN_MODULE_GLOBALS(suhosin)
208 long max_value_length; 208 long max_value_length;
209 long max_array_depth; 209 long max_array_depth;
210 long max_array_index_length; 210 long max_array_index_length;
211 char* array_index_whitelist;
212 char* array_index_blacklist;
211 zend_bool disallow_nul; 213 zend_bool disallow_nul;
212 zend_bool disallow_ws; 214 zend_bool disallow_ws;
213/* cookie variables */ 215/* cookie variables */