features/http-auth.xml
2d1981cc3003cd94f5fb88e0473eed2c5b26efde
...
...
@@ -13,8 +13,8 @@
13
13
<varname>PHP_AUTH_USER</varname>, <varname>PHP_AUTH_PW</varname>,
14
14
and <varname>AUTH_TYPE</varname> set to the user name, password and
15
15
authentication type respectively. These predefined variables are found
16
-
in the <varname>$_SERVER</varname> array. Both "Basic" and "Digest"
17
-
(since PHP 5.1.0) authentication methods are supported. See the
16
+
in the <varname>$_SERVER</varname> array. <emphasis>Only</emphasis> "Basic" and "Digest"
17
+
authentication methods are supported. See the
18
18
<function>header</function> function for more information.
19
19
</simpara>
20
20

21
21