SQL Server Driver on WAMP

I'm trying to install the SQL Server driver for php 5.5.12 (x64) but I still couldn't get

I downloaded the DLLs from official website , and added in php.ini

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 insert the description of the image here

In this response appeared in php info but when trying a query the message change

insert the description of the image here

The error message looks 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'm using wampserver x64 Apache 2.4.9 PHP 5.5.12

Is there any way to configure without needing to change 32 bits ?

Author: adventistaam, 2017-10-30