Hello,
I just installed PHP 4.4.0 on our production webserver after practicing PHP on my localmachine for months. PHP installed fine, I can view PHP pages, but when I try to connect to our mssql server, I get the error mentioneed in the thread header.
I had this same problem when I used PHP from my local machine to connect to the same mssql server, and I resolved it by editing the php.ini file to allow for the extension=php_mssql.dll and copying the ntwdblib.dll into the SYSTEM32 folder... But the fix for my machine doesn't seem to do the trick for the server.
Could there be something else I am missing? (Obviously there is, curious what it might be!)