ID: 29182 Updated by: [EMAIL PROTECTED] Reported By: herve at elma dot fr -Status: Open +Status: Bogus Bug Type: *General Issues Operating System: Linux PHP Version: 5.0.0 New Comment:
Duplicate. See #29132 Previous Comments: ------------------------------------------------------------------------ [2004-07-15 11:22:46] herve at elma dot fr Description: ------------ Since I have installed PHP-5.0.0 I do not have any answer to the command $_SERVER['PHP_AUTH_USER'] ... PHP_AUTH_USER seems to not being defined ... included in the phpinfo() ... !? With Apache 1.3.31, php compiled as a module. Reproduce code: --------------- <?php echo "USER = ".$_SERVER['PHP_AUTH_USER']; ?> Expected result: ---------------- The auth user name ... as explain in the PHP documentation : When running under Apache as module doing HTTP authentication this variable is set to the username provided by the user. Actual result: -------------- 'PHP_AUTH_USER' not defined. ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=29182&edit=1
