How to use Zend Framework 2 with MS SQL Server on *nix?
What, if it exists, is the canonical way to use ZF2 with MS SQL Server on a non-Windows OS? From what I can tell from the documentation , only the Sqlsrv driver is officially supported, which only works on the Windows platform. In ZF1, we used the Pdo_Mssql adapter and specified the pdoType as dblib . I can't find any references to doing anything similar in ZF2. Apparently there was a Pdo\Mssql driver some time ago which was removed during a major refactoring , but I don't see a currently documented way of using Pdo_Dblib. According to the adapter documentation above, you can set the driver in