0
How to connect php 5.4.4 with microsoft sql server 2008 R2 in windows Xp? i have installed xampp 1.8.0 with apache2.4 and php 5.4.4 embedded in it. i have installed microsoft sql server 2008 R2. i have download and configure php_sqlsrv_54_ts.dll and php_pdo_sqlsrv_54_ts.dll. but when i execute sqlsrv_connect($serverName, $connection) it says,"This extension requires the Microsoft SQL Server 2012 Native Client.". the problem is Microsoft SQL Server 2012 Native Client is not compatible with Windows Xp. Any suggestion for my problem?
i use SQLSRV30 and add extension=php_sqlsrv_54_ts.dll extension=php_pdo_sqlsrv_54_ts.dll to my php.ini. – None – 2013-04-10T09:38:25.280
in the link you give, i see that i need to use the 2.0 driver version, but the 2.0 version can't handle the php 5.4. – None – 2013-04-10T10:01:47.037