]> granicus.if.org Git - php/commitdiff
MFH:Fix typo in fastcgi.logging option example
authorJani Taskinen <jani@php.net>
Tue, 21 Aug 2007 23:24:18 +0000 (23:24 +0000)
committerJani Taskinen <jani@php.net>
Tue, 21 Aug 2007 23:24:18 +0000 (23:24 +0000)
php.ini-dist
php.ini-recommended

index ee78bbe462283bfb96ef2d3c51b965e05ea76dae..006ea59495f209d10ef5642026ff6b78be635b80 100644 (file)
@@ -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
index 3d18d97c31e5536db68c4fd5dca3b266e6995374..41d29569c9af34f3b8f5de3f69268182b233a663 100644 (file)
@@ -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