The new PECL package 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
- Fixed sqlsrv_num_rows() when the client buffered result is null (issue #330)
- Fixed compilation const char conversion warnings (issue #332)
[Known Issues]
- User defined data types and SQL_VARIANT

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 SQLSRV driver.*

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

Authors
-------------
Meet Bhagdev <[email protected]> (lead)
Jay Kint <[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