I am much experienced in PHP PDO but I am getting issues while I am connecting my PHP file with SQL Server. It is showing "Could not find drivers". I have been searching on google and found a lot of links to install Microsoft drivers but nothing worked for me.
My System Configuration on a RDP Machine:
Window Server 2008 R2
Service Pack 1
64 Bit Operating system
PHP Configuration:
5.3.13
and Wamp 2.2.
SQL Server Configuration:
SQL Server 2008 R2
I have enabled all PDO extensions in PHP.ini files of PHP and Apache too and when I am printing available drivers of PDO then it is showing these drivers only
Array ( [0] => sybase [1] => mysql [2] => odbc [3] => sqlite [4] => sqlite2 )
Don't understand what is the issue or am I doing something in wrong way?