Skip to content

Latest commit

 

History

History
44 lines (33 loc) · 3.13 KB

File metadata and controls

44 lines (33 loc) · 3.13 KB
title Overview of the Microsoft Drivers for PHP for SQL Server | Microsoft Docs
ms.custom
ms.date 03/27/2018
ms.prod sql
ms.prod_service connectivity
ms.reviewer
ms.technology connectivity
ms.topic conceptual
ms.assetid 66559249-34c0-409d-b919-9b5bf0c4c9ec
author David-Engel
ms.author v-daenge

Overview of the Microsoft Drivers for PHP for SQL Server

[!INCLUDEDriver_PHP_Download]

The [!INCLUDEssDriverPHP] is a PHP extension that provides data access to SQL Server 2005 and later versions including Azure SQL Database. The extension provides a procedural interface with the SQLSRV driver and an object-oriented interface with the PDO_SQLSRV driver for accessing data in all versions of SQL Server, including Express, beginning with SQL Server 2005. Support for versions 3.1 and later of the drivers begins with SQL Server 2008. The [!INCLUDEssDriverPHP] API includes support for Windows Authentication, transactions, parameter binding, streaming, metadata access, and error handling.

To use the [!INCLUDEssDriverPHP], you must have the correct version of SQL Server Native Client or Microsoft ODBC Driver installed on the same computer PHP is running. For more information, see System Requirements for the Microsoft Drivers for PHP for SQL Server.

In This Section

Topic Description
Download-DownArrow-CircledTo download drivers for PHP for SQL Server Links to download Microsoft Drivers for PHP for SQL Server.
Release Notes for the Microsoft Drivers for PHP for SQL Server Lists the features that were added for versions 4.0, 3.2, 3.1, 3.0, and 2.0.
Support Resources for the Microsoft Drivers for PHP for SQL Server Provides links to resources that can be helpful when you are developing applications that use the [!INCLUDEssDriverPHP].
About Code Examples in the Documentation Provides information that might be helpful when you run the code examples in this documentation.
   

Reference

SQLSRV Driver API Reference
PDO_SQLSRV Driver Reference
Constants (Microsoft Drivers for PHP for SQL Server)

See Also

Getting Started with the Microsoft Drivers for PHP for SQL Server

Programming Guide for the Microsoft Drivers for PHP for SQL Server

Example Application (SQLSRV Driver)