Microsoft Drivers for PHP for SQL Server version 2.0 and 3.0 |
Introducing the Microsoft Drivers for PHP for SQL Server |
See Also Send Feedback |
The Microsoft Drivers for PHP for SQL Server is a PHP 5 extension that provides data access to SQL Server 2005 and later versions. The extension provides a procedural interface (the SQLSRV driver) and an object-oriented interface (the PDO_SQLSRV driver) for accessing data in all versions (including Express) beginning with SQL Server 2005. The Microsoft Drivers for PHP for SQL Server API includes support for Windows Authentication, transactions, parameter binding, streaming, metadata access, and error handling.
To use the Microsoft Drivers for PHP for SQL Server, you must have SQL Server Native Client installed on the same computer on which PHP is running. For more information, see System Requirements (Microsoft Drivers for PHP for SQL Server).
In This Section
Topic |
Description |
---|---|
Lists the features that were added for version 3.0, and version 2.0. |
|
Provides links to resources that can be helpful when you are developing applications that use the Microsoft Drivers for PHP for SQL Server. |
|
Provides information that might be helpful when you run the code examples in this documentation. |