From: Jani Taskinen Date: Tue, 21 Aug 2007 23:24:18 +0000 (+0000) Subject: MFH:Fix typo in fastcgi.logging option example X-Git-Tag: php-5.2.4RC3~13 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=141ae730997743f871a5ceac5f25bc78d4215939;p=php MFH:Fix typo in fastcgi.logging option example --- diff --git a/php.ini-dist b/php.ini-dist index ee78bbe462..006ea59495 100644 --- a/php.ini-dist +++ b/php.ini-dist @@ -522,7 +522,7 @@ enable_dl = On ; 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 3d18d97c31..41d29569c9 100644 --- a/php.ini-recommended +++ b/php.ini-recommended @@ -572,7 +572,7 @@ enable_dl = On ; 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