Missing $_SERVER vars in php4.3 ??
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
|