Hi, i would like upgrade my phalcon to 3.0 and php to 7.0, but in my app i need connect to MSSQL server :( In 2.0.x version i use lib https://github.com/ToNict/phalcon-sqlsrv/ but after upgrade to 3.0 i have error
Declaration of Phalcon\Db\Adapter\Pdo\Sqlsrv::connect($descriptor = NULL) should be compatible with Phalcon\Db\Adapter\Pdo::connect(array $descriptor = NULL)
in changelog i don't seen any changes for PDO so I'm a bit confused. I wroted to "ToNict" but i don't know when he/she anserw. Have anyone idea what was changed or what i schould do to run this stuff?
Regards