Trying to connect to a MS-SQL server on the same machine running Windows Server 2000, Apache-2.2 and PHP 5.2.8. We have php_mssql.dll and the extension configured for it; we also have php_dblib.dll (which I remember reading somewhere that we need) and the extension configured for IT.
When starting Apache, we get "unable to find the module php_dblib.dll" even though it's RIGHT THERE and the permissions are good. It loads php_mssql.dll successfully.
1. Do we *need* php_dblib.dll really, to talk to the local MS-SQL server?
2. If we do, what could be causing it to not load this module? Build version skew vs. our Win2K system?
(and what do we do about that?)
Thanks for whatever you might be able to tell me.
Eric

