I am using PHP 7.3 and trying to run sqlsrv
but I cannot get my PHP environment to load sqlsrv
. I look at the phpinfo
and the extension does not show up. These are the steps I have taken.
- Through the Web Platform Installer, I have installed PHP 7.3 for IIS, the SQL Server Driver, and the Windows Cache Extension.
- I have put
php_sqlsrv_73_nts_x64.dll
in the extension directory. - I have verified my
php.ini
configurations. - Downloaded and installed the latest Microsoft ODBC driver.