mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 16:38:54 +00:00
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:
parent
ea14b669de
commit
dd3df871f5
1 changed files with 1 additions and 3 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue