Releases: dshafik/php7-mysql-shim
Releases · dshafik/php7-mysql-shim
Code Quality Improvements
- Fixed
mysql_fetch_field()
- Added support for socket connections
- Added many more tests
- Switched to GitHub Actions instead of Travis CI
With the release of PHP 8.0 this package is effectively complete. There are no supported versions of PHP 5.x, and with no backwards incompatible changes to ext/mysqli in PHP 8.0, we can effectively rule out any more changes needed in this package till the next major PHP version.
I don't intend to ever tag a stable version of this package as it should not be used.
Bug Fixes
- [ADD] Add support for the
$new
argument tomysql_connect()
(#45) - [FIX] Fix calls to
mysql_ping()
with alink
argument (#28) - [FIX] Handle custom ports defined in hostname passed to
mysql_connect()
(#44) - [FIX] Avoid deprecated string access syntax (curly braces) resulting in a deprecating notice (#47)
Officially support Windows
1.0.0beta2 Remove deprecation notice
Now supports PHP 5.3.6+
Minor bug fixes
Initial Release
This is the initial release of dshafik/php7-mysql-shim
.
Thanks to the numerous people who contributed, be it in the form of issues reported, pull requests, or otherwise!