Unable to use php_sqlsrv_ts.dll
Posted February 7th, 2010 by Cozz
VS.PHP version: 2.8.1.6153
Visual Studio 2008 pro
Windows 7
Hi,
All working with debugging with XDebug but I have to rem out the extension=php_sqlsrv_ts.dll in php.ini otherwise the in-built webserver fails to start.
I need to use php_sqlsrv to develop an MS Sql based project. I tried using the Sql Server Drivers for PHP v1.1 from Microsoft but neither of the 5.3 VC9 dlls work. In the past I used php_mssql.dll, but I believe this is not supported in v5.3.x. What do I need to do to enable MS SQL development?
Colin
unable to use php_sqlsrv_ts_dll
Hi,
I have found the problem. I had my own copy of php.ini in the solution directory and had set that as the php.ini file to use in the project advanced settings.
The problem was that there was no path back to 'C:\Program Files\Jcx.Software\VS.Php\2008\php 5'. I just added this to the php.ini 'include_path =' statement and all is OK.