CodeIgniter4 icon indicating copy to clipboard operation
CodeIgniter4 copied to clipboard

Open Source PHP Framework (originally from EllisLab)

Results 299 CodeIgniter4 issues
Sort by recently updated
recently updated
newest added

**Description** See https://github.com/codeigniter4/CodeIgniter4/issues/9120#issuecomment-2295905729 - fix the condition to show error details for non-HTML requests **Checklist:** - [x] Securely signed commits - [] Component(s) with PHPDoc blocks, only if necessary or...

bug
breaking change
4.6

**Description** Supersedes #9031 Example ```php $routes->group('api', ['hostname' => ['api.website.com', 'api.website.net]], function ($routes) { $routes->get('/', 'Api::royplayer'); }); ``` Thanks to @mrjk990 **Checklist:** - [x] Securely signed commits - [ ] Component(s)...

enhancement
4.6

**Description** - small fix **Checklist:** - [x] Securely signed commits - [x] Component(s) with PHPDoc blocks, only if necessary or adds value - [] Unit testing, with >80% coverage -...

**Description** See #7474 A lots of directory separator mismatch in path fixed. CodeIgniter\Database\Migrations\MigrationRunnerTest::testMigrationUsesSameConnectionAsMigrationRunner ErrorException: unlink(\writable\runner.sqlite): Resource temporarily unavailable \tests\system\Database\Migrations\MigrationRunnerTest.php:477 Propably related to: https://bugs.php.net/bug.php?id=78930 CodeIgniter\HTTP\Files\FileMovingTest::testStore ErrorException: mkdir(): No such file or...

**Description** PHP 8.4 coming soon, see #9116 Reference: - php/php-src#15350 - https://gist.github.com/bagder/a88d3bedc8ecb69d19aeb542fa538e9b - https://php.watch/articles/php-curl-http3 **Checklist:** - [x] Securely signed commits - [ ] Component(s) with PHPDoc blocks, only if necessary...

enhancement
4.6

PHP 8.4 requires CodeIgniter 4.6.0 or later. References: - https://wiki.php.net/todo/php84 - https://wiki.php.net/rfc/deprecations_php_8_4 - https://php.watch/versions/8.4 - #7850 TODO: - [x] update docs - #9138 - [x] add PHP 8.4 to GitHub...

dev
4.6

**Description** I think this additional needed to recommendation. **Checklist:** - [x] Securely signed commits - [ ] Component(s) with PHPDoc blocks, only if necessary or adds value - [x] Unit...

enhancement
4.6

in a custom environment. And the environment name is not "development" or "testing". has Internal Server Error in "ajax", not working. It is recommended to change the "system/Debug/ExceptionHandler.php" code: ==...

### PHP Version 8.1 ### CodeIgniter4 Version 4.5.4 ### CodeIgniter4 Installation Method Composer (using `codeigniter4/appstarter`) ### Which operating systems have you tested for this bug? macOS ### Which server did...

**Description** Supersedes #9133 See #9116 - add PHP 8.4 to test-phpunit.yml - add `--ignore-platform-req=php` temporarily to `@composer update --working-dir=utils` **Checklist:** - [x] Securely signed commits - [ ] Component(s) with...

github_actions
4.6