summaryrefslogtreecommitdiff
path: root/php_suhosin.h
diff options
context:
space:
mode:
authorBen Fuhrmannek2014-09-25 17:24:39 +0200
committerBen Fuhrmannek2014-09-25 17:24:39 +0200
commit594c8df58c6f7f9b9610c7f0fd11da08a532de98 (patch)
tree7f1286f40af4133aa01035ec9303e1a9aabccd2e /php_suhosin.h
parent8f2433d78347b2f1542e95652fa74d38346fb6ec (diff)
array index whitelist/blacklist
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 */