| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2021-08-17 | Redo Merge branch 'hotfix/5.21' Standardized file headers | Damien Regad | 1 | -10/+17 | |
| Try to do it right this time... # Conflicts: # adodb-memcache.lib.inc.php Fixes #751 | |||||
| 2021-08-17 | Reset version to avoid merge conflicts | Damien Regad | 1 | -1/+1 | |
| Fixes #751 | |||||
| 2021-08-17 | Revert changes since Standardized file headers merge | Damien Regad | 1 | -17/+10 | |
| The conflicts resolution applied when merging the Standardized file headers (commit e9dcce3df24912ad869d0193f0b419f2309101fc) was seriously messed up, actually overwriting a number of changes in the master branch. Rather than trying to go and fix things one by one which has a high risk of messing things further, it's easier to redo the merge from a clean slate, so this commit reverts the following: - "Merge branch 'hotfix/5.21' Standardized file headers", e9dcce3df24912ad869d0193f0b419f2309101fc - "Merge tag 'v5.21.1'", 5f437df3104159d5d659f60e31bef8d33c34995f - "Reset version to 5.22.0-dev" af9234a525c3255af051a330164486d73be4c63a - "Fix incorrect resolution of merge conflicts" a6733f61b0165b366c8d2c70d9af82edc3881951. - "Fix syntax error in toexport.inc.php" 20b01e83cb61b6b2460f64c7d1277c5f4cc28574. Fixes #751 | |||||
| 2021-08-14 | Standard file header: / | Damien Regad | 1 | -10/+17 | |
| 2021-03-08 | Bump version to 5.21.1-dev | Damien Regad | 1 | -1/+1 | |
| 2021-02-27 | Bump version to 5.21.0v5.21.0 | Damien Regad | 1 | -1/+1 | |
| 2021-02-02 | Bump version to 5.21.0-rc.1v5.21.0-rc.1 | Damien Regad | 1 | -1/+1 | |
| 2020-12-20 | Bump version to 5.21.0-beta.1v5.21.0-beta.1 | Damien Regad | 1 | -1/+1 | |
| 2019-11-12 | Codespell assisted typo cleaning | Jean-Michel Vourgère | 1 | -1/+1 | |
| 2018-03-30 | Merge branch 'hotfix/5.20' | Damien Regad | 1 | -1/+1 | |
| Conflicts: adodb.inc.php docs/changelog.md | |||||
| 2018-03-30 | Don't call `dl()` when the function is disabled | jrfnl | 1 | -1/+1 | |
| The `dl()`has been removed/disabled in most SAPIs since PHP 5.3, so chances of it being available are rather slim. > 7.0.0 dl() is disabled in PHP-FPM. > 5.3.9 dl() is enabled in PHP-FPM, albeit discouraged. > 5.3.0 dl() is now disabled in some SAPIs due to stability issues. > The only SAPIs that allow dl() are CLI and Embed. Use the Extension > Loading Directives instead. Ref: http://php.net/manual/en/function.dl.php#refsect1-function.dl-changelog Fixes #406 | |||||
| 2018-03-30 | Bump version to 5.20.11v5.20.11 | Damien Regad | 1 | -1/+1 | |
| 2018-03-08 | Bump version to 5.20.10v5.20.10 | Damien Regad | 1 | -1/+1 | |
| 2016-12-21 | Bump version to 5.20.9v5.20.9 | Damien Regad | 1 | -1/+1 | |
| 2016-12-17 | Bump version to 5.20.8v5.20.8 | Damien Regad | 1 | -1/+1 | |
| 2016-09-20 | Bump version to 5.20.7v5.20.7 | Damien Regad | 1 | -1/+1 | |
| 2016-09-20 | Update changelog | Damien Regad | 1 | -1/+1 | |
| 2016-08-31 | Bump version to 5.20.6v5.20.6 | Damien Regad | 1 | -1/+1 | |
| 2016-08-10 | Bump version to 5.20.5v5.20.5 | Damien Regad | 1 | -1/+1 | |
| 2016-03-30 | Bump version to 5.20.4 | Damien Regad | 1 | -1/+1 | |
| 2016-01-02 | Update version 5.21.0-dev release year to 2016 | Damien Regad | 1 | -1/+1 | |
| 2016-01-01 | Bump version to 5.20.3v5.20.3 | Damien Regad | 1 | -1/+1 | |
| 2015-12-27 | Update version to avoid merge conflicts | Damien Regad | 1 | -1/+1 | |
| 2015-12-27 | Bump version to 5.20.2v5.20.2 | Damien Regad | 1 | -1/+1 | |
| 2015-12-06 | Bump version to 5.20.1v5.20.1 | Damien Regad | 1 | -1/+1 | |
| 2015-11-28 | Bump version to 5.21dev | Damien Regad | 1 | -1/+1 | |
| 2015-11-28 | Bump version to 5.20.0v5.20.0 | Damien Regad | 1 | -1/+1 | |
| 2015-11-26 | Adjust header comment blocks | Damien Regad | 1 | -1/+3 | |
| - running SED script - manual adjustments for files not processed by regex | |||||
| 2015-04-20 | Define DB_AUTOQUERY_* constants in main include | Damien Regad | 1 | -4/+0 | |
| They were previously defined in adodb-pear.inc.php, which doesn't make much sense since they are only referenced within adodb.inc.php. Fixes #49 | |||||
| 2014-04-30 | Bump version to 5.20dev | Damien Regad | 1 | -1/+1 | |
| 2014-04-23 | Bump version to 5.19v5.19 | Damien Regad | 1 | -1/+1 | |
| 2014-02-24 | Remove closing php tag | Damien Regad | 1 | -2/+0 | |
| http://php.net/manual/en/language.basic-syntax.phptags.php | |||||
| 2014-01-21 | Bump version to 5.19dev | Damien Regad | 1 | -1/+1 | |
| Bumped 'dev' version allows users who rely on source code downloaded from the git repository rather than an official release tarball to reliably determine that they are running a development version of the library. | |||||
| 2013-08-05 | Reorg: ADOdb5 (master) branch | Damien Regad | 1 | -0/+374 | |
| - Move all files in adodb5/ to root - Remove adodb-for-php4/ directory | |||||
