diff options
| author | Edin Kadribasic <edink@php.net> | 2002-11-22 10:15:47 +0000 |
|---|---|---|
| committer | Edin Kadribasic <edink@php.net> | 2002-11-22 10:15:47 +0000 |
| commit | 714a5be6ccea1bddb3e8d3a31fa520cb8b744f71 (patch) | |
| tree | ae9031a3ffe750c569af0fbd951d0fe51224be47 /php.ini-dist | |
| parent | f200f739d8089ac0156ea4064696d32fff45692c (diff) | |
| download | php-git-714a5be6ccea1bddb3e8d3a31fa520cb8b744f71.tar.gz | |
Fixed bug #19207 by adding cgi.rfc2616_headers configuration directive.
Diffstat (limited to 'php.ini-dist')
| -rw-r--r-- | php.ini-dist | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/php.ini-dist b/php.ini-dist index 05e78f8cff..5c85cc8c41 100644 --- a/php.ini-dist +++ b/php.ini-dist @@ -446,6 +446,14 @@ enable_dl = On ; Set to 1 if running under IIS. Default is zero. ; fastcgi.impersonate = 1; +; 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 +; 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. +;cgi.rfc2616_headers = 0 + + ;;;;;;;;;;;;;;;; ; File Uploads ; ;;;;;;;;;;;;;;;; |
