Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2023-01-29 | feat(PHP8.2): Fix dynamic properties deprecation warnings | Florian Pritz | 5 | -0/+8 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2022-04-10 | Merge remote-tracking branch 'upstream/3.1-stable' into dev | Florian Pritz | 176 | -217/+532 | |
2022-03-03 | [ci skip] Doc updates for 3.1.13 start and changelog entry for #6107 | Andrey Andreev | 1 | -1/+1 | |
2022-03-03 | [ci skip] Merge pull request #6107 from ducng99/patch-1 | Andrey Andreev | 1 | -1/+1 | |
Fix SessionUpdateTimestampHandlerInterface name | |||||
2022-03-02 | [ci skip] Update copyright notices | Andrey Andreev | 170 | -196/+361 | |
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 | 5 | -5/+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-02-01 | Typecast to string | Jamie Burchell | 1 | -5/+1 | |
2022-02-01 | Fix PHP 8.1 deprecation | Jamie Burchell | 1 | -0/+4 | |
2022-02-01 | Merge pull request #6090 from jamieburchell/patch-1 | Andrey Andreev | 1 | -1/+1 | |
Default $final_output to string instead of NULL for PHP 8.1 compatibility | |||||
2022-01-15 | [ci skip] Fix a coding typo from 1a2651040ef701e750b1c13cd69cc70814b079d0 | Andrey Andreev | 1 | -1/+1 | |
2022-01-09 | Merge remote-tracking branch 'upstream/3.1-stable' into dev | Florian Pritz | 30 | -95/+497 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2022-01-08 | [ci skip] Merge pull request #5729 from emrulmax2/patch-1 | Andrey Andreev | 1 | -0/+1 | |
NOT BETWEEN syntax error DB where() issue solved | |||||
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 | [ci skip] Merge pull request #5896 from ytetsuro/patch-3 | Andrey Andreev | 1 | -0/+10 | |
fix too many connection for oracle | |||||
2022-01-05 | Add SameSite cookie support to Session library | Andrey Andreev | 2 | -21/+86 | |
2022-01-05 | Polish changes from PR #6025 | Andrey Andreev | 1 | -17/+22 | |
2022-01-05 | Merge pull request #6025 from gxgpet/develop | Andrey Andreev | 1 | -3/+39 | |
SameSite attribute implementation for CI_Input::set_cookie | |||||
2022-01-05 | Fix some minor PHP 8.1 deprecation warnings | Andrey Andreev | 6 | -12/+11 | |
2022-01-05 | Close #6021: Suppress possible E_DEPRECATION notices about ↵ | Andrey Andreev | 6 | -6/+6 | |
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 | PHP 8.1 update to mysqli database driver | Andrey Andreev | 1 | -0/+7 | |
2021-12-20 | PHP 8.1 update to postgre database driver | Andrey Andreev | 2 | -3/+3 | |
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-12-20 | Merge pull request #6074 from philsturgeon/ci3-php8 | Andrey Andreev | 4 | -4/+23 | |
CodeIgniter 3.0 on PHP 8 | |||||
2021-03-24 | [ci skip] Add SameSite=Strict to CSRF cookie | Andrey Andreev | 1 | -9/+29 | |
2021-03-24 | Merge pull request #6028 from vibbow/patch-1 | George Petculescu | 1 | -1/+1 | |
Update Session.php | |||||
2021-02-21 | PHP8: Merge remote-tracking branch 'upstream/3.1-stable' into dev | Florian Pritz | 150 | -227/+320 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2021-02-04 | [ci skip] Fix is_callable()-reliant logic broken by PHP 8 | Andrey Andreev | 3 | -3/+3 | |
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 | |||||
2021-01-05 | [ci skip] Close #5973 | Andrey Andreev | 1 | -1/+1 | |
2020-07-09 | [ci skip] Correct fix for #5906 | Andrey Andreev | 1 | -1/+1 | |
2020-07-09 | [ci skip] Merge pull request #5970 from sapics/fix/user-guide-url | Andrey Andreev | 145 | -153/+153 | |
Fix user guide url | |||||
2020-03-30 | [ci skip] Merge pull request #5895 from joshkel/pdo-db-close | Andrey Andreev | 1 | -0/+13 | |
Fix database connection leak when closing PDO connection | |||||
2020-03-30 | [ci skip] Merge pull request #5903 from achraf52/patch-2 | Andrey Andreev | 1 | -1/+1 | |
Add HTTP/2.0 server protocol value variation | |||||
2020-03-30 | [ci skip] Fix #5906 | Andrey Andreev | 1 | -12/+3 | |
2020-02-11 | [ci skip] Fix #5901 | Andrey Andreev | 2 | -4/+4 | |
2020-01-28 | [ci skip] Merge pull request #5890 from jerkob/develop | Andrey Andreev | 1 | -0/+12 | |
Adds a public trans_active function to determine transaction state | |||||
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 |