summaryrefslogtreecommitdiff
path: root/php.ini-recommended
diff options
context:
space:
mode:
authorEdin Kadribasic <edink@php.net>2002-11-22 10:15:47 +0000
committerEdin Kadribasic <edink@php.net>2002-11-22 10:15:47 +0000
commit714a5be6ccea1bddb3e8d3a31fa520cb8b744f71 (patch)
treeae9031a3ffe750c569af0fbd951d0fe51224be47 /php.ini-recommended
parentf200f739d8089ac0156ea4064696d32fff45692c (diff)
downloadphp-git-714a5be6ccea1bddb3e8d3a31fa520cb8b744f71.tar.gz
Fixed bug #19207 by adding cgi.rfc2616_headers configuration directive.
Diffstat (limited to 'php.ini-recommended')
-rw-r--r--php.ini-recommended8
1 files changed, 8 insertions, 0 deletions
diff --git a/php.ini-recommended b/php.ini-recommended
index 8a59a5e954..49430c148b 100644
--- a/php.ini-recommended
+++ b/php.ini-recommended
@@ -461,6 +461,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 ;
;;;;;;;;;;;;;;;;