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

Release notes
-------------
[Added]
- Added support for sql_variant data type with limitation ([issue #51] and 
[issue #127])
- This is a preview for Debian Jessie (tested on Debian 8.7)
[Fixed]
- Increased Test Coverage
- General bug fixes after running static analyses
[Limitation]
- Limited support for input / output params when using sql_variant 
[Known Issues]
- User defined data types 
- When pooling is enabled in Linux or MAC
  - unixODBC 2.3.4 or prior (Linux and MAC) might not return proper diagnostics 
information, such as error messages, warnings and informative messages
  - due to this unixODBC bug, fetch large data (such as xml, binary) as streams 
as a workaround. See the examples 
(https://github.com/Microsoft/msphpsql/wiki/Connection-Pooling-on-Linux-and-Mac)

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.2.0preview.tgz

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


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

Reply via email to