当前位置: 首页 > 工具软件 > msphpsql > 使用案例 >

sql server php驱动,msphpsql

齐文林
2023-12-01

软件简介

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 Started

运行环境依赖

完整环境需求,查看 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 服务器。

服务器端,Windows 上支持 Microsoft SQL Server 2008 R2 与更高版本,Linux 上支持 Microsoft SQL

Server 2016 或更高版本。

 类似资料: