summaryrefslogtreecommitdiff
path: root/session
AgeCommit message (Collapse)AuthorFilesLines
2020-01-12Fix descr tag in session schema XML (#595)peterdd2-2/+2
2019-11-12Codespell assisted typo cleaningJean-Michel Vourgère6-12/+12
2019-04-11Merge branch 'hotfix/5.20'Damien Regad2-7/+0
2019-04-11Remove unnecessary srand() callsLucian Sirbu2-7/+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 Regad5-5/+0
2019-01-11Remove session_module_name('user') callsMatt Simpson5-5/+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 Regad14-14/+14
2018-08-06Merge branch 'hotfix/5.20' (v5.20.13)Damien Regad3-3/+3
# 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-06Reset version to avoid merge conflictsDamien Regad14-14/+14
2018-08-06Bump version to 5.20.13v5.20.13Damien Regad14-14/+14
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-08-05PHP7.2: string parameters for `assert` are deprecatedNicolas Dermine2-8/+8
in favor of booleans see http://php.net/manual/en/migration72.deprecated.php#migration72.deprecated.assert-string-arg
2018-07-23Junk character in change file see #395Mark Newnham1-1/+1
The file for commit had an extended character introduced, clean up before pull
2018-03-30Bump version to 5.20.12v5.20.12Damien Regad14-14/+14
2018-03-30Bump version to 5.20.11v5.20.11Damien Regad14-14/+14
2018-03-08Bump version to 5.20.10v5.20.10Damien Regad14-14/+14
2018-02-18Fix syntaxRyan Bonham1-5/+4
2018-02-18Initial attempt at PDO supportRyan Bonham1-15/+31
2016-12-21Bump version to 5.20.9v5.20.9Damien Regad14-14/+14
2016-12-17Bump version to 5.20.8v5.20.8Damien Regad14-14/+14
2016-09-20Bump version to 5.20.7v5.20.7Damien Regad14-14/+14
2016-09-20Update changelogDamien Regad14-14/+14
2016-08-31Bump version to 5.20.6v5.20.6Damien Regad14-14/+14
2016-08-18Driver defaults to mysql, which is no longer validMark Newnham1-1/+1
If a driver name is not supplied, the default driver name 'mysql' is used. This driver has been superseded by 'mysqli'. The code has been changed to reflect this. See #264
2016-08-10Bump version to 5.20.5v5.20.5Damien Regad14-14/+14
2016-03-30Bump version to 5.20.4Damien Regad14-14/+14
2016-01-08Adding the httponly flagFalk Huber2-4/+4
2016-01-02Update version 5.21.0-dev release year to 2016Damien Regad14-14/+14
2016-01-01Bump version to 5.20.3v5.20.3Damien Regad14-14/+14
2015-12-27Update version to avoid merge conflictsDamien Regad14-14/+14
2015-12-27Bump version to 5.20.2v5.20.2Damien Regad14-14/+14
2015-12-06Bump version to 5.20.1v5.20.1Damien Regad14-14/+14
2015-11-28Bump version to 5.21devDamien Regad14-14/+14
2015-11-28Bump version to 5.20.0v5.20.0Damien Regad14-14/+14
2015-11-26Adjust header comment blocksDamien Regad14-14/+42
- running SED script - manual adjustments for files not processed by regex
2015-08-11Fix#139: Remove PHP 4 ConstructorsValentin Sheyretski3-3/+3
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-09-26adodb-session2.php open method fails when it shouldn'tSjan Evardsson1-0/+2
Set value of $ok variable to true when ADONewConnection call works on line 566. resolves #42, PR #44 Signed-off-by: Damien Regad <dregad@mantisbt.org>
2014-04-30Bump version to 5.20devDamien Regad14-14/+14
2014-04-23Bump version to 5.19v5.19Damien Regad14-14/+14
2014-02-24Remove closing php tagDamien Regad17-30/+0
http://php.net/manual/en/language.basic-syntax.phptags.php
2014-01-21Bump version to 5.19devDamien Regad14-14/+14
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 Regad23-0/+4087
- Move all files in adodb5/ to root - Remove adodb-for-php4/ directory