diff options
author | Jani Taskinen <jani@php.net> | 2007-08-21 23:24:18 +0000 |
---|---|---|
committer | Jani Taskinen <jani@php.net> | 2007-08-21 23:24:18 +0000 |
commit | 141ae730997743f871a5ceac5f25bc78d4215939 (patch) | |
tree | 64ecb410ef2c307f01a3ddc81f478adc7727b4f4 /php.ini-dist | |
parent | 254992907cf6b57989736d8dff33ada93fc2fdbd (diff) | |
download | php-git-141ae730997743f871a5ceac5f25bc78d4215939.tar.gz |
MFH: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 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 |