I've installed PHP and FastCGI on a Microsoft Windows Server 2003 machine. PHP is working great - entirely as expected.
I need to connect to a MSSQL server, but whenever I try to specify the extensions required in php.ini, all of my PHP pages fail with "FastCGI Error".
I've tried the following driver packages: v1, v1.1
My php dll is php5ts.dll, so I know I'm using threaded, and have used the threaded drivers. When they didn't work, I tried the non-threaded drivers.
All attempts have resulted in the same error.
Anyone have any ideas?
Cheers
Gausie