Missing $_SERVER vars in php4.3 ??

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
chr15t0
Forum Newbie
Posts: 3
Joined: Tue Dec 10, 2002 8:38 am
Location: London, UK

Missing $_SERVER vars in php4.3 ??

Post by chr15t0 »

I have had some probs this afternoon with a new 4.3 build and finally realised that for some reason, $_SERVER[PHP_AUTH_USER] isn't set, so I'm having to use $_SERVER[REMOTE_USER]

Did anyone know that PHP_AUTH_USER has been depracated, or can anyone suggest why this one value should be ommitted from the $_SERVER hash in php-4.3?

I'm using php4-STABLE-200212100030 - the freshest snapshot I could find. I would be impressed if anyone could shed some light on this. my phpinfo() shows all other $_SERVER vars as expected.

christo
Post Reply