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

Release notes
-------------
[Added]
- Merged Windows and Linux source code.
- Enabled connection pooling with unixODBC in Linux.
[Fixed]
- Fixed segmentation fault with PDOStatement::getColumnMeta() when the supplied 
column index is out of range.
- Fixed the assertion error (Linux) when fetching data from a binary column 
using the binary encoding.
- Fixed PECL installation errors when PHP was installed from source.

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.6.tgz

Authors
-------------
Jay Kint <jayk...@microsoft.com> (lead)
Meet Bhagdev <me...@microsoft.com> (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