Sorry if this topic has been hammered to death, but I can't check the old messages to find out...
I need Sessions and Oracle support with PHP4 under IIS4.0.
To get PHP4 to work without killing IIS I had to setup IIS to associate php4isapi.dll with .php files, but not use the php ISAPI filter.
Oracle works fine using this method.
To get Sessions to work I had to set the association for .php files to php.exe, this fixes Session support but breaks Oracle. I get an error message telling me that it cannot find the TNS name for the connection string.
What can I do to use both Oracle and Sessions with PHP4 and IIS?