Recently I formatted my laptop and installed a fresh copy of Windows 7 Home Basic 64bit, EasyPHP 12.1 (upgraded PHP to version 5.4.6), Microsoft SQL Server 2012 and the SQL Native Client Interface 64bit version as specified in the requirements on Microsoft's website. I have downloaded the Microsoft SQL drivers for PHP (a file SQLSRV30.exe) and copied files php_pdo_sqlsrv_54_ts.dll and php_sqlsrv_54_ts.dll to ext folder.
http://postimage.org/image/mv4dcc3aj/
Also added entries to php.ini
http://postimage.org/image/ruwxxeknj/
I am using the thread safe version according to the snapshot file of EasyPHP, it says Build: C:\php-sdk\php54dev\vc9\x86\obj\Release_TS
Well phpinfo() does not show any support for Microsoft SQL Server! I have done this before and I know that it works. Can anyone help me out here, am I missing something from php.ini or somewhere else?
Thanks