I am trying to connect to my MS sql server through php.
I have set up a webserver and installed php using WAMP. I downloaded sqlsrv dll and added them to ext folder and then included it in php.ini
extension=php_pdo_sqlsrv_55_ts.dll
I can see that it's installed through WAMP:
However, when I check my phpinfo(), I don't see any reference to sqlsrv.
Any help would be appreciated. Thanks in advance!