From dd3df871f5e3e195f738ac0be1de8d9f5d64cb7c Mon Sep 17 00:00:00 2001 From: Kalle Sommer Nielsen Date: Wed, 20 Oct 2010 07:48:07 +0000 Subject: [PATCH] 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 --- features/http-auth.xml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/features/http-auth.xml b/features/http-auth.xml index 7f10c0d8ec..1dc08d60e4 100644 --- a/features/http-auth.xml +++ b/features/http-auth.xml @@ -4,9 +4,7 @@ HTTP authentication with PHP - The HTTP 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 header function to send an "Authentication Required" 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,