pdo_sqlsrv 4.1.8preview

Microsoft Drivers for PHP for SQL Server (PDO_SQLSRV)


The Microsoft Drivers for PHP for SQL Server are PHP extensions that allow for the reading and writing of SQL Server data from within PHP scripts. The SQLSRV extension provides a procedural interface while the PDO_SQLSRV extension implements PDO for accessing data in all editions of SQL Server 2012 and later (including Azure SQL DB). These drivers rely on the Microsoft ODBC Driver for SQL Server to handle the low-level communication with SQL Server.
*This package contains only the PDO_SQLSRV driver.*

License: The MIT License (MIT)

Changes

[Added]
- Connection Resiliency now supported in Windows
- Connection pooling now works in MAC
[Fixed]
- Added a workaround for a bug in unixODBC 2.3.4 when connection pooling is enabled
- Fixed the issue in MAC such that the order of which drivers are loaded first no longer matters
- Improved performance by implementing a cache to store column SQL types and display sizes (issue #189)
- Fixed issue with the unsupported attribute PDO::ATTR_PERSISTENT in connection (issue #65)
- Fixed issue when deleting on something that doesn't exist (issue #336)
[Known Issues]
- User defined data types and SQL_VARIANT
- Binary column binding with emulate prepare (issue #140)