CodeIgniter4
CodeIgniter4 copied to clipboard
Open Source PHP Framework (originally from EllisLab)
**Checklist:** - [x] Securely signed commits - [ ] Component(s) with PHPDoc blocks, only if necessary or adds value - [ ] Unit testing, with >80% coverage - [ ]...
### CodeIgniter4 Version 4.2.1 ### What happened? Missing $dbGroup argument. https://github.com/codeigniter4/CodeIgniter4/blob/7439b6ec5134492bbbf466d99bc206aa883a4b54/system/Validation/Validation.php#L109 https://github.com/codeigniter4/CodeIgniter4/blob/7439b6ec5134492bbbf466d99bc206aa883a4b54/system/Validation/ValidationInterface.php#L28
### PHP Version 7.4 ### CodeIgniter4 Version 4.1 ### CodeIgniter4 Installation Method Composer (using `codeigniter4/appstarter`) ### Which operating systems have you tested for this bug? Linux ### Which server did...
### PHP Version 7.4 ### CodeIgniter4 Version 4.1.9 ### CodeIgniter4 Installation Method Composer (using `codeigniter4/appstarter`) ### Which operating systems have you tested for this bug? Linux ### Which server did...
Hello I am trying to print the errors when I validate an array structure for example: ```html ``` ```php # validation rules 'categories.*' => 'is_not_unique[categories.id]' # return errors return redirect()->back()...
### PHP Version 8.0 ### CodeIgniter4 Version `develop` (edb894f2fde3eac146094eb3e5e0491a62d47f96) ### CodeIgniter4 Installation Method Git ### Which operating systems have you tested for this bug? macOS ### Which server did you...
### PHP Version 7.4 ### CodeIgniter4 Version 4.2.1 ### CodeIgniter4 Installation Method Composer (using `codeigniter4/appstarter`) ### Which operating systems have you tested for this bug? Linux ### Which server did...
```console $ vendor/bin/phpunit tests/system/Test/ PHPUnit 9.5.21 #StandWithUkraine Runtime: PHP 8.0.20 Configuration: /Users/kenji/work/codeigniter/CodeIgniter4/phpunit.xml ............................................................... 63 / 206 ( 30%) ............................................................... 126 / 206 ( 61%) .........................F..................................... 189 / 206 ( 91%)...
- [ ] Add PHP 8.2 GitHub Actions - #6172 - [ ] [PHP: rfc:deprecate_dynamic_properties](https://wiki.php.net/rfc/deprecate_dynamic_properties) - #6162 - #6187 - #6198 - [ ] [PHP: rfc:deprecate_partially_supported_callables](https://wiki.php.net/rfc/deprecate_partially_supported_callables) - [ ] [PHP:...
Registrars can add dynamic properties now. But the sample code in the user guide will cause the error on PHP 8.2. https://codeigniter4.github.io/CodeIgniter4/general/configuration.html#explicit-registrars ```console bash-3.2$ php public/index.php [ErrorException] Creation of dynamic...