diff options
-rw-r--r-- | php.ini-dist | 2 | ||||
-rw-r--r-- | 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 |