Looking for more information on how to do PHP the right way? Check out PHP: The Right Way

Community News:
Latest PECL Releases (07.11.2017)
Jul 11, 2017 @ 13:05:02

Latest PECL Releases:

  • zip 1.15.1
    - fix segfault in php_stream_context_get_option call

  • zip 1.15.0
    - ZipArchive implements Countable, added ZipArchive::count() method
  • timecop 1.2.8
    Publish on PECL
  • timecop 1.2.7
    Publish on PECL
  • sqlsrv 4.3.0
    [Added] - Added Unicode Column name support (issue #138). - Support for Always On Availability groups via Transparent Network IP Resolution (TNIR) - Added support for sql_variant data type with limitation (issue #51 and issue #127) - Support drivers on Debian Jessie (tested on Debian 8.7) - Connection Resiliency support in Windows - Connection pooling support for Linux and macOS - Support for Mac(El Capitan and above) - Azure Active Directory Authentication with ActiveDirectoryPassword and SqlPassword [Fixed] - Fixed issues with sqlsrv_has_rows() to prevent it from moving statement cursor (issue #37). - Fixed sqlsrv client buffer size to only allow positive integers (issue #228). - Fixed PECL installation errors when PHP was installed from source (issue #213). - Fixed the assertion error (Linux) when fetching data from a binary column using the binary encoding (issue #226). - Fixed issue output parameters bound to empty string (issue #182). - Fixed issue with SQLSRV_ATTR_FETCHES_NUMERIC_TYPE when column return type is set on statement (issue #173). - Fixed a memory leak in closing connection resources. - Fixed load ordering issue in MacOS (issue #417) - Added a workaround for a bug in unixODBC 2.3.4 when connection pooling is enabled. - Fixed the issue with driver loading order in macOS - Fixed null returned when an empty string is set to an output parameter (issue #308). - 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). - Fixed sqlsrv_num_rows() when the client buffered result is null (issue #330). - Fixed conversion warnings because of some const chars (issue #332). - Fixed debug abort error when building the driver in debug mode with PHP 7.1. - Fixed string truncation when binding varchar(max), nvarchar(max), varbinary(max), and xml types (issue #231). - Fixed fatal error when fetching empty nvarchar (issue #69). - Fixed fatal error when calling sqlsrv_fetch() with an out of bound offset for SQLSRV_SCROLL_ABSOLUTE (issue #223). [Limitation] - Limited support for inout / output params when using sql_variant type [Known Issues] - 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)
  • pdo_sqlsrv 4.3.0
    [Added] - Added Unicode Column name support (issue #138). - Support for Always On Availability groups via Transparent Network IP Resolution (TNIR) - Added support for sql_variant data type with limitation (issue #51 and issue #127) - Support drivers on Debian Jessie (tested on Debian 8.7) - Connection Resiliency support in Windows - Connection pooling support for Linux and macOS - Support for Mac(El Capitan and above) - Azure Active Directory Authentication with ActiveDirectoryPassword and SqlPassword [Fixed] - Fixed PECL installation errors when PHP was installed from source (issue #213). - Fixed segmentation fault with PDOStatement::getColumnMeta() when the supplied column index is out of range (issue #224). - Fixed the assertion error (Linux) when fetching data from a binary column using the binary encoding (issue #226). - Fixed issue output parameters bound to empty string (issue #182). - Fixed issue with SQLSRV_ATTR_FETCHES_NUMERIC_TYPE when column return type is set on statement (issue #173). - Fixed a memory leak in closing connection resources. - Fixed load ordering issue in MacOS (issue #417) - Added a workaround for a bug in unixODBC 2.3.4 when connection pooling is enabled. - Fixed the issue with driver loading order in macOS - Fixed null returned when an empty string is set to an output parameter (issue #308). - 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). - 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 the issue with executing DELETE operation on a non-existent value (issue #336). - Fixed incorrectly binding of unicode parameter when emulate prepare is on and the encoding is set at the statement level (issue #92). - Fixed wrong value returned when fetching varbinary value on Linux (issue #270). - Fixed binary data not returned when the column is bound by name (issue #35). - Fixed exception thrown on closeCursor() when the statement has not been executed (issue #267). [Limitation] - Limited support for inout / output params when using sql_variant type [Known Issues] - 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)
tagged:

Link:


Trending Topics: