diff options
| author | Ben Fuhrmannek | 2016-07-30 19:27:12 +0200 |
|---|---|---|
| committer | Ben Fuhrmannek | 2016-07-30 19:27:12 +0200 |
| commit | 11c4ca8e14c6b0a94e95f8c70daa3e3c47a15d26 (patch) | |
| tree | 13b8797668c2077ad6f198ea1220f79c30991d5b /php_suhosin.h | |
| parent | 9cdaaab816f3cc52bfe6346fd29242936c6bca75 (diff) | |
introduced suhosin.log.max_error_length to limit log length (#105)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 | ||
