summaryrefslogtreecommitdiff
path: root/php.ini-dist
diff options
context:
space:
mode:
authorfoobar <sniper@php.net>2005-04-28 13:14:26 +0000
committerfoobar <sniper@php.net>2005-04-28 13:14:26 +0000
commit03bdd1a5d41c47a846af3b9054a7721fc6539ddf (patch)
tree8709a517c3d3a0028f495e029c0bf7984271929d /php.ini-dist
parent1ed5c14fe29ec031332543c12ef19b7a1bd27f93 (diff)
downloadphp-git-03bdd1a5d41c47a846af3b9054a7721fc6539ddf.tar.gz
- Added fastcgi.logging php.ini option to be able to disable
logging through the fastcgi connection
Diffstat (limited to 'php.ini-dist')
-rw-r--r--php.ini-dist3
1 files changed, 3 insertions, 0 deletions
diff --git a/php.ini-dist b/php.ini-dist
index 75af31cbd2..9ba5721cd2 100644
--- a/php.ini-dist
+++ b/php.ini-dist
@@ -481,6 +481,9 @@ enable_dl = On
; Set to 1 if running under IIS. Default is zero.
; fastcgi.impersonate = 1;
+; Disable logging through FastCGI connection
+; fastcgi.log = 0
+
; cgi.rfc2616_headers configuration option tells PHP what type of headers to
; use when sending HTTP response code. If it's set 0 PHP sends Status: header that
; is supported by Apache. When this option is set to 1 PHP will send