Skip to content

1.10.0

Compare
Choose a tag to compare
@Jean85 Jean85 released this 25 Mar 16:19
· 149 commits to master since this release
1.10.0
4975363

Added

  • Added PHP 8 support
  • Added compatibility with doctrine/dbal > 2.11 Statement
  • Added ability to reconnect when creating Mysqli statement

Changed

  • Statement now extends the original one, so all methods are implemented now
  • Connection::refresh() is deprecated, you should use the original Connection::ping()