From: jp at icmc dot nl Operating system: Linux PHP version: 4.3.1 PHP Bug Type: Apache related Bug description: PHP_AUTH_USER is not set anymore
Hello, Actually this is a reply on Bug #20441, but I can't seem to reply on that bug anymore. I just upgraded to PHP 4.3.1 and encountered this problem for the first, seems I had no problems in 4.3.0 ! Is there a work-around to e.g. allter the php.ini so PHP_AUTH_USER is set again, when using .htaccess? Anyway, for now I have updated all my script by adding the following line at the top of each php file: $PHP_AUTH_USER=$_SERVER["REMOTE_USER"]; In bug report 20441 someone wrote that this problem would be fixed, guess this is either not the case or I misunderstand. Best Regards, Jean-Pierre -- Edit bug report at http://bugs.php.net/?id=22347&edit=1 -- Try a CVS snapshot: http://bugs.php.net/fix.php?id=22347&r=trysnapshot Fixed in CVS: http://bugs.php.net/fix.php?id=22347&r=fixedcvs Fixed in release: http://bugs.php.net/fix.php?id=22347&r=alreadyfixed Need backtrace: http://bugs.php.net/fix.php?id=22347&r=needtrace Try newer version: http://bugs.php.net/fix.php?id=22347&r=oldversion Not developer issue: http://bugs.php.net/fix.php?id=22347&r=support Expected behavior: http://bugs.php.net/fix.php?id=22347&r=notwrong Not enough info: http://bugs.php.net/fix.php?id=22347&r=notenoughinfo Submitted twice: http://bugs.php.net/fix.php?id=22347&r=submittedtwice register_globals: http://bugs.php.net/fix.php?id=22347&r=globals PHP 3 support discontinued: http://bugs.php.net/fix.php?id=22347&r=php3 Daylight Savings: http://bugs.php.net/fix.php?id=22347&r=dst IIS Stability: http://bugs.php.net/fix.php?id=22347&r=isapi Install GNU Sed: http://bugs.php.net/fix.php?id=22347&r=gnused
