I don't know if this is the right place to ask this question, if not, please tell me where. I need to connect a php script running on wamp with an MSSQL server. I downloaded and installed the Microsoft Drivers for PHP and added the following lines in php.ini:
extension=php_sqlsrv_55_ts.dll
extension=php_pdo_sqlsrv_55_ts.dll
The weird part is that the extension is shown as loaded when I look for it in the wamp menu, and not found in phpinfo();
(thread safety is enabled, hence I use the ts version)
EDIT
I solved it, wrote the solution below. But, I still cannot get it to work on Windows Server 2008 R2 SP1. Same problem, extension is loaded in the menu, but not on the wamp homepage and phpinfo();
Success, finally.
Hope this helps if anyone else has the same problem.
Đ•DIT
I still have the same problem on the same wamp installation on Windows Server 2008 R2 SP1