diff options
author | Jani Taskinen <jani@php.net> | 2007-08-21 23:24:01 +0000 |
---|---|---|
committer | Jani Taskinen <jani@php.net> | 2007-08-21 23:24:01 +0000 |
commit | 3f3c0d74e159ac63b17891e0f6880a04eaa42412 (patch) | |
tree | ad97f13edfec5382bc4ebc2bc3c87375f0630b68 /php.ini-dist | |
parent | 6eccdf92037f6c8ae7d5e764ce7ad90584b0e784 (diff) | |
download | php-git-3f3c0d74e159ac63b17891e0f6880a04eaa42412.tar.gz |
Fix typo in fastcgi.logging option example
Diffstat (limited to 'php.ini-dist')
-rw-r--r-- | php.ini-dist | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/php.ini-dist b/php.ini-dist index a96b7c5766..4632b698c3 100644 --- a/php.ini-dist +++ b/php.ini-dist @@ -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 |