summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJani Taskinen <jani@php.net>2007-08-21 23:24:01 +0000
committerJani Taskinen <jani@php.net>2007-08-21 23:24:01 +0000
commit3f3c0d74e159ac63b17891e0f6880a04eaa42412 (patch)
treead97f13edfec5382bc4ebc2bc3c87375f0630b68
parent6eccdf92037f6c8ae7d5e764ce7ad90584b0e784 (diff)
downloadphp-git-3f3c0d74e159ac63b17891e0f6880a04eaa42412.tar.gz
Fix typo in fastcgi.logging option example
-rw-r--r--php.ini-dist2
-rw-r--r--php.ini-recommended2
2 files changed, 2 insertions, 2 deletions
diff --git a/php.ini-dist b/php.ini-dist
index a96b7c5766..4632b698c3 100644
--- a/php.ini-dist
+++ b/php.ini-dist
@@ -447,7 +447,7 @@ extension_dir = "./"
; fastcgi.impersonate = 1;
; Disable logging through FastCGI connection
-; fastcgi.log = 0
+; fastcgi.logging = 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
diff --git a/php.ini-recommended b/php.ini-recommended
index 8a60fd10dc..978159d1c1 100644
--- a/php.ini-recommended
+++ b/php.ini-recommended
@@ -484,7 +484,7 @@ extension_dir = "./"
; fastcgi.impersonate = 1;
; Disable logging through FastCGI connection
-; fastcgi.log = 0
+; fastcgi.logging = 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