Symfony connect to database: ODBC connection on PHP7
问题 Just use the Driver of Microsoft Github repo - it was already working with the beta and now they stabilized it - I forgot to "answer" the question here by myself - sorry for that delay. Link: Azure MSSQL How is it possible to connect from symfony2.8 on PHP7 to a MSSQL server using ODBC connection? Can't find anything in the net, except for some legacy stuff. What needs to be changed / done? I know that Symfony offers odbc, can I still use doctrine as mapper when connecting through odbc? 回答1: