diff options
| author | Ben Fuhrmannek | 2016-09-23 16:51:05 +0200 |
|---|---|---|
| committer | Ben Fuhrmannek | 2016-09-23 16:51:05 +0200 |
| commit | 578694779b34169deea9dc7788a583500b62975f (patch) | |
| tree | 0fd01c57e57dc66e2fcafe7c0fc357ccb486e448 /php_suhosin.h | |
| parent | c3fd541beee3f6ef3f940f3c8e7485cf00c28396 (diff) | |
| parent | 11c4ca8e14c6b0a94e95f8c70daa3e3c47a15d26 (diff) | |
Merge branch 'loglength'
Diffstat (limited to 'php_suhosin.h')
| -rw-r--r-- | php_suhosin.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/php_suhosin.h b/php_suhosin.h index 39cd9b1..4d44bda 100644 --- a/php_suhosin.h +++ b/php_suhosin.h | |||
| @@ -236,7 +236,8 @@ ZEND_BEGIN_MODULE_GLOBALS(suhosin) | |||
| 236 | long log_file; | 236 | long log_file; |
| 237 | char *log_filename; | 237 | char *log_filename; |
| 238 | zend_bool log_file_time; | 238 | zend_bool log_file_time; |
| 239 | 239 | long log_max_error_length; | |
| 240 | |||
| 240 | /* header handler */ | 241 | /* header handler */ |
| 241 | zend_bool allow_multiheader; | 242 | zend_bool allow_multiheader; |
| 242 | 243 | ||
