| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2022-03-30 | memcache: use default port in server controller template | Damien Regad | 1 | -1/+1 | |
| Fixes #824 | |||||
| 2022-03-30 | Remove unnecessary ternary operator | Damien Regad | 1 | -1/+1 | |
| 2022-03-30 | Remove references to 'key' option | Damien Regad | 1 | -3/+1 | |
| This was introduced in f24142da4e2237e39c9a98d6de0b3665fcf95db9 (#676). It is part of a future improvement to the Memcache library, that should not have been merged into the 5.22 release [1]. [1]: https://github.com/ADOdb/ADOdb/pull/816#issuecomment-1076967876 | |||||
| 2022-03-30 | Fix $memCacheCompress option ignored by memcached | Damien Regad | 1 | -4/+2 | |
| - Use assignment instead of comparison operator - Allow disabling compression Fixes #823 | |||||
| 2022-03-30 | Refactor: add new isLibMemcached() method | Damien Regad | 1 | -16/+24 | |
| 2022-03-30 | Memcached connection never adds server controllers | Damien Regad | 1 | -8/+5 | |
| When connecting to Memcached, the code checks for existing connections and uses that if present. Problem is that getServerList() returns an empty array when there are none, so the is_array() test is always true and connect() returned true without ever adding the configured server controllers. Fixes #807 | |||||
| 2022-03-30 | memcache: fix server controllers initialization | Damien Regad | 1 | -2/+1 | |
| Flawed logic caused the $serverControllers property to be set with an incorrect structure when using the "new" memCacheHost format ('host' would contain an array instead of the hostname/ip), leading to a PHP Fatal error when adding the server: Uncaught TypeError: Memcached::addServer(): Argument 1 ($host) must be of type string, array given Fixes #807 | |||||
| 2022-03-30 | Fix PHPStorm warnings | Damien Regad | 1 | -9/+13 | |
| 2022-03-30 | Remove duplicate/unused $memCacheLibrary property | Damien Regad | 1 | -7/+3 | |
| Both $memcacheLibrary and $memCacheLibrary properties were declared, but only the former was being used. | |||||
| 2022-03-30 | PHPDoc | Damien Regad | 1 | -55/+57 | |
| 2022-03-30 | Whitespace, coding guidelines | Damien Regad | 1 | -209/+184 | |
| 2022-02-06 | Fixed QA request of #676 for invalid call to library | Mark Newnham | 1 | -1/+1 | |
| 2022-01-04 | Memcache library does not initialize correctly, see #788 | Mark Newnham | 1 | -6/+8 | |
| The library does not initialize correctly when the object is created as a class variable. Initializing it to a local variable then assigning to a class variable once connected resolves the issue. | |||||
| 2021-08-17 | Redo Merge branch 'hotfix/5.21' Standardized file headers | Damien Regad | 1 | -16/+19 | |
| 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 | -158/+388 | |
| 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 | -31/+19 | |
| 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 | |
| 2020-12-19 | adodb.org is now served over SSL | Damien Regad | 1 | -1/+1 | |
| Change web site references from http://adodb.org to https. | |||||
| 2018-08-06 | Merge branch 'hotfix/5.20' (v5.20.13) | Damien Regad | 1 | -1/+1 | |
| # Conflicts: # adodb-time.inc.php # docs/changelog.md # drivers/adodb-mssql.inc.php # drivers/adodb-mssqlnative.inc.php # drivers/adodb-oci8po.inc.php | |||||
| 2018-08-06 | Reset version to avoid merge conflicts | Damien Regad | 1 | -1/+1 | |
| 2018-08-06 | Bump version to 5.20.13v5.20.13 | Damien Regad | 1 | -1/+1 | |
| 2018-08-06 | Replace adodb.sourceforge.net URLs by adodb.org | Damien Regad | 1 | -1/+1 | |
| 2018-03-30 | Bump version to 5.20.12v5.20.12 | Damien Regad | 1 | -1/+1 | |
| 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 | |
| 2017-11-26 | Add support for memcached PECL library | Curt Rebelein, Junior | 1 | -11/+41 | |
| https://pecl.php.net/package/memcached Fixes #322 | |||||
| 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-08-11 | Fix#139: Remove PHP 4 Constructors | Valentin Sheyretski | 1 | -1/+1 | |
| This is the original commit from @valioz, rebased on latest master Signed-off-by: Damien Regad <dregad@mantisbt.org> Conflicts: drivers/adodb-db2ora.inc.php drivers/adodb-mssqlpo.inc.php drivers/adodb-odbc_oracle.inc.php | |||||
| 2014-04-30 | memcache: include_once() to avoid error with PHPUnit | Damien Regad | 1 | -1/+1 | |
| PHPUnit 4.x+ used in conjunction with ADOdb memcache library causes a 'cannot redeclare _rs2serialize' error when including adodb-csv.inc.php. http://phplens.com/lens/lensforum/msgs.php?id=19489 | |||||
| 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 | |||||
