php-sqlsrv/README.md

17 lines
975 B
Markdown
Raw Normal View History

#Microsoft Drivers for PHP for SQL Server
2014-07-23 00:02:28 +02:00
**Welcome to the Microsoft Drivers for PHP for SQL Server project!**
2014-07-23 00:02:28 +02:00
**Note:** For the PHP 7 project, see the PHP7 branch
2014-07-23 00:02:28 +02:00
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.
2014-07-23 00:02:28 +02:00
We hope you enjoy using the Microsoft Drivers for PHP for SQL Server.
2014-07-23 00:02:28 +02:00
The Microsoft Drivers for PHP for SQL Server Team
2014-07-23 00:02:28 +02:00
Announcements
- **Jan 29, 2016:** A PHP7 branch is now active for the Alpha/Preview supporting PHP 7
- Please visit the blog for more announcements
2015-05-22 20:27:12 +02:00