summaryrefslogtreecommitdiff
path: root/docs/changelog.md
diff options
context:
space:
mode:
authorDamien Regad <dregad@mantisbt.org>2022-03-29 11:16:49 +0200
committerDamien Regad <dregad@mantisbt.org>2022-03-29 11:22:12 +0200
commit60f254a8e3d91546e662e28b436f6f790b43c28b (patch)
tree42afaac6c779b56bc9e842c324a6787fe20403c1 /docs/changelog.md
parent10f09137d071145b0a13a8e1ea226520f202bf7d (diff)
downloadadodb-60f254a8e3d91546e662e28b436f6f790b43c28b.tar.gz
adodb-60f254a8e3d91546e662e28b436f6f790b43c28b.tar.bz2
adodb-60f254a8e3d91546e662e28b436f6f790b43c28b.zip
Update changelog
Diffstat (limited to 'docs/changelog.md')
-rw-r--r--docs/changelog.md21
1 files changed, 12 insertions, 9 deletions
diff --git a/docs/changelog.md b/docs/changelog.md
index 058c7ba3..a00dac79 100644
--- a/docs/changelog.md
+++ b/docs/changelog.md
@@ -23,21 +23,24 @@ Older changelogs:
### Fixed
+- firebird: undefined offset PHP notice in _fetchField()
+ [#808](https://github.com/ADOdb/ADOdb/issues/808)
+- firebird: PHP deprecation warning in _blobDecode()
+ [#811](https://github.com/ADOdb/ADOdb/issues/811)
+- firebird: PHP notice when executing query with empty array
+ [#812](https://github.com/ADOdb/ADOdb/issues/812)
+- firebird: undefined array key with uppercase columns
+ [#813](https://github.com/ADOdb/ADOdb/issues/813)
- mysqli: regression on setConnectionParameter()
[#803](https://github.com/ADOdb/ADOdb/issues/803)
- mysqli: regression on bulk binding
[#806](https://github.com/ADOdb/ADOdb/issues/806)
- mysqli: Affected_Rows() not returning correct value
[#820](https://github.com/ADOdb/ADOdb/issues/820)
-- Firebird: undefined offset PHP notice in _fetchField()
- [#808](https://github.com/ADOdb/ADOdb/issues/808)
-- Firebird: PHP deprecation warning in _blobDecode()
- [#811](https://github.com/ADOdb/ADOdb/issues/811)
-- Firebird: PHP notice when executing query with empty array
- [#812](https://github.com/ADOdb/ADOdb/issues/812)
-- Firebird: undefined array key with uppercase columns
- [#813](https://github.com/ADOdb/ADOdb/issues/813)
-
+- oci8: fix PHP 8.1 array deprecation warning
+ [#817](https://github.com/ADOdb/ADOdb/issues/817)
+- xml PHP Notice in dbData::create()
+ [#822](https://github.com/ADOdb/ADOdb/issues/822)
## [5.22.0] - 2022-02-08