sqlsrv php not installing properly

209 views Asked by At

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:

enter image description here

However, when I check my phpinfo(), I don't see any reference to sqlsrv.

Any help would be appreciated. Thanks in advance!

0

There are 0 answers