I am having an issue using the latest (SQLSRV30.exe) drivers against PHP v 5.3.14 NTS (php-5.3.14-nts-Win32-VC9-x86.msi). After updating the php.ini to use:
extension=php_sqlsrv_53_nts.dll
I run php --re sqlsrv and I get the error:
This application has failed to start because MSVCP100.dll was not found.
But if I use the dll from SQLSRV20.exe and update the php.ini to use:
extension=php_sqlsrv_53_nts_vc9.dll
Everything works fine. Any thoughts
The server is running Windows Server 2008 x64 Service Pack 2 , IIS 7.0, SQL Server 2008 R2