summaryrefslogtreecommitdiff
path: root/php_suhosin.h
diff options
context:
space:
mode:
authorBen Fuhrmannek2016-07-30 19:27:12 +0200
committerBen Fuhrmannek2016-07-30 19:27:12 +0200
commit11c4ca8e14c6b0a94e95f8c70daa3e3c47a15d26 (patch)
tree13b8797668c2077ad6f198ea1220f79c30991d5b /php_suhosin.h
parent9cdaaab816f3cc52bfe6346fd29242936c6bca75 (diff)
introduced suhosin.log.max_error_length to limit log length (#105)loglength
Diffstat (limited to 'php_suhosin.h')
-rw-r--r--php_suhosin.h3
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