I had the same problem, I performed the steps indicated, but I did not succeed in installing the SQL Server connection.
Versions:
- PHP = 5.6.21;
- SO = Windows Server 2008 R2 Enterprise SP1.
I have installed the following components:
-
Copy of DLLs to the php ext folder: php_sqlsrv_56_ts.dll and php_pdo_sqlsrv_56_ts.dll (my php is for Thread Safety as per DLL "php5ts.dll");
-
I added the extensions: "extension = php_pdo_sqlsrv_56_ts.dll" and "extension = php_sqlsrv_56_ts.dll";
-
In the image below, you can see that the extension was not enabled.
If someone can help me.