summaryrefslogtreecommitdiff
path: root/php.ini-recommended
diff options
context:
space:
mode:
authorIlia Alshanetsky <iliaa@php.net>2004-02-10 00:02:38 +0000
committerIlia Alshanetsky <iliaa@php.net>2004-02-10 00:02:38 +0000
commit0f9d01d8acdb361b250ce084b0fdbd491d98f754 (patch)
treeb2c505fb22f6318438170be80c93c55b9bd1d9f9 /php.ini-recommended
parent67dd730546618dd99ebd48ebf2f10da493a90756 (diff)
downloadphp-git-0f9d01d8acdb361b250ce084b0fdbd491d98f754.tar.gz
Fixed bug #27026 (Added cgi.nph that allows forcing of the Status: 200
header that is not normally needed).
Diffstat (limited to 'php.ini-recommended')
-rw-r--r--php.ini-recommended4
1 files changed, 4 insertions, 0 deletions
diff --git a/php.ini-recommended b/php.ini-recommended
index b9140e123b..b45e264206 100644
--- a/php.ini-recommended
+++ b/php.ini-recommended
@@ -464,6 +464,10 @@ enable_dl = On
; **You CAN safely turn this off for IIS, in fact, you MUST.**
; cgi.force_redirect = 1
+; if cgi.nph is enabled it will force cgi to always sent Status: 200 with
+; every request.
+; cgi.nph = 1
+
; if cgi.force_redirect is turned on, and you are not running under Apache or Netscape
; (iPlanet) web servers, you MAY need to set an environment variable name that PHP
; will look for to know it is OK to continue execution. Setting this variable MAY