Date: 09/30/00
- Next message: Sascha Schumann: "Re: [PHP-DEV] PHP 4.0 Bug #6965: cannot authenticate"
- Previous message: Bug Database: "[PHP-DEV] PHP 4.0 Bug #6263 Updated: mcrypt 2.2.4 support broken"
- Next in thread: Sascha Schumann: "Re: [PHP-DEV] PHP 4.0 Bug #6965: cannot authenticate"
- Reply: Sascha Schumann: "Re: [PHP-DEV] PHP 4.0 Bug #6965: cannot authenticate"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
From: khyiu <email protected>
Operating system: Solaris 2.7 + thttpd2.20
PHP version: 4.0.2
PHP Bug Type: Other web server
Bug description: cannot authenticate
thttpd with php4.02 using the following script always authenicate fail, any idea?
<?php
if(!isset($PHP_AUTH_USER)) {
Header("WWW-Authenticate: Basic realm=\"My Realm\"");
Header("HTTP/1.0 401 Unauthorized");
echo "Text to send if user hits Cancel button\n";
exit;
} else {
echo "Hello $PHP_AUTH_USER.<P>";
echo "You entered $PHP_AUTH_PW as your password.<P>";
}
?>
-- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: php-dev-unsubscribe <email protected> For additional commands, e-mail: php-dev-help <email protected> To contact the list administrators, e-mail: php-list-admin <email protected>
- Next message: Sascha Schumann: "Re: [PHP-DEV] PHP 4.0 Bug #6965: cannot authenticate"
- Previous message: Bug Database: "[PHP-DEV] PHP 4.0 Bug #6263 Updated: mcrypt 2.2.4 support broken"
- Next in thread: Sascha Schumann: "Re: [PHP-DEV] PHP 4.0 Bug #6965: cannot authenticate"
- Reply: Sascha Schumann: "Re: [PHP-DEV] PHP 4.0 Bug #6965: cannot authenticate"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

