summaryrefslogtreecommitdiffstats
path: root/system
AgeCommit message (Collapse)AuthorFilesLines
2022-01-05Merge pull request #6025 from gxgpet/developAndrey Andreev1-3/+39
SameSite attribute implementation for CI_Input::set_cookie
2022-01-05Merge branch '3.1-stable' into developAndrey Andreev25-47/+328
2022-01-05Fix some minor PHP 8.1 deprecation warningsAndrey Andreev6-12/+11
2022-01-05Close #6021: Suppress possible E_DEPRECATION notices about ↵Andrey Andreev6-6/+6
mbstring.func_overload
2022-01-05PHP 8.1 compatibility for sessions (ref #6078)Andrey Andreev10-33/+273
2021-12-20Remove usage of deprecated strftime(), gmstrftime()Andrey Andreev1-1/+1
2021-12-20PHP 8.1 update to mysqli database driverAndrey Andreev1-0/+7
2021-12-20PHP 8.1 update to postgre database driverAndrey Andreev2-3/+3
2021-12-20ftp_connect() returns an FTP\Connection object instead of resource in PHP 8.1Andrey Andreev1-1/+1
2021-12-20finfo_open() returns an finfo object instead of resource in PHP 8.1Andrey Andreev1-1/+1
2021-12-20Merge pull request #6074 from philsturgeon/ci3-php8Andrey Andreev4-4/+23
CodeIgniter 3.0 on PHP 8
2021-11-17Merge branch 'php80-patch1' of https://github.com/sapics/CodeIgniter into ↵Phil Sturgeon3-2/+9
ci3-php8
2021-10-04Fixes CREATE TABLE IF NOT EXISTS on pdo_pgsql_forge; checking for dummy data ↵George Petculescu1-0/+7
DB operations result returns
2021-10-04Adds PHP 8 in TravisGeorge Petculescu1-2/+7
2021-04-02Switching to setcookie for PHP >= 7.3George Petculescu1-5/+20
2021-04-01Rewording log_message() messageGeorge Petculescu1-1/+1
2021-04-01Space after ! opGeorge Petculescu1-1/+1
2021-03-24[ci skip] Add SameSite=Strict to CSRF cookieAndrey Andreev1-9/+29
2021-03-24Merge pull request #6028 from vibbow/patch-1George Petculescu1-1/+1
Update Session.php
2021-03-14Dropping the possibility that samesite cookie attribute won't be sent; ↵George Petculescu1-8/+10
defaults to Lax; all samesite values are ucfirst'ed; log for SameSite=None non-secure cookies
2021-03-10Update Session.phpvibbow1-1/+1
Fix PHPDoc
2021-03-01Fixes "expires" cookie attribute bugGeorge Petculescu1-1/+1
2021-02-28Initial implementation of samesite for CI_Input::set_cookieGeorge Petculescu1-3/+22
2021-02-04[ci skip] Add 'img_class' option to CAPTCHA helperAndrey Andreev1-1/+5
Close #5999
2021-02-04Merge branch '3.1-stable' into developAndrey Andreev3-3/+3
2021-02-04[ci skip] Fix is_callable()-reliant logic broken by PHP 8Andrey Andreev3-3/+3
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
2021-02-04[ci skip] Remove a comment made obsolete by PR #6013Andrey Andreev1-2/+0
2021-01-16Fix error in pdo/pgsql for php8.0sapics2-1/+9
From PHP8.0, default PDO::ATTR_ERRMODE is changed from PDO::ERRMODE_SILENT to PDO::ERRMODE_EXCEPTION. Reference: https://wiki.php.net/rfc/pdo_default_errmode
2021-01-16Fix error in core/Output.php for php8.0sapics1-2/+6
Fix error in array_shift array_map('array_shift', $this->headers) causes error as array_shift(): Argument bcit-ci#1 ($array) must be passed by reference, value given
2021-01-15Fix Flashdata time comparison for PHP 81st WebDesigns1-1/+1
2021-01-05[ci skip] Close #5973Andrey Andreev1-1/+1
2021-01-05[ci skip] Close #5973Andrey Andreev1-1/+1
2021-01-05[ci skip] Add TLS support for Session library Redis connection strings ↵Andrey Andreev1-1/+1
(related: issue #5982, PR #5983)
2020-07-09Merge branch '3.1-stable' into developAndrey Andreev2-16/+7
2020-07-09[ci skip] Correct fix for #5906Andrey Andreev1-1/+1
2020-07-09[ci skip] Merge pull request #5970 from sapics/fix/user-guide-urlAndrey Andreev145-153/+153
Fix user guide url
2020-06-24Fix user guide urlsapics135-140/+140
Replace from https://codeigniter.com/user_guide/* to https://codeigniter.com/userguide3/*
2020-04-02Fixed issue with creating a resource from png using Image_libDiego1-2/+3
2020-03-30[ci skip] Merge pull request #5895 from joshkel/pdo-db-closeAndrey Andreev1-0/+13
Fix database connection leak when closing PDO connection
2020-03-30[ci skip] Merge pull request #5895 from joshkel/pdo-db-closeAndrey Andreev1-0/+13
Fix database connection leak when closing PDO connection
2020-03-30[ci skip] Merge pull request #5903 from achraf52/patch-2Andrey Andreev1-1/+1
Add HTTP/2.0 server protocol value variation
2020-03-30[ci skip] Fix #5906Andrey Andreev1-12/+3
2020-02-11[ci skip] Fix #5901Andrey Andreev2-4/+4
2020-02-10Add server protocol value variationAchraf Almouloudi1-1/+1
In some Apache servers running the HTTP/2 protocol, calling "$_SERVER['SERVER_PROTOCOL']" may return "HTTP/2.0" instead, thus causing CodeIgniter to (incorrectly) determine the output header protocol to use. This commit adds the different variation to fix that.
2020-01-28[ci skip] Merge pull request #5890 from jerkob/developAndrey Andreev1-0/+12
Adds a public trans_active function to determine transaction state
2020-01-28[ci skip] Merge pull request #5890 from jerkob/developAndrey Andreev1-0/+12
Adds a public trans_active function to determine transaction state
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] Merge pull request #5882 from adevesa/webp-permissionAndrey Andreev1-2/+2
image/webp upload type