Skip to content

Releases: dshafik/php7-mysql-shim

Code Quality Improvements

15 Dec 17:54
8a940fe
Compare
Choose a tag to compare
Pre-release
  • 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

02 Jan 11:01
8fadc66
Compare
Choose a tag to compare
Bug Fixes Pre-release
Pre-release
  • [ADD] Add support for the $new argument to mysql_connect() (#45)
  • [FIX] Fix calls to mysql_ping() with a link 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

14 Jan 06:47
Compare
Choose a tag to compare
Pre-release
1.0.0beta2

Remove deprecation notice

Now supports PHP 5.3.6+

09 Jan 02:28
Compare
Choose a tag to compare
Pre-release

[ADD] Now supports PHP 5.3.6+ (@philip, @dshafik)
[FIX] General code cleanup (@dshafik)

Minor bug fixes

09 Oct 23:08
Compare
Choose a tag to compare
Minor bug fixes Pre-release
Pre-release
  • [ADD] Added the result type to the mysql_fetch_array function (@HDsign)
  • [FIX] mysql_connect should return FALSE when mysqli_connect fails. (@mekras)
  • [FIX] Don't trigger weird behavior in PHP 5.6 with extraneous args (@dshafik)
  • [TEST] Test on PHP 7.1 and nightly (@dshafik)

Initial Release

04 Jul 07:32
Compare
Choose a tag to compare
Initial Release Pre-release
Pre-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!