From 2765963614032876355ccc515f2c23f9f79f6b75 Mon Sep 17 00:00:00 2001 From: Meet Bhagdev Date: Fri, 29 Jan 2016 17:57:38 -0800 Subject: [PATCH] Release Activity --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 529741bc..cff520f4 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Microsoft Drivers for PHP for SQL Server -**Welcome to the Microsoft Drivers for PHP for SQL Server project!** +**Welcome to the Microsoft Drivers for PHP for SQL Server project!!** The Microsoft Drivers for PHP for SQL Server are PHP 5 extensions that allow for the reading and writing of SQL Server data from within PHP scripts. The release contains two drivers, the SQLSRV driver and the PDO_SQLSRV driver. The SQLSRV extension provides a procedural interface while the PDO_SQLSRV extension implements PDO for accessing data in all editions of SQL Server 2005 and later (including SQL Azure). These drivers rely on the Microsoft ODBC Driver 11 for SQL Server to handle the low-level communication with SQL Server.