I want to access Microsoft SQL database through EasyPHP on my laptop and can't make it work. I describe the process below with links and screenshots.
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 taken from here: [
www.microsoft.com]
and copied files php_pdo_sqlsrv_54_ts.dll and php_sqlsrv_54_ts.dll to ext folder.
[
postimage.org]
Also added entries to php.ini
[
postimage.org]
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. For some reason I can't find any guidance on the web concerning EasyPHP so I am asking this forum. Can anyone help me out here, am I missing something from php.ini or somewhere else?
Thanks
PS: Just to add some more info, I have tried this before by following a similar procedure described here for Window's IIS and it has worked:
[
stackoverflow.com]