summaryrefslogtreecommitdiff
path: root/session/old
AgeCommit message (Collapse)AuthorFilesLines
2021-08-17Redo Merge branch 'hotfix/5.21' Standardized file headersDamien Regad4-46/+96
Try to do it right this time... # Conflicts: # adodb-memcache.lib.inc.php Fixes #751
2021-08-17Reset version to avoid merge conflictsDamien Regad3-3/+3
Fixes #751
2021-08-17Revert changes since Standardized file headers mergeDamien Regad4-96/+46
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: /sessionDamien Regad4-46/+96
2021-03-08Bump version to 5.21.1-devDamien Regad3-3/+3
2021-02-27Bump version to 5.21.0v5.21.0Damien Regad3-3/+3
2021-02-02Bump version to 5.21.0-rc.1v5.21.0-rc.1Damien Regad3-3/+3
2020-12-20Bump version to 5.21.0-beta.1v5.21.0-beta.1Damien Regad3-3/+3
2020-12-19adodb.org is now served over SSLDamien Regad3-3/+3
Change web site references from http://adodb.org to https.
2020-12-06Removed references to phplens.com, see #564Mark Newnham1-1/+1
2019-11-12Codespell assisted typo cleaningJean-Michel Vourgère3-3/+3
2019-04-11Merge branch 'hotfix/5.20'Damien Regad1-2/+0
2019-04-11Remove unnecessary srand() callsLucian Sirbu1-2/+0
srand() should not be called manually, unless one has a better way to initialise the already-initialised random seed. The way the current srand() call is made is buggy, and will lead to duplicate random seeds if called often enough. Because the current call will lose the timestamp part, and will only use the first 6 chars from the current microsecond, but the system might not have a high-enough timer resolution, so the actual pool of random seeds gets even smaller. Fixes #532 Signed-off-by: Damien Regad <dregad@mantisbt.org>
2019-01-11Merge branch 'hotfix/5.20'Damien Regad3-3/+0
2019-01-11Remove session_module_name('user') callsMatt Simpson3-3/+0
These calls throw an error on PHP >= 7.2 "session_module_name(): Cannot set 'user' save handler by ini_set() or session_module_name()". They were previously silently ignored, but as per PHP documentation [1], since PHP 7.2.0 it is explicitly forbidden to set the module name to "user" so this commit removes the function calls from session-related files. Fixes #449 [1] http://php.net/session_module_name Improved commit message. Signed-off-by: Damien Regad <dregad@mantisbt.org>
2019-01-06Bump version to 5.20.14v5.20.14Damien Regad3-3/+3
2018-08-06Reset version to avoid merge conflictsDamien Regad3-3/+3
2018-08-06Bump version to 5.20.13v5.20.13Damien Regad3-3/+3
2018-08-06Standardize "latest version" commentsDamien Regad3-3/+3
2018-08-06Fix 404 errors following peterdd's reviewDamien Regad3-3/+3
2018-08-06Fix or remove references to php.weblogs.com (#443)Damien Regad3-3/+3
2018-03-30Bump version to 5.20.12v5.20.12Damien Regad3-3/+3
2018-03-30Bump version to 5.20.11v5.20.11Damien Regad3-3/+3
2018-03-08Bump version to 5.20.10v5.20.10Damien Regad3-3/+3
2016-12-21Bump version to 5.20.9v5.20.9Damien Regad3-3/+3
2016-12-17Bump version to 5.20.8v5.20.8Damien Regad3-3/+3
2016-09-20Bump version to 5.20.7v5.20.7Damien Regad3-3/+3
2016-09-20Update changelogDamien Regad3-3/+3
2016-08-31Bump version to 5.20.6v5.20.6Damien Regad3-3/+3
2016-08-10Bump version to 5.20.5v5.20.5Damien Regad3-3/+3
2016-03-30Bump version to 5.20.4Damien Regad3-3/+3
2016-01-01Bump version to 5.20.3v5.20.3Damien Regad3-3/+3
2015-12-27Bump version to 5.20.2v5.20.2Damien Regad3-3/+3
2015-12-06Bump version to 5.20.1v5.20.1Damien Regad3-3/+3
2015-11-28Bump version to 5.20.0v5.20.0Damien Regad3-3/+3
2015-11-26Adjust header comment blocksDamien Regad3-3/+9
- running SED script - manual adjustments for files not processed by regex
2014-04-30Bump version to 5.20devDamien Regad3-3/+3
2014-04-23Bump version to 5.19v5.19Damien Regad3-3/+3
2014-02-24Remove closing php tagDamien Regad4-6/+0
http://php.net/manual/en/language.basic-syntax.phptags.php
2014-01-21Bump version to 5.19devDamien Regad3-3/+3
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-05Reorg: ADOdb5 (master) branchDamien Regad4-0/+1275
- Move all files in adodb5/ to root - Remove adodb-for-php4/ directory