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

index a96b7c5766c1ea2c838cd407c24e751ef0008d21..4632b698c31d99f8da74c2276ec5393ca1fa0ee7 100644 (file)
@@ -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
index 8a60fd10dcfd9bac9e1f74fca8b2825d685db571..978159d1c1cdd0961909aaa9905a8c6ea405a59c 100644 (file)
@@ -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