msphpsql SQL Server PHP 驱动 项目简介
msphpsql 是用于 Microsoft SQL Server 的 Microsoft PHP 驱动程序,它是 PHP 扩展,允许从 PHP 脚本中读取和写入 SQL Server 数据。 SQLSRV 扩展提供了一个过程接口,而 PDO_SQLSRV 扩展实现了 PHP 数据对象(PDO),用于访问所有版本的 SQL Server 2008 R2 及更高版本(包括 Azure SQL DB)中的数据。这些驱动程序依赖于 SQL Server 的 Microsoft ODBC 驱动程序来处理与 SQL Server 的低级通信。Get StartedWindows + SQL Server + PHP 7Ubuntu + SQL Server + PHP 7RedHat + SQL Server + PHP 7SUSE + SQL Server + PHP 7macOS + SQL Server + PHP 7Docker运行环境依赖完整环境需求,查看 Microsoft Docs 中的 system requirements。客户端机器:PHP 7.0.x, 7.1.x, or 7.2.x (7.2.0 and up on Unix, 7.2.1 and up on Windows)。需要 IIS 等 Web 服务器。Microsoft ODBC Driver 17、Microsoft ODBC Driver 13、或者 Microsoft ODBC Driver 11服务器端,Windows 上支持 Microsoft SQL Server 2008 R2 与更高版本,Linux 上支持 Microsoft SQL Server 2016 或更高版本。