summaryrefslogtreecommitdiff
path: root/replicate
AgeCommit message (Collapse)AuthorFilesLines
2022-01-08Deprecate Database Replication add-on (#780)Damien Regad1-0/+2
2021-08-17Redo Merge branch 'hotfix/5.21' Standardized file headersDamien Regad3-51/+86
Try to do it right this time... # Conflicts: # adodb-memcache.lib.inc.php Fixes #751
2021-08-17Revert changes since Standardized file headers mergeDamien Regad3-86/+51
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-14Standard file header: /replicateDamien Regad3-51/+86
2021-03-11PHPDoc and camelCase for newDataDictionaryDamien Regad1-2/+2
2017-11-25Replace each() with foreach for PHP7.2 compatibilityMarina Glancy1-2/+1
2015-08-11Fix#139: Remove PHP 4 ConstructorsValentin Sheyretski1-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-02-24Remove closing php tagDamien Regad3-4/+0
http://php.net/manual/en/language.basic-syntax.phptags.php
2013-08-05Reorg: ADOdb5 (master) branchDamien Regad3-0/+1743
- Move all files in adodb5/ to root - Remove adodb-for-php4/ directory