summaryrefslogtreecommitdiff
path: root/php_suhosin.h
diff options
context:
space:
mode:
authorStefan Esser2014-02-12 12:49:23 +0100
committerStefan Esser2014-02-12 12:49:23 +0100
commitd0c2cd9dad27515ad7c899e5ccaa54fdac01a15e (patch)
tree46243fea570571d022e18123a1ea1a44be53391e /php_suhosin.h
parente451aecc9c277455e6e4d2b96252ad411f156d0a (diff)
Added suhosin.log.stdout to log to stdout (dor debugging purposes)
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 90c588a..46e21a3 100644
--- a/php_suhosin.h
+++ b/php_suhosin.h
@@ -167,6 +167,7 @@ ZEND_BEGIN_MODULE_GLOBALS(suhosin)
167 long log_syslog_priority; 167 long log_syslog_priority;
168 long log_script; 168 long log_script;
169 long log_sapi; 169 long log_sapi;
170 long log_stdout;
170 char *log_scriptname; 171 char *log_scriptname;
171 long log_phpscript; 172 long log_phpscript;
172 char *log_phpscriptname; 173 char *log_phpscriptname;