Fixed bug #53318 (possibly outdated information)

# I removed the Apache + IIS references as almost all of our SAPI's support 
# HTTP Authentication, those who doesn't are the ones rarely used like webjames 
# which we don't really have any documentation for in the manual

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@305447 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Kalle Sommer Nielsen 2010-11-17 08:43:00 +00:00
parent e4d35a1e03
commit f07e214a3a

View file

@ -431,10 +431,9 @@
<term>'<varname>PHP_AUTH_DIGEST</varname>'</term>
<listitem>
<simpara>
When running under Apache as module doing Digest HTTP authentication
this variable is set to the 'Authorization' header sent by the
client (which you should then use to make the appropriate
validation).
When doing Digest HTTP authentication this variable is set
to the 'Authorization' header sent by the client (which you
should then use to make the appropriate validation).
</simpara>
</listitem>
</varlistentry>
@ -443,9 +442,8 @@
<term>'<varname>PHP_AUTH_USER</varname>'</term>
<listitem>
<simpara>
When running under Apache or IIS (ISAPI on PHP 5) as module doing
HTTP authentication this variable is set to the username provided by
the user.
When doing HTTP authentication this variable is set to the
username provided by the user.
</simpara>
</listitem>
</varlistentry>
@ -454,9 +452,8 @@
<term>'<varname>PHP_AUTH_PW</varname>'</term>
<listitem>
<simpara>
When running under Apache or IIS (ISAPI on PHP 5) as module doing
HTTP authentication this variable is set to the password provided by
the user.
When doing HTTP authentication this variable is set to the
password provided by the user.
</simpara>
</listitem>
</varlistentry>
@ -465,8 +462,8 @@
<term>'<varname>AUTH_TYPE</varname>'</term>
<listitem>
<simpara>
When running under Apache as module doing HTTP authenticated this
variable is set to the authentication type.
When doing HTTP authenticated this variable is set to the
authentication type.
</simpara>
</listitem>
</varlistentry>