From 141ae730997743f871a5ceac5f25bc78d4215939 Mon Sep 17 00:00:00 2001 From: Jani Taskinen Date: Tue, 21 Aug 2007 23:24:18 +0000 Subject: [PATCH] MFH:Fix typo in fastcgi.logging option example --- php.ini-dist | 2 +- php.ini-recommended | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 -- 2.50.1