diff options
| author | Damien Regad <dregad@mantisbt.org> | 2022-07-23 21:28:37 +0200 |
|---|---|---|
| committer | Damien Regad <dregad@mantisbt.org> | 2022-07-23 21:28:37 +0200 |
| commit | 3ed909b942aeb8a7ab93db84230cd4bd85de5a1f (patch) | |
| tree | 4c95d583886a1d1c0ecdff0d9abaf72554a21ddf /docs | |
| parent | 9695ffaf6dde8b2aea88ad369c93329c726b500e (diff) | |
| download | adodb-3ed909b942aeb8a7ab93db84230cd4bd85de5a1f.tar.gz adodb-3ed909b942aeb8a7ab93db84230cd4bd85de5a1f.tar.bz2 adodb-3ed909b942aeb8a7ab93db84230cd4bd85de5a1f.zip | |
Update Changelog
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/changelog.md | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/changelog.md b/docs/changelog.md index ae012b08..948e84b5 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -18,10 +18,16 @@ Older changelogs: ### Fixed +- Fix PHP 8.1 deprecated warning in GetUpdateSQL() + [#844](https://github.com/ADOdb/ADOdb/issues/844) +- Fix PHP 8.1 deprecated warning in tohtml.inc.php + [#850](https://github.com/ADOdb/ADOdb/issues/850) - mssql: Fix undefined variable when closing connection [#835](https://github.com/ADOdb/ADOdb/issues/835) - mysql: Fix regression with portable bind arrays [#838](https://github.com/ADOdb/ADOdb/issues/838) +- mysql: Fix errorMsg() / errorNo() on MySQL 8 + [#842](https://github.com/ADOdb/ADOdb/issues/842) - pdo: Fix uncaught TypeError on PHP 8 [#840](https://github.com/ADOdb/ADOdb/issues/840) - active record: fix changing case of class properties in Native mode |
