1 Answers
Hello,
In database configuration it will use sqlsrv_* functions if you set:
$db_conf = array();
$db_conf[“type”] = “mssqlnative”;
You can install latest php/sqlserver drivers from following link:
https://docs.microsoft.com/en-us/sql/connect/php/download-drivers-php-sql-server?view=sql-server-ver15
Your Answer