CodeIgniter4
CodeIgniter4 copied to clipboard
Open Source PHP Framework (originally from EllisLab)
### PHP Version 8.1 ### CodeIgniter4 Version 4.4.3 ### CodeIgniter4 Installation Method Composer (using `codeigniter4/appstarter`) ### Which operating systems have you tested for this bug? Linux ### Which server did...
**Description** PHPUnit requires PHP 8.1 or later. https://packagist.org/packages/phpunit/phpunit#10.4.1 https://phpunit.de/announcements/phpunit-10.html **TODO** - [x] update `nexusphp/tachycardia` - [ ] fix errors on PHP 8.3 **Checklist:** - [x] Securely signed commits - [...
### PHP Version 8.1 ### CodeIgniter4 Version 4.4.3 and develop ### CodeIgniter4 Installation Method Git ### Which operating systems have you tested for this bug? macOS ### Which server did...
### PHP Version 8.2 ### CodeIgniter4 Version 4.3.2 ### CodeIgniter4 Installation Method Composer (using `codeigniter4/appstarter`) ### Which operating systems have you tested for this bug? Linux ### Which server did...
**Description** Fixes #4391 **Checklist:** - [x] Securely signed commits - [ ] Component(s) with PHPDoc blocks, only if necessary or adds value - [ ] Unit testing, with >80% coverage...
Hello i was looking into this CSP feature more and more and i found out that codeigniter does not have this option inside the CSP file & config, can we...
``` There was 1 error: 1) CodeIgniter\Publisher\PublisherInputTest::testAddUris CodeIgniter\HTTP\Exceptions\HTTPException: 22 : The requested URL returned error: 502 /home/runner/work/CodeIgniter4/CodeIgniter4/system/HTTP/CURLRequest.php:675 /home/runner/work/CodeIgniter4/CodeIgniter4/system/HTTP/CURLRequest.php:381 /home/runner/work/CodeIgniter4/CodeIgniter4/system/HTTP/CURLRequest.php:143 /home/runner/work/CodeIgniter4/CodeIgniter4/system/HTTP/CURLRequest.php:176 /home/runner/work/CodeIgniter4/CodeIgniter4/system/Publisher/Publisher.php:322 /home/runner/work/CodeIgniter4/CodeIgniter4/system/Publisher/Publisher.php:303 /home/runner/work/CodeIgniter4/CodeIgniter4/tests/system/Publisher/PublisherInputTest.php:147 ``` https://github.com/codeigniter4/CodeIgniter4/actions/runs/4851078214/jobs/8644588508
### PHP Version 8.2 ### CodeIgniter4 Version 4.4.3 ### CodeIgniter4 Installation Method Composer (as dependency to an existing project) ### Which operating systems have you tested for this bug? Windows...
[database-live-tests (8.0, OCI8, 5.7) / Database Live Tests](https://github.com/codeigniter4/CodeIgniter4/actions/runs/3800790476/jobs/6464721157#logs) ``` There was 1 failure: 1) CodeIgniter\Models\InsertModelTest::testInsertBatchSetsDatetimeTimestamps Failed asserting that 2 is equal to 1 or is less than 1. /home/runner/work/CodeIgniter4/CodeIgniter4/system/Test/CIUnitTestCase.php:436 /home/runner/work/CodeIgniter4/CodeIgniter4/tests/system/Models/InsertModelTest.php:125...
Use RouteCollectorInterface rather than RouteCollector to allow for people implementing new RouteCollectors by implementing the interface as intended. Currently this would generate type errors. Referenced in **Checklist:** - [x] Securely...