How does your database.php look like ? Have you tried using sqlsrv instead of mssql?
Apr 7, 2016
3
Level 1
Connecting to SQL Server from MacOS?
Hey all, I'm working on an application that connects against an existing SQL Server DB. I've got the connection working fine on my PC (from MAMP even) with the "sqlsvr" driver. However, since that's not available for Mac, I've compiled the mssql.so library and put it in the extensions directory. phpinfo() shows me that mssql is correctly installed, but when trying to run a basic query I get "Unsupported driver [mssql]." Any ideas?
Please or to participate in this conversation.