I was using the ISAPI module. I changed to using PHP as CGI and this seems to work now. Must be a bug with ISAPI.
"Dave Marsh" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > I just cannot seem to get PHP to load this library. I get the error showing > up on the console. > > I'm running: > > Windows 2003 Server > IIS 6.0 > PHP 4.3.3 > Oracle 9.2 > SQLServer 2000 > > PHP is working and I'm also using php_mssql.dll which loads ok and works and > I can connect to a SQLServer. ODBC connections also works. > > I am a Domain admin and have full rights and access to IIS is granted > through NT authentication. There appears to be no reason why I should be > getting this error. > > phpinfo() tells me everything is in the right places i.e. c:\winows\php.ini > and the mssql module has loaded, but not the Oracle module. The setup for > mssql and oci8 are identical, they both live in the extensions directory and > they are both uncommented from php.ini. I've been looking at this probelm > for the last two days and I've checked all the obvious things like typing > errors and the like. > > Can anyone help?