PHP install/upgrade
...
On Windows Server, using Server Manager add the following feature:
World Wide Web Services → Application Development Features → CGI
...
Against the server, select the PHP Manager option
Click on the register PHP Version, and navigate to your installed php path (e.g., C:\Program Files (x86)\php)
...
Add the following (it may already exist)
- extension=php_odbc.dll
Save the php.ini file
...