diff options
| author | Stefan Esser | 2012-02-12 11:21:42 +0100 |
|---|---|---|
| committer | Stefan Esser | 2012-02-12 11:21:42 +0100 |
| commit | 6edb26c052914a7cbaa4bd0d77bff93e68bd9a98 (patch) | |
| tree | 6772d7e38dead7f5f83c8b17809f46b1da098e78 /php_suhosin.h | |
| parent | bb630acdb0019e4bd2fdd0ade18cb77288d9422d (diff) | |
Add some variable drop statistics as requested by users
Diffstat (limited to 'php_suhosin.h')
| -rw-r--r-- | php_suhosin.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/php_suhosin.h b/php_suhosin.h index c3491d0..e689b9c 100644 --- a/php_suhosin.h +++ b/php_suhosin.h | |||
| @@ -102,6 +102,7 @@ ZEND_BEGIN_MODULE_GLOBALS(suhosin) | |||
| 102 | /* request variables */ | 102 | /* request variables */ |
| 103 | long max_request_variables; | 103 | long max_request_variables; |
| 104 | long cur_request_variables; | 104 | long cur_request_variables; |
| 105 | long att_request_variables; | ||
| 105 | long max_varname_length; | 106 | long max_varname_length; |
| 106 | long max_totalname_length; | 107 | long max_totalname_length; |
| 107 | long max_value_length; | 108 | long max_value_length; |
| @@ -112,6 +113,7 @@ ZEND_BEGIN_MODULE_GLOBALS(suhosin) | |||
| 112 | /* cookie variables */ | 113 | /* cookie variables */ |
| 113 | long max_cookie_vars; | 114 | long max_cookie_vars; |
| 114 | long cur_cookie_vars; | 115 | long cur_cookie_vars; |
| 116 | long att_cookie_vars; | ||
| 115 | long max_cookie_name_length; | 117 | long max_cookie_name_length; |
| 116 | long max_cookie_totalname_length; | 118 | long max_cookie_totalname_length; |
| 117 | long max_cookie_value_length; | 119 | long max_cookie_value_length; |
| @@ -122,6 +124,7 @@ ZEND_BEGIN_MODULE_GLOBALS(suhosin) | |||
| 122 | /* get variables */ | 124 | /* get variables */ |
| 123 | long max_get_vars; | 125 | long max_get_vars; |
| 124 | long cur_get_vars; | 126 | long cur_get_vars; |
| 127 | long att_get_vars; | ||
| 125 | long max_get_name_length; | 128 | long max_get_name_length; |
| 126 | long max_get_totalname_length; | 129 | long max_get_totalname_length; |
| 127 | long max_get_value_length; | 130 | long max_get_value_length; |
| @@ -132,6 +135,7 @@ ZEND_BEGIN_MODULE_GLOBALS(suhosin) | |||
| 132 | /* post variables */ | 135 | /* post variables */ |
| 133 | long max_post_vars; | 136 | long max_post_vars; |
| 134 | long cur_post_vars; | 137 | long cur_post_vars; |
| 138 | long att_post_vars; | ||
| 135 | long max_post_name_length; | 139 | long max_post_name_length; |
| 136 | long max_post_totalname_length; | 140 | long max_post_totalname_length; |
| 137 | long max_post_value_length; | 141 | long max_post_value_length; |
