diff options
author | Edin Kadribasic <edink@php.net> | 2003-06-03 10:06:45 +0000 |
---|---|---|
committer | Edin Kadribasic <edink@php.net> | 2003-06-03 10:06:45 +0000 |
commit | b7713f411e468c01f4f6a5d3eae5f9441101ca12 (patch) | |
tree | 3e804969848551714cfe19cf15d8578950205876 /php.ini-dist | |
parent | a516171decc62a433d56648e27dfc659f8f481e5 (diff) | |
download | php-git-b7713f411e468c01f4f6a5d3eae5f9441101ca12.tar.gz |
Fix for #23902 by Shane.
Removed bogus recommendation from php.ini files.
# Basic authentication is actually possible
# usign IIS + PHP cgi countrary to our current docs
Diffstat (limited to 'php.ini-dist')
-rw-r--r-- | php.ini-dist | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/php.ini-dist b/php.ini-dist index 06b49e138c..643588c21e 100644 --- a/php.ini-dist +++ b/php.ini-dist @@ -462,7 +462,7 @@ enable_dl = On ; 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. +; Default is zero. ;cgi.rfc2616_headers = 0 |