Recent content by Cruachan

  1. C

    Issue PHP cannot connect to MSSQL after update #53

    I have two servers which can no longer connect to MSSQL after this upgrade. PHP versions 7.1.x, 7.2.x and 7.3.x are all affected. 7.0.x and earlier can still connect fine. Simple connection script $serverName = "myserver"; $uid = "myuid"; $pwd = "mypassw"; $databaseName...
Back
Top