Fix #72915: *Only* basic and digest authentication supported

This commit is contained in:
Christoph M. Becker 2021-11-02 18:26:51 +01:00
parent 936691e744
commit 2d1981cc30
No known key found for this signature in database
GPG key ID: D66C9593118BCCB6

View file

@ -13,7 +13,7 @@
<varname>PHP_AUTH_USER</varname>, <varname>PHP_AUTH_PW</varname>,
and <varname>AUTH_TYPE</varname> set to the user name, password and
authentication type respectively. These predefined variables are found
in the <varname>$_SERVER</varname> array. Both "Basic" and "Digest"
in the <varname>$_SERVER</varname> array. <emphasis>Only</emphasis> "Basic" and "Digest"
authentication methods are supported. See the
<function>header</function> function for more information.
</simpara>