0
I’m trying to install the SQL Server driver for php 5.5.12 (x64) but I haven’t been able to yet
I downloaded the dll’s from website official, and added in php.ini
They appeared in the list of PHP extensions but did not appear in php info, and when trying to make some connection it said driver not found
In this reply appeared in php info but when trying a query the message changes
The error message is like this:
SQLSTATE[IMSSP]: This Extension requires either the Microsoft SQL Server 2012 Native Client, the Microsoft SQL Server 2008 Native Client or the Microsoft SQL Server 2005 Native Client to communicate with SQL Server. Access the following URL to download the Microsoft SQL Server 2012 Native Client ODBC driver for x64: http://go.microsoft.com/fwlink/? Linkid=163712
I am using the x64 wampserver Apache 2.4.9 PHP 5.5.12
Is there any way to configure without needing to change 32 bits ?
The error message states that you must also install the 64-bit ODBC driver. // What version of SQL Server?
– José Diz
64 bits is the version
– adventistaam