Random Project

Instance and port parameters not working

If you want to connect to an other than default instance you need to set your mssql server to a static port.
You also need to add a few things
add line 137: $db_port = 1433;
edit line 412: $db_dsn = “dblib:host={$db_host:$db_port};dbname={$db_name}”;