Looks like there's a fairly major bug in PHP 5 that would prevent any login systems based on HTTP_AUTH from working. I came across it this morning when testing out our site with PHP 5. I was unable to login to a few areas.
PHP 5 does not register PHP_AUTH_USER . It only registers PHP_AUTH_PSW.
There has been a bug report started .
<!-- m --><a class="postlink" href="http://bugs.php.net/bug.php?id=29161">http://bugs.php.net/bug.php?id=29161</a><!-- m -->
anyone else can recreate this problem?
PHP 5 does not register PHP_AUTH_USER . It only registers PHP_AUTH_PSW.
There has been a bug report started .
<!-- m --><a class="postlink" href="http://bugs.php.net/bug.php?id=29161">http://bugs.php.net/bug.php?id=29161</a><!-- m -->
anyone else can recreate this problem?