summaryrefslogtreecommitdiffstats
path: root/system/libraries
AgeCommit message (Collapse)AuthorFilesLines
2021-02-21PHP8: Merge remote-tracking branch 'upstream/3.1-stable' into devFlorian Pritz34-69/+89
Signed-off-by: Florian Pritz <bluewind@xinu.at>
2021-02-04[ci skip] Fix is_callable()-reliant logic broken by PHP 8Andrey Andreev2-2/+2
Close #6006, #6007
2021-02-04[ci skip] Remove a comment made obsolete by PR #6013Andrey Andreev1-2/+0
2021-02-04[ci skip] Merge pull request #6013 from 1stwebdesigns/new_branchAndrey Andreev1-1/+1
Fix Flashdata time comparison for PHP 8
2020-07-09[ci skip] Merge pull request #5970 from sapics/fix/user-guide-urlAndrey Andreev29-34/+34
Fix user guide url
2020-01-28[ci skip] Merge pull request #5882 from adevesa/webp-permissionAndrey Andreev1-2/+2
image/webp upload type
2020-01-28[ci skip] Add comment about PR #5893 changesAndrey Andreev1-1/+2
2020-01-28Merge pull request #5893 from aitorres/developLonnie Ezell1-2/+2
ZIP Library Memory Optimization
2020-01-27[ci skip] Fix #5879Andrey Andreev1-3/+3
2019-11-01[ci skip] Merge pull request #5861 from nebkat/patch-1Andrey Andreev1-1/+1
cache: redis: Check version of redis not phpredis
2019-10-21[ci skip] Fix #5857Andrey Andreev1-0/+4
2019-10-10fix static field nameClaudio Galdiolo1-1/+1
field with name $_delete_name already defined, use $_sRemove_name
2019-10-08Merge pull request #5842 from sapics/chore/fix-indentAndrey Andreev4-18/+18
Fix indentation / clear whitespace
2019-10-08[ci skip] Fix #5840Andrey Andreev1-5/+22
2019-09-27Merge tag '3.1.11' of git://github.com/bcit-ci/CodeIgniter into devFlorian Pritz7-114/+145
Signed-off-by: Florian Pritz <bluewind@xinu.at>
2019-09-18[ci skip] Update Cache library Redis driver to work with phpRedis 5, ↵Andrey Andreev1-1/+12
similarly to PR #5816 (also add changelog entry)
2019-09-05[ci skip] Remove a few leftover trailing spaces from PR #5816Andrey Andreev1-5/+5
2019-09-05[ci skip] Merge pull request #5816 from mchobbylong/adapt-php-redisAndrey Andreev1-7/+48
Adapt to new version of php-redis
2019-09-05[ci skip] Merge pull request #5828 from mchobbylong/alter-php5-validate-idAndrey Andreev1-1/+1
Alter php5_validate_id()
2019-06-23[ci skip] Merge pull request #5783 from gxgpet/developAndrey Andreev1-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/developAndrey Andreev1-2/+1
Fixes php5_validate_id() method calling from Redis session driver
2019-05-11[ci skip] Merge pull request #5753 from exussum12/fixIncrRedisAndrey Andreev1-2/+2
Fix increment / decrement in redis
2019-05-11[ci skip] Merge pull request #5752 from exussum12/alternativeRedisFixAndrey Andreev1-12/+3
Alterntive redis fix
2019-05-10Update Cache_redis.phpScott Dutton1-1/+1
2019-05-10[ci skip] Fix #5755Andrey Andreev1-0/+7
2019-05-08Fix increment / decrementScott Dutton1-3/+3
also fixed a value incorrectly returned docblock says array but bool returned
2019-05-08Alterntive redis fixScott Dutton1-12/+3
2019-04-23[ci skip] Fix #5703Andrey Andreev4-83/+61
2019-03-16[ci skip] Merge pull request #5708 from mchobbylong/developAndrey Andreev1-5/+7
Resolve race condition in redis driven session key get_lock
2019-01-28Merge tag '3.1.10' of git://github.com/bcit-ci/CodeIgniter into devFlorian Pritz38-121/+123
Signed-off-by: Florian Pritz <bluewind@xinu.at>
2019-01-04Merge pull request #5659 from aanbar/validation_reset_dataAndrey Andreev1-1/+1
Fix #5605
2019-01-02Merge pull request #5662 from jim-parry/copyright2019Instructor, BCIT38-110/+110
Update copyright date to 2019
2018-12-17[ci skip] Merge pull request #5651 from pawelkg/developAndrey Andreev1-1/+1
Test if cache file is writable before unlink it
2018-08-22[ci skip] Fix #5571Andrey Andreev1-1/+1
2018-08-22[ci skip] Changelog entry for #5545, PR #5563Andrey Andreev1-1/+1
2018-08-07fix #5545Michiel Vugteveen5-6/+8
2018-06-15[ci skip] Fix #5526Andrey Andreev1-1/+1
2018-06-14Merge tag '3.1.9' of git://github.com/bcit-ci/CodeIgniter into devFlorian Pritz8-4/+114
Signed-off-by: Florian Pritz <bluewind@xinu.at>
2018-06-12[ci skip] Prepare 3.1.9 releaseAndrey Andreev5-0/+98
2018-06-12Merge pull request #5510 from johndekroon/developAndrey Andreev2-3/+15
Only use the output of idn_to_ascii() if it worked properly
2018-05-01[ci skip] Close #5487Andrey Andreev1-1/+1
2018-03-23Merge tag 'ci-upstream/3.1.8' into devFlorian Pritz4-6/+21
Signed-off-by: Florian Pritz <bluewind@xinu.at>
2018-03-20Merge tag 'ci-upstream/3.1.7' into devFlorian Pritz38-150/+173
Signed-off-by: Florian Pritz <bluewind@xinu.at>
2018-03-10[ci skip] Merge pull request #5434 from xims/patch-3Andrey Andreev1-1/+4
Update Image_lib to avoid setting file permissions when not needed
2018-02-28[ci skip] Fix #5425Andrey Andreev1-1/+1
2018-01-27[ci skip] Apply the INTL_IDNA_VARIANT_UTS46 fix to ↵Andrey Andreev1-1/+1
CI_Email::_validate_email_for_shell()
2018-01-22[ci skip] If possible, always negotiate for TLS 1.0, TLS 1.1, TLS 1.2 for ↵Andrey Andreev1-1/+13
SMTP connections in CI_Email
2018-01-22Fix a bug where INTL_IDNA_VARIANT_UTS46 was used while undeclaredAndrey Andreev2-2/+2
The constant was introduced in PHP 5.4, and is documented that way, but it actually depends on PHP being linked to ICU 4.6+, while the minimum requirement for compilation is 4.0 ... When this happens on PHP 7.2, an E_DEPRECATED notice will be emitted; there's currently a discussion on php-internals to resolve that issue.
2018-01-12[ci skip] Merge pull request #5379 from tianhe1986/develop_session_memcachedAndrey Andreev1-0/+2
Fix of Session_memcached_driver::_get_lock
2018-01-09[ci skip] Merge pull request #5376 from jim-parry/copyright-updateAndrey Andreev38-76/+76
Annual copyright update Conflicts resolved: system/libraries/Cache/drivers/Cache_apcu.php