Skip to content

Releases: microsoft/msphpsql

Release Candidate for PHP Drivers 4.0 for SQL Server

13 Jun 21:45
Compare
Choose a tag to compare

Hi all, we are delighted to share the Release Candidate (4.0.5) of the SQLSRV and PDO_SQLSRV driver (64bit and 32bit).

The quality of SQLSRV and PDO_SQLSRV is improved and includes some bug fixes:

  • Added ability to connect to Microsoft ODBC Driver 13.
  • Fixed some memory leaks in data retrieval.
  • Fixed issue with error handling in bound stream parameters when send_stream_at_exec option is set to false.
  • Fixed issue with when connecting twice when Sqlsrv_errors configured to only WARNINGS.
  • Fixed issue with double and string as input-output parameters in PDO_SQLSRV driver.
  • Fixed a heap corruption in PDO_SQLSRV connection.

If you are planning on using ODBC Driver 13, please make sure to uninstall ODBC Driver 11 and install
Please let us know if you have any questions/concerns.

Thanks,
SQL Server Engineering Team

v4.0.4

04 May 03:20
Compare
Choose a tag to compare
v4.0.4 Pre-release
Pre-release

Hi all, we are delighted to share the Preview (4.0.4) of the SQLSRV and PDO_SQLSRV driver (64bit and 32bit).

This release includes better test coverage and the following bug fixes:

  • Fixed retrieving stream data and metadata.
  • Fixed issue with bind stream parameters.
  • Fixed issue with retrieval in error case when trying to retrieve a non-streamble data type with SQLSRV_SQLTYPE_STREAM option
  • Fixed issue with querying after another query with empty array of parameters.
  • Fixed issue with retrieving integers as output parameter in SQLSRV 64-bit.
  • Fixed issue scrollable statement option in SQLSRV_PDO 64-bit.
  • Improved handling closed connection and statement resources.
  • Fixed issue with binding bit parameter.
  • Fix for The $driver_options (for specifying encoding) is included in PDOStatement::bindParam is included in PHP 7.0.6 release.

Please let us know if you have any questions/concerns.

Thanks,
Microsoft PHP Drivers for SQL Server team

v4.0.3

12 Apr 19:23
Compare
Choose a tag to compare
v4.0.3 Pre-release
Pre-release

Hi all, here is an early preview of the PDO_SQLSRV driver (64bit and 32bit).

This release also includes other minor updates:

  • Bug fixes for SQLRV:
    • Fixed ability to fetch a user defined object into a class
    • Fixed issue with re-preparing the same statement with referenced datetime parameters
    • Fixed issue with binding output parameters with php type string with binary and char encodings and sql types SQLSRV_SQLTYPE_NCHAR and SQLSRV_SQLTYPE_NVARCHAR.

We are also working aggressively on the Linux port of the SQLSRV and PDO_SQLSRV drivers (64bit and 32bit) and you should expect to see updates from us in the coming weeks.

Please let us know if you have any questions/concerns.

Thanks,
Microsoft PHP Drivers for SQL Server team

v4.0.2

15 Mar 03:02
Compare
Choose a tag to compare
v4.0.2 Pre-release
Pre-release

As promised, here is an early preview of the 64bit SQLSRV driver.

64-bit support is now available for the SQLSRV driver. We also have some additional minor improvements to share:
• Fixed the ability to retrieve strings as an output parameter
• Fixed a number of memory leaks in initialization

We are also working aggressively on the 64bit PDO and 32bit PDO driver, and you should expect to see updates from us in the coming weeks.

Please let us know if you have any questions/concerns.

Thanks,
Microsoft PHP Drivers for SQL Server team

v4.0.1

24 Feb 02:01
Compare
Choose a tag to compare
v4.0.1 Pre-release
Pre-release

Thanks to community’s input, we have mostly been focusing on making updates to support native 64-bit and the PDO drivers. We will be sharing these updates in the coming weeks once we have something functional. In the meanwhile we a few updates.

The 4.0.1 release includes a few minor updates to the SQLSRV driver:
• Fixed the ability to bind parameters with datetime types
• Fixed output and bidirectional (input/output) parameters. Note to users: we determined that output and bidirectional parameters now need to be passed in by reference (i.e. &$var) so that they can be updated with the output data and added an error check for these cases.
• Updated refcounting to avoid unnecessary reference counting for scalar values

v 4.0

30 Jan 02:13
Compare
Choose a tag to compare
v 4.0 Pre-release
Pre-release

Microsoft Driver for PHP for SQL Server PHP 7 (Early Technical Preview) is a preview release for the SQLSRV connector for Windows. This preview contains support for 32-bit PHP 7.

v3.2.0.0

09 Mar 21:09
Compare
Choose a tag to compare

Production update with support for PHP 5.6. Updates files to be licensed under MIT from Apache 2.0. Fixes bug #40.

v3.1.0.0

13 Dec 01:46
Compare
Choose a tag to compare

Production ready update with support for PHP 5.5. Changes ODBC dependency from SQL Native Client to Microsoft ODBC Driver 11 for SQL Server. Source code is updated to contain a fix for a crash reported in the packaged version of the driver when memory resources are low and stream datatypes are being used.

v3.1.0-CTP.1

01 Nov 16:20
Compare
Choose a tag to compare
v3.1.0-CTP.1 Pre-release
Pre-release

Update adding support for PHP 5.5, and changing ODBC dependency from SQL Native Client to Microsoft ODBC Driver 11 for SQL Server.

v3.0.1

23 Jul 00:49
Compare
Choose a tag to compare

Snapshot of 3.0.1 release that was migrated from CodePlex