diff options
| author | Edin Kadribasic <edink@php.net> | 2003-06-03 10:08:17 +0000 |
|---|---|---|
| committer | Edin Kadribasic <edink@php.net> | 2003-06-03 10:08:17 +0000 |
| commit | 4f75f3bef1a39503cd9d6076630f5aba201c2e4e (patch) | |
| tree | 3a8fcd09a4025b6eb62d01041ebde343dedeacac /php.ini-dist | |
| parent | 28f4501f0a3bc67b1a56f81060d71f22e1821fb4 (diff) | |
| download | php-git-4f75f3bef1a39503cd9d6076630f5aba201c2e4e.tar.gz | |
MFH (bugfix #23902 by Shane).
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 3e2958561e..deae088cab 100644 --- a/php.ini-dist +++ b/php.ini-dist @@ -463,7 +463,7 @@ enable_dl = On ; use when sending HTTP response code. If it's set 0 PHP sends Status: header that ; is supported by Apache. When this option is set to 1 PHP will send ; RFC2616 compliant header. -; Set to 1 if running under IIS. Default is zero. +; Default is zero. ;cgi.rfc2616_headers = 0 |
