summaryrefslogtreecommitdiff
path: root/php_suhosin.h
diff options
context:
space:
mode:
Diffstat (limited to 'php_suhosin.h')
-rw-r--r--php_suhosin.h45
1 files changed, 23 insertions, 22 deletions
diff --git a/php_suhosin.h b/php_suhosin.h
index 6d2ea80..4b460e4 100644
--- a/php_suhosin.h
+++ b/php_suhosin.h
@@ -76,15 +76,16 @@ ZEND_BEGIN_MODULE_GLOBALS(suhosin)
76 char *filter_action; 76 char *filter_action;
77 char *sql_user_prefix; 77 char *sql_user_prefix;
78 char *sql_user_postfix; 78 char *sql_user_postfix;
79 long sql_comment; 79 char *sql_user_match;
80 long sql_opencomment; 80 long sql_comment;
81 long sql_union; 81 long sql_opencomment;
82 long sql_mselect; 82 long sql_union;
83 long sql_mselect;
83 84
84 long max_execution_depth; 85 long max_execution_depth;
85 zend_bool abort_request; 86 zend_bool abort_request;
86 long executor_include_max_traversal; 87 long executor_include_max_traversal;
87 zend_bool executor_include_allow_writable_files; 88 zend_bool executor_include_allow_writable_files;
88 89
89 90
90 HashTable *include_whitelist; 91 HashTable *include_whitelist;
@@ -153,11 +154,11 @@ ZEND_BEGIN_MODULE_GLOBALS(suhosin)
153 zend_bool upload_allow_utf8; 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;
157 zend_bool no_more_get_variables; 158 zend_bool no_more_get_variables;
158 zend_bool no_more_post_variables; 159 zend_bool no_more_post_variables;
159 zend_bool no_more_cookie_variables; 160 zend_bool no_more_cookie_variables;
160 zend_bool no_more_uploads; 161 zend_bool no_more_uploads;
161 162
162 163
163 164
@@ -199,8 +200,8 @@ ZEND_BEGIN_MODULE_GLOBALS(suhosin)
199 int (*old_s_destroy)(void **mod_data, const char *key TSRMLS_DC); 200 int (*old_s_destroy)(void **mod_data, const char *key TSRMLS_DC);
200 201
201 BYTE fi[24],ri[24]; 202 BYTE fi[24],ri[24];
202 WORD fkey[120]; 203 WORD fkey[120];
203 WORD rkey[120]; 204 WORD rkey[120];
204 205
205 zend_bool session_encrypt; 206 zend_bool session_encrypt;
206 char* session_cryptkey; 207 char* session_cryptkey;
@@ -248,16 +249,16 @@ ZEND_BEGIN_MODULE_GLOBALS(suhosin)
248 zend_bool mt_is_seeded; 249 zend_bool mt_is_seeded;
249 250
250 /* PERDIR Handling */ 251 /* PERDIR Handling */
251 char *perdir; 252 char *perdir;
252 zend_bool log_perdir; 253 zend_bool log_perdir;
253 zend_bool exec_perdir; 254 zend_bool exec_perdir;
254 zend_bool get_perdir; 255 zend_bool get_perdir;
255 zend_bool post_perdir; 256 zend_bool post_perdir;
256 zend_bool cookie_perdir; 257 zend_bool cookie_perdir;
257 zend_bool request_perdir; 258 zend_bool request_perdir;
258 zend_bool upload_perdir; 259 zend_bool upload_perdir;
259 zend_bool sql_perdir; 260 zend_bool sql_perdir;
260 zend_bool misc_perdir; 261 zend_bool misc_perdir;
261 262
262ZEND_END_MODULE_GLOBALS(suhosin) 263ZEND_END_MODULE_GLOBALS(suhosin)
263 264