diff options
| author | Damien Regad <dregad@mantisbt.org> | 2018-03-30 19:29:59 +0200 |
|---|---|---|
| committer | Damien Regad <dregad@mantisbt.org> | 2018-03-30 19:29:59 +0200 |
| commit | 4011379abe34845d44612dbe904f435b6cd81d9f (patch) | |
| tree | e4c2e8a086ce635ad267c202fcb9a38b01dc2649 /docs/changelog.md | |
| parent | 0f82a576c73172fcab8e9f03a5dedfc6fb9a01ec (diff) | |
| parent | 1377bc3f9ae50d935da2ff83784a6ff5640cba68 (diff) | |
| download | adodb-4011379abe34845d44612dbe904f435b6cd81d9f.tar.gz adodb-4011379abe34845d44612dbe904f435b6cd81d9f.tar.bz2 adodb-4011379abe34845d44612dbe904f435b6cd81d9f.zip | |
Merge branch 'hotfix/5.20'
Conflicts:
adodb.inc.php
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 632d760d..e230cce9 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -62,14 +62,21 @@ Older changelogs: - session: add 'httponly' flag to cookie. #190 - xml: support table 'opt' attribute with mysqli. #267 -## 5.20.11 - 30-Mar-2018 +## 5.20.12 - 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: Don't call `dl()` when the function is disabled #406 +- adodb: Don't bother with magic quotes when not available #407 - adodb: fix potential SQL injection vector in SelectLimit(). #190 #311 #401 +## 5.20.11 - Withdrawn + +This release has been withdrawn as it introduced a regression on PHP 5.x. +Please use version 5.20.12 or later. + ## 5.20.10 - 08-Mar-2018 - Fix year validation in adodb_validdate() #375 |
