Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2022-03-02 | [ci skip] Update copyright notices | Andrey Andreev | 36 | -49/+80 | |
2022-02-22 | [ci skip] SessionUpdateTimestampHandlerInterface | Andrey Andreev | 10 | -11/+164 | |
2022-02-21 | [ci skip] Merge pull request #6102 from maxiwheat/develop | Andrey Andreev | 1 | -1/+1 | |
Fix method _is_conn() in Ftp library | |||||
2022-02-13 | [ci skip] Merge pull request #6100 from svennd/develop | Andrey Andreev | 1 | -2/+2 | |
profiler.php PHP 8.1 deprecation notice | |||||
2022-02-11 | [ci skip] Merge pull request #6098 from totoprayogo1916/indent-whitespaces | Andrey Andreev | 2 | -2/+2 | |
Minor indentation & whitespace corrections | |||||
2022-02-04 | Fix passing NULL to setcookie value parameter | Jamie Burchell | 1 | -1/+1 | |
Fixes Passing null to parameter #2 ($value) of type string is deprecated | |||||
2022-01-15 | [ci skip] Fix a coding typo from 1a2651040ef701e750b1c13cd69cc70814b079d0 | Andrey Andreev | 1 | -1/+1 | |
2022-01-08 | [ci skip] Attempt to hack SameSite into session_set_cookie_params() pre-PHP7.3 | Andrey Andreev | 1 | -1/+1 | |
2022-01-08 | [ci skip] Actually use the Session wrapper (ref #6078) | Andrey Andreev | 1 | -7/+7 | |
2022-01-08 | [ci skip] Fix CI_Session_driver_interface for PHP 5 (ref #6078) | Andrey Andreev | 1 | -1/+1 | |
2022-01-07 | [ci skip] Fix #6083 | Andrey Andreev | 1 | -1/+1 | |
2022-01-05 | Add SameSite cookie support to Session library | Andrey Andreev | 2 | -21/+86 | |
2022-01-05 | Fix some minor PHP 8.1 deprecation warnings | Andrey Andreev | 3 | -7/+7 | |
2022-01-05 | Close #6021: Suppress possible E_DEPRECATION notices about ↵ | Andrey Andreev | 4 | -4/+4 | |
mbstring.func_overload | |||||
2022-01-05 | PHP 8.1 compatibility for sessions (ref #6078) | Andrey Andreev | 10 | -33/+273 | |
2021-12-20 | Remove usage of deprecated strftime(), gmstrftime() | Andrey Andreev | 1 | -1/+1 | |
2021-12-20 | ftp_connect() returns an FTP\Connection object instead of resource in PHP 8.1 | Andrey Andreev | 1 | -1/+1 | |
2021-12-20 | finfo_open() returns an finfo object instead of resource in PHP 8.1 | Andrey Andreev | 1 | -1/+1 | |
2021-03-24 | Merge pull request #6028 from vibbow/patch-1 | George Petculescu | 1 | -1/+1 | |
Update Session.php | |||||
2021-02-04 | [ci skip] Fix is_callable()-reliant logic broken by PHP 8 | Andrey Andreev | 2 | -2/+2 | |
Close #6006, #6007 | |||||
2021-02-04 | [ci skip] Remove a comment made obsolete by PR #6013 | Andrey Andreev | 1 | -2/+0 | |
2021-02-04 | [ci skip] Merge pull request #6013 from 1stwebdesigns/new_branch | Andrey Andreev | 1 | -1/+1 | |
Fix Flashdata time comparison for PHP 8 | |||||
2020-07-09 | [ci skip] Merge pull request #5970 from sapics/fix/user-guide-url | Andrey Andreev | 29 | -34/+34 | |
Fix user guide url | |||||
2020-01-28 | [ci skip] Merge pull request #5882 from adevesa/webp-permission | Andrey Andreev | 1 | -2/+2 | |
image/webp upload type | |||||
2020-01-28 | [ci skip] Add comment about PR #5893 changes | Andrey Andreev | 1 | -1/+2 | |
2020-01-28 | Merge pull request #5893 from aitorres/develop | Lonnie Ezell | 1 | -2/+2 | |
ZIP Library Memory Optimization | |||||
2020-01-27 | [ci skip] Fix #5879 | Andrey Andreev | 1 | -3/+3 | |
2019-11-01 | [ci skip] Merge pull request #5861 from nebkat/patch-1 | Andrey Andreev | 1 | -1/+1 | |
cache: redis: Check version of redis not phpredis | |||||
2019-10-21 | [ci skip] Fix #5857 | Andrey Andreev | 1 | -0/+4 | |
2019-10-10 | fix static field name | Claudio Galdiolo | 1 | -1/+1 | |
field with name $_delete_name already defined, use $_sRemove_name | |||||
2019-10-08 | Merge pull request #5842 from sapics/chore/fix-indent | Andrey Andreev | 4 | -18/+18 | |
Fix indentation / clear whitespace | |||||
2019-10-08 | [ci skip] Fix #5840 | Andrey Andreev | 1 | -5/+22 | |
2019-09-18 | [ci skip] Update Cache library Redis driver to work with phpRedis 5, ↵ | Andrey Andreev | 1 | -1/+12 | |
similarly to PR #5816 (also add changelog entry) | |||||
2019-09-05 | [ci skip] Remove a few leftover trailing spaces from PR #5816 | Andrey Andreev | 1 | -5/+5 | |
2019-09-05 | [ci skip] Merge pull request #5816 from mchobbylong/adapt-php-redis | Andrey Andreev | 1 | -7/+48 | |
Adapt to new version of php-redis | |||||
2019-09-05 | [ci skip] Merge pull request #5828 from mchobbylong/alter-php5-validate-id | Andrey Andreev | 1 | -1/+1 | |
Alter php5_validate_id() | |||||
2019-06-23 | [ci skip] Merge pull request #5783 from gxgpet/develop | Andrey Andreev | 1 | -2/+4 | |
Session files driver to return the failure status code instead of Exception throwing | |||||
2019-06-19 | [ci skip] Merge pull request #5781 from gxgpet/develop | Andrey Andreev | 1 | -2/+1 | |
Fixes php5_validate_id() method calling from Redis session driver | |||||
2019-05-11 | [ci skip] Merge pull request #5753 from exussum12/fixIncrRedis | Andrey Andreev | 1 | -2/+2 | |
Fix increment / decrement in redis | |||||
2019-05-11 | [ci skip] Merge pull request #5752 from exussum12/alternativeRedisFix | Andrey Andreev | 1 | -12/+3 | |
Alterntive redis fix | |||||
2019-05-10 | Update Cache_redis.php | Scott Dutton | 1 | -1/+1 | |
2019-05-10 | [ci skip] Fix #5755 | Andrey Andreev | 1 | -0/+7 | |
2019-05-08 | Fix increment / decrement | Scott Dutton | 1 | -3/+3 | |
also fixed a value incorrectly returned docblock says array but bool returned | |||||
2019-05-08 | Alterntive redis fix | Scott Dutton | 1 | -12/+3 | |
2019-04-23 | [ci skip] Fix #5703 | Andrey Andreev | 4 | -83/+61 | |
2019-03-16 | [ci skip] Merge pull request #5708 from mchobbylong/develop | Andrey Andreev | 1 | -5/+7 | |
Resolve race condition in redis driven session key get_lock | |||||
2019-01-04 | Merge pull request #5659 from aanbar/validation_reset_data | Andrey Andreev | 1 | -1/+1 | |
Fix #5605 | |||||
2019-01-02 | Merge pull request #5662 from jim-parry/copyright2019 | Instructor, BCIT | 38 | -110/+110 | |
Update copyright date to 2019 | |||||
2018-12-17 | [ci skip] Merge pull request #5651 from pawelkg/develop | Andrey Andreev | 1 | -1/+1 | |
Test if cache file is writable before unlink it | |||||
2018-08-22 | [ci skip] Fix #5571 | Andrey Andreev | 1 | -1/+1 | |