summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2022-11-10Adapt unit tests so as not to fail with PHPUnit 8.5tenzap1-3/+3
When the phpunit tests are run with phpunit 8.5, they will fail because the test would call assertMatchesRegularExpression which doesn't exists in that version. So check the existence of the method instead of checking the class 'PHPUnit_Runner_Version'.
2022-11-06Merge pull request #6150 from orionstar/developGeorge Petculescu3-6/+6
fixes #6149 + removing deprecated variable variables in general
2022-07-24fixes #6149László Bóra3-6/+6
remove deprecated variable variables / string interpolation in variable names
2022-06-27Merge pull request #6140 from Mouerr/developGeorge Petculescu2-3/+4
Bug Fix: [cookie_helper.php] set_cookie was missing sameSite argument
2022-06-26Fixes #6141George Petculescu1-1/+1
2022-06-21Bug Fix: [cookie_helper.php] set_cookie was missing sameSite argumentMouad Err2-3/+4
2022-03-03Merge branch '3.1-stable' into developAndrey Andreev5-2/+28
2022-03-03[ci skip] Doc updates for 3.1.13 start and changelog entry for #6107Andrey Andreev6-4/+31
2022-03-03[ci skip] Remove epub-related stuff from build-release scriptAndrey Andreev1-1/+1
2022-03-03[ci skip] Merge pull request #6107 from ducng99/patch-1Andrey Andreev1-1/+1
Fix SessionUpdateTimestampHandlerInterface name
2022-03-03[ci skip] Merge pull request #6107 from ducng99/patch-1Andrey Andreev1-1/+1
Fix SessionUpdateTimestampHandlerInterface name
2022-03-03Fix SessionUpdateTimestampHandlerInterface nameThomas Nguyen1-1/+1
2022-03-03Merge branch '3.1-stable' into developAndrey Andreev172-193/+492
2022-03-02[ci skip] Misc. maintenanceAndrey Andreev2-15/+5
2022-03-02[ci skip] Update copyright noticesAndrey Andreev173-201/+366
2022-03-02[ci skip] Fix #6103Andrey Andreev1-1/+1
2022-02-22[ci skip] SessionUpdateTimestampHandlerInterfaceAndrey Andreev10-11/+164
2022-02-21[ci skip] Merge pull request #6102 from maxiwheat/developAndrey Andreev1-1/+1
Fix method _is_conn() in Ftp library
2022-02-21[ci skip] Merge pull request #6102 from maxiwheat/developAndrey Andreev1-1/+1
Fix method _is_conn() in Ftp library
2022-02-17Fix method _is_conn() in Ftp library, was returning incorrect result for ↵Philippe Meunier1-1/+1
valid connection making it impossible to use FTP
2022-02-13[ci skip] Merge pull request #6100 from svennd/developAndrey Andreev1-2/+2
profiler.php PHP 8.1 deprecation notice
2022-02-13[ci skip] Merge pull request #6100 from svennd/developAndrey Andreev1-2/+2
profiler.php PHP 8.1 deprecation notice
2022-02-12feedback from narfbgSvennd1-2/+2
2022-02-11required spaces around castSvennd1-2/+2
2022-02-11Merge branch '3.1-stable' into developAndrey Andreev3-2/+2
2022-02-11[ci skip] chmod -x index.php (fix #6101)Andrey Andreev1-0/+0
2022-02-11[ci skip] Merge pull request #6098 from totoprayogo1916/indent-whitespacesAndrey Andreev5-5/+2
Minor indentation & whitespace corrections
2022-02-11[ci skip] Merge pull request #6098 from totoprayogo1916/indent-whitespacesAndrey Andreev6-6/+2
Minor indentation & whitespace corrections
2022-02-11whitespacesToto Prayogo6-6/+2
2022-02-11[ci skip] Merge pull request #6096 from jamieburchell/patch-1Andrey Andreev1-1/+1
Fix passing NULL to setcookie() value parameter triggering a PHP 8.1 deprecation notice
2022-02-10Update Profiler.phpSvennd1-2/+2
fix it with string casting instead, based on feedback of jamieburchell :) thanks !
2022-02-09Update Profiler.phpSvennd1-1/+1
check for null value on $val
2022-02-04Fix passing NULL to setcookie value parameterJamie Burchell1-1/+1
Fixes Passing null to parameter #2 ($value) of type string is deprecated
2022-02-03Merge pull request #6092 from jamieburchell/patch-2Andrey Andreev1-1/+1
Fix PHP 8.1 deprecation in DB_utility.php
2022-02-01Typecast to stringJamie Burchell1-5/+1
2022-02-01Fix PHP 8.1 deprecationJamie Burchell1-0/+4
2022-02-01Merge pull request #6090 from jamieburchell/patch-1Andrey Andreev1-1/+1
Default $final_output to string instead of NULL for PHP 8.1 compatibility
2022-02-01Merge pull request #6090 from jamieburchell/patch-1Andrey Andreev1-1/+1
Default $final_output to string instead of NULL for PHP 8.1 compatibility
2022-01-28Default $final_output to string instead of NULLJamie Burchell1-1/+1
Fixes https://github.com/bcit-ci/CodeIgniter/issues/6089
2022-01-16[ci skip] Fix a documentation typoAndrey Andreev1-1/+1
2022-01-15Merge branch '3.1-stable' into developAndrey Andreev2-1/+2
2022-01-15[ci skip] Fix a coding typo from 1a2651040ef701e750b1c13cd69cc70814b079d0Andrey Andreev1-1/+1
2022-01-09Set error_reporting=E_ALL for unit testsAndrey Andreev1-1/+1
2022-01-09Set error_reporting=E_ALL for unit testsAndrey Andreev1-1/+1
2022-01-08[ci skip] Add changelog entry for #5729Andrey Andreev1-0/+1
2022-01-08[ci skip] Merge pull request #5729 from emrulmax2/patch-1Andrey Andreev1-0/+1
NOT BETWEEN syntax error DB where() issue solved
2022-01-08[ci skip] Merge pull request #5729 from emrulmax2/patch-1Andrey Andreev1-0/+1
NOT BETWEEN syntax error DB where() issue solved
2022-01-08.gitignore tests/mocks/database/ci_test.sqliteAndrey Andreev2-0/+1
2022-01-08.gitignore tests/mocks/database/ci_test.sqliteAndrey Andreev2-0/+1
2022-01-08Fix #92Andrey Andreev3-2/+4