summaryrefslogtreecommitdiff
path: root/php.ini-dist
diff options
context:
space:
mode:
authorEdin Kadribasic <edink@php.net>2002-11-22 10:16:36 +0000
committerEdin Kadribasic <edink@php.net>2002-11-22 10:16:36 +0000
commit837d371f50991ee6cbf5a3cfc2d95b9f2b1a1712 (patch)
tree318662753116a9e6d178cde704dedc7a5519be6d /php.ini-dist
parent0debfe11635fd663fff03efbfba219d95e95798f (diff)
downloadphp-git-837d371f50991ee6cbf5a3cfc2d95b9f2b1a1712.tar.gz
MFH: Fixed bug #19207 by adding cgi.rfc2616_headers config directive.
Diffstat (limited to 'php.ini-dist')
-rw-r--r--php.ini-dist8
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 ;
;;;;;;;;;;;;;;;;