Skip to content

4.0.6 - Linux - Preview

Pre-release
Pre-release
Compare
Choose a tag to compare
@meet-bhagdev meet-bhagdev released this 24 Oct 23:04

We are excited to announce that PECL packages for Linux SQLSRV and PDO_SQLSRV drivers (4.0.6) are available. You can also find pre-compiled binaries (4.0.5) with PHP 7.0.12 for Ubuntu 15.04, Ubuntu 16.04, and RedHat 7 here.

  • Drivers versioning has been redesigned as Major#.Minor#.Release#.Build#. Build number is specific to binaries and it doesn't match with the number on the source.
  • Fixed the issue with duplicate warning messages in PDO_SQLSRV drivers when error mode is set to PDO::ERRMODE_WARNING.
  • Fixed the issue with invalid UTF-8 strings, those are detected before executing any queries and proper error message is returned.
  • Fixed segmentation fault in sqlsrv_fetch_object and sqlsrv_fetch_array function.
  • Compiler C++ 11 is enabled in config file.

Thanks,
SQL Server Team