Re: [PHP] Re: $_SERVER['PHP_AUTH_USER'] has gone

2010-04-06 Thread Satz Klauer
Yes, the authantication-box is there. And I'm definitely using Basic auth, the same script has worked for a long time without problems. On 4/7/10, Nilesh Govindarajan wrote: > On 04/06/10 21:27, Satz Klauer wrote: >> var_dump($_SERVER) gives me several data, the following arrayindi

Re: [PHP] Re: $_SERVER['PHP_AUTH_USER'] has gone

2010-04-06 Thread Satz Klauer
IL"]=> string(20) "/var/spool/mail/root" ["PWD"]=> string(17) "/etc/xxx/yyy" ["LANG"]=> string(1) "C" ["HISTCONTROL"]=> string(11) "ignorespace" ["HOME"]=> string(5) "/root" ["SHL

[PHP] $_SERVER['PHP_AUTH_USER'] has gone

2010-04-04 Thread Satz Klauer
Hi, I'm running a system with Fedora 12 and Apache/PHP default installation. That means PHP is used as module in Apache, it is NOT running as CGI. Nevertheless for the latest PHP version installed there $_SERVER['PHP_AUTH_USER'], $_SERVER['PHP_AUTH_PW'] and $_SERVER['REMOTE_USER'] do no longer wo