I have done all the following method below:
- reinstall my 64 bit WAMP into 32 bit
- downloaded SQLSRV30.EXE and pasted
php_sqlsrv_54_tsandphp_pdo_sqlsrv_54_tsin ext - added
extension=php_sqlsrv_54_ts.dllandextension=php_pdo_sqlsrv_54_ts.dllin php.ini - installed MS SQL Server 2012 Native Client ODBC driver
Repeated those steps a few times and my phpinfo() still does not has the sqlsrv section. What should I do now?