Production Ready Release for PHP Drivers 4.0 for SQL Server
meet-bhagdev
released this
11 Jul 16:17
·
2396 commits
to master
since this release
Hi all, we are delighted to share the RTW bits of the SQLSRV and PDO_SQLSRV driver (64bit and 32bit) with PHP7 support
The quality of SQLSRV and PDO_SQLSRV is improved and includes some memory leak fixes:
- Fixed a heap corruption when binding parameters in a prepare statement with error
- Fixed leaks in SQLSRV streams and output parameters handling
- Fixed leaks in SQLSRV fetch object
- Fixed leaks in SQLSRV binding object parameters
- Fixed leaks in SQLSRV buffered result set
- Fixed leaks in SQLSRV getting datetime and stream fields
- Fixed leaks in PDO_SQLSRV field cache
- Fixed leaks in PDO_SQLSRV construct when connecting with error
- Fixed leaks in PDO_SQLSRV exception handling
We will continue to make bug fixes and adding new features based on your feedback on GitHub.
Thanks,
SQL Server Engineering Team