The new PECL package pdo_sqlsrv-4.1.8preview (devel) has been released at 
http://pecl.php.net/.

Release notes
-------------
[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)

Package Info
-------------
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 2005 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.*

Related Links
-------------
Package home: http://pecl.php.net/package/pdo_sqlsrv
   Changelog: http://pecl.php.net/package-changelog.php?package=pdo_sqlsrv
    Download: http://pecl.php.net/get/pdo_sqlsrv-4.1.8preview.tgz

Authors
-------------
Jay Kint <[email protected]> (lead)
Meet Bhagdev <[email protected]> (lead)
Marie Barwin (lead)
Hadis Kakanejadi Fard (lead)


-- 
PECL development discussion Mailing List (http://pecl.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to