summaryrefslogtreecommitdiff
path: root/php_suhosin.h
diff options
context:
space:
mode:
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