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

### PHP Version 8.1, 8.2 ### CodeIgniter4 Version 4.5.5 ### CodeIgniter4 Installation Method Composer (using `codeigniter4/appstarter`) ### Which operating systems have you tested for this bug? Windows, Linux ### Which...

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

bug

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

enhancement
4.6

### PHP Version 8.3 ### CodeIgniter4 Version 4.5.5 ### CodeIgniter4 Installation Method Manual (zip or tar.gz) ### Which operating systems have you tested for this bug? Linux ### Which server...

bug

**Description** This PR adds support for the `synchronous` setting in SQLite3. It's not persistent across connections, which means it resets to the default (usually `2`) with every new connection. We...

enhancement
4.6

**Description** I think this needed for resolve only `ipv4` or `ipv6`. **Checklist:** - [x] Securely signed commits - [x] Component(s) with PHPDoc blocks, only if necessary or adds value -...

enhancement
4.6

I recently posted a feature request on the CodeIgniter forum regarding the `is_unique` and `is_not_unique` validation rules. The current implementation lacks support for specifying a `dbGroup`, which can cause issues...

dev

**Description** This PR fixes a bug where complex language strings in the validation class are not handled properly. The problem was that in the validation class, we were forming the...

bug

**Description** This PR fixes a bug in the `populateGlobals()` method in the `FeatureTestTrait` class. If the body format is set to `json` or `xml`, we should not use `setGlobal()` for...

bug

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

database