I am trying to migrate an application running on MS server 2000 (php4) to MS server 2003 (php5)
The application is on an intranet and relies on being able to get the username using $SERVER['LOGON_USER'] or $SERVER['AUTH_USER'].
I have run a test script on the new server to list all $_SERVER variables and the username ones no longer appear.
I also installed v5 on my WinXP PC and get the same result.
Is this a 'feature' with PHP5 and is there a workaround?