Recently I've tried to launch PHP 4.0.6 with IIS4.0 on WinNT4.0. I managed to launch a parser, but could not connect to an oracle data base. Functions ora_logon and ora_open didn't work properly (ORA-ERROR Nr.xxxxx invalid drive designator), although the script was correct for sure.
When I opened a command window, executed php.exe and pasted the script I tried to launch previously... I started working: connection was open and no error was returned! Then I tried to execute that test script using IE5.0 and... the functions didn't work! The same php.exe returns different html files in case of command and navigator.
What is going on? I suppose it is caused by IIS but I'm not sure.