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

Release notes
-------------
[Added]
- Azure Active Directory Authentication with ActiveDirectoryPassword and 
SqlPassword
[Fixed]
- Fixed output parameter returning garbage when the parameter is initialized to 
a type that is different from the output type (issue #378)
- Fixed incorrectly binding of unicode parameter when emulate prepare is on and 
the encoding is set at the statement level (issue #92)
- Fixed binary column binding when emulate prepare is on (issue #140)
[Known Issues]
- User defined data types and SQL_VARIANT ([issue #127]
- When pooling is enabled in Linux or MAC
  - unixODBC 2.3.1 (Linux) and unixODBC 2.3.4 (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 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-5.2.0RC.tgz

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