summaryrefslogtreecommitdiff
path: root/php_suhosin.h
diff options
context:
space:
mode:
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 df7c877..b81043a 100644
--- a/php_suhosin.h
+++ b/php_suhosin.h
@@ -277,6 +277,7 @@ ZEND_BEGIN_MODULE_GLOBALS(suhosin)
277 zend_bool log_phpscript_is_safe; 277 zend_bool log_phpscript_is_safe;
278 long log_file; 278 long log_file;
279 char *log_filename; 279 char *log_filename;
280 zend_bool log_file_time;
280 281
281/* header handler */ 282/* header handler */
282 zend_bool allow_multiheader; 283 zend_bool allow_multiheader;