peachpiecompiler / peachpie

PeachPie - the PHP compiler and runtime for .NET and .NET Core
https://www.peachpie.io
Apache License 2.0
2.38k stars 203 forks source link

Add support for Microsoft SQL Server Driver for PHP #599

Open mahmoodvcs opened 4 years ago

mahmoodvcs commented 4 years ago

Currently, Peachpie only supports Mssql — Microsoft SQL Server. This extension is removed in PHP 7 (https://www.php.net/manual/en/intro.mssql.php). Can you add support for SQLSRV — Microsoft SQL Server Driver for PHP?

jakubmisek commented 4 years ago

Thank you for the suggestion. Keeping the issue open.

Currently SqlSrv is supported in PDO.