I'm trying to get PHP talking to MS SQL server by following this guide, which is for SQL server 2005 (I'm using 2014 express but it was the most recent I could find).
I'm running 32bit Wamp and PHP 5.5.12. I have installed php_sqlsrv_55_ts.dll
and php_sqlsrv_55_ts.dll
in the ext
folder and have added the following lines to php.ini
:
extension=php_sqlsrv_55_ts.dll
extension=php_pdo_sqlsrv_55_ts.dll
All seems to go smoothly but no SQLSRV information is listed under phpinfo()
and on the php extensions
tab for Wamp they are listed but with a red triangle containing an exclamation mark next to them.
Anyone know what I've missed?