summaryrefslogtreecommitdiff
path: root/php_suhosin.h
diff options
context:
space:
mode:
authorBen Fuhrmannek2014-10-06 17:35:09 +0200
committerBen Fuhrmannek2014-10-06 17:35:09 +0200
commitdef06bc8331efe49ad3a3768da7800f60459c390 (patch)
tree36b54d1550a8379369388b9aeccbcdb7fc066f16 /php_suhosin.h
parent3159694378333c08c73d4fcd4b73725c02249750 (diff)
suppress date/time logging with suhosin.log.file.time=0
Diffstat (limited to 'php_suhosin.h')
-rw-r--r--php_suhosin.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/php_suhosin.h b/php_suhosin.h
index d567877..fc6fef1 100644
--- a/php_suhosin.h
+++ b/php_suhosin.h
@@ -275,6 +275,7 @@ ZEND_BEGIN_MODULE_GLOBALS(suhosin)
275 zend_bool log_phpscript_is_safe; 275 zend_bool log_phpscript_is_safe;
276 long log_file; 276 long log_file;
277 char *log_filename; 277 char *log_filename;
278 zend_bool log_file_time;
278 279
279/* header handler */ 280/* header handler */
280 zend_bool allow_multiheader; 281 zend_bool allow_multiheader;