I just installed Apache 2 and PHP 5.0.4 on my Windows XP SP2 box, however when I run phpinfo() there is no PHP_AUTH_USER variable appearing on the page. I installed PHP as Apache module and when phpinfo() is ran I can see that it says "Apache 2.0 Handler " in the Server API. Is there something I have to set on Apache or PHP to make PHP_AUTH_USER variable become available?
Thanks.