1.10.0
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 nowConnection::refresh()
is deprecated, you should use the originalConnection::ping()