Setup MSSQL PDO for PHP 7.2 / 7.x



Google Docs: https://docs.google.com/document/d/1jryR2K8JN5OBK4J4w_cWJVO0teSmAO8F2gmRGJHfpQA/edit?usp=sharing
Article: https://adhoctuts.com/setup-mssql-pdo-for-php-7-2-7-x/
This is the ad hoc tutorial on how to enable PHP PDO for MSSQL. First, we will download and install necessary files and packages. Then we will make the needed system configurations. Finally, we will install the pdo_sqlrv package, create the PHP configuration file and test the connection with PDO to MSSQL server.

Comments are closed.