CleverCloud / Quercus

Java implementation of PHP, by Caucho's Technology, Clever Cloud Development Branch
http://github.com/CleverCloud/Quercus/wiki
GNU General Public License v2.0
50 stars 12 forks source link

Caucho #0004403: PHP_AUTH_USER #27

Closed Kdecherf closed 13 years ago

Kdecherf commented 13 years ago

According to Caucho's Bugtracker :

As was reported in issue 0004000, $_SERVER["PHP_AUTH_USER"] does not appear to be populated during use of HTTP Basic Authentication.

The example code from php.net http://php.net/manual/en/features.http-auth.php does not work. The user is continually prompted for a username/password (i.e. the condition that isset($_SERVER["PHP_AUTH_USER"]) is never passed).

Kdecherf commented 13 years ago

Adding $_SERVER['PHP_AUTH_USER'] and $_SERVER['PHP_AUTH_PW'], adding support of HTTP Basic Auth. Closed by 6bf4217778e374136fc8f7c3a5de93de519b0044