diff options
| author | Damien Regad <dregad@mantisbt.org> | 2018-03-30 02:33:05 +0200 |
|---|---|---|
| committer | Damien Regad <dregad@mantisbt.org> | 2018-03-30 02:33:05 +0200 |
| commit | c350c007ed585a4da4dc8c62ae7954cfe13b621f (patch) | |
| tree | 5f10ad9ed7f0e334c0c8f21e40473d77052a5459 /docs/changelog.md | |
| parent | 62ebb04b157467f4e650ef0e7a02120a2b41c169 (diff) | |
| parent | 37b20820ba512ae684c06b93171921037bc6704b (diff) | |
| download | adodb-c350c007ed585a4da4dc8c62ae7954cfe13b621f.tar.gz adodb-c350c007ed585a4da4dc8c62ae7954cfe13b621f.tar.bz2 adodb-c350c007ed585a4da4dc8c62ae7954cfe13b621f.zip | |
Merge branch 'hotfix/5.20'
Conflicts:
docs/changelog.md
Diffstat (limited to 'docs/changelog.md')
| -rw-r--r-- | docs/changelog.md | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/docs/changelog.md b/docs/changelog.md index 97b529c1..2dcfe65e 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -10,7 +10,6 @@ Older changelogs: - adodb: Remove useless constructors. #171 - adodb: Define default constructor in ADOConnection base class. #172 - adodb: Reimplement base methods charMax() and textMax(). #183 -- adodb: fix potential SQL injection vector in SelectLimit(). #190 - adodb: addColumnSQL datadict function now supports ENUM data types. See #26 - adodb: introduce user-defined default Metatype. #165 - adodb: AutoExecute validates empty fields array. #154 @@ -49,6 +48,14 @@ Older changelogs: - session: add 'httponly' flag to cookie. #190 - xml: support table 'opt' attribute with mysqli. #267 +## 5.20.11 - 30-Mar-2018 + +- adodb: PHP 7.2 compatibility + - Replace each() with foreach. #373 + - Replace deprecated create_function() calls. #404 + - Replace $php_errormsg with error_get_last(). #405 +- adodb: fix potential SQL injection vector in SelectLimit(). #190 #311 #401 + ## 5.20.10 - 08-Mar-2018 - Fix year validation in adodb_validdate() #375 |
