diff options
Diffstat (limited to 'php.ini-dist')
| -rw-r--r-- | php.ini-dist | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/php.ini-dist b/php.ini-dist index 76dae079b3..30e29fc685 100644 --- a/php.ini-dist +++ b/php.ini-dist @@ -445,6 +445,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 |
