summaryrefslogtreecommitdiff
path: root/php_suhosin.h
diff options
context:
space:
mode:
authorBen Fuhrmannek2016-09-23 16:51:05 +0200
committerBen Fuhrmannek2016-09-23 16:51:05 +0200
commit578694779b34169deea9dc7788a583500b62975f (patch)
tree0fd01c57e57dc66e2fcafe7c0fc357ccb486e448 /php_suhosin.h
parentc3fd541beee3f6ef3f940f3c8e7485cf00c28396 (diff)
parent11c4ca8e14c6b0a94e95f8c70daa3e3c47a15d26 (diff)
Merge branch '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