Not supporting HTTP authentication using CGI is legacy and so old that its not worth telling the user anymore (Fixes bug #52670 (HTTP authentication with CGI))

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@304542 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Kalle Sommer Nielsen 2010-10-20 07:48:07 +00:00
parent ea14b669de
commit dd3df871f5

View file

@ -4,9 +4,7 @@
<title>HTTP authentication with PHP</title>
<simpara>
The <acronym>HTTP</acronym> Authentication hooks in PHP are only available when it is
running as an Apache module and is hence not available in the CGI version.
In an Apache module PHP script, it is possible to use the
It is possible to use the
<function>header</function> function to send an <literal>"Authentication Required"</literal>
message to the client browser causing it to pop up a Username/Password
input window. Once the user has filled in a username and a password,