CodeIgniter4
CodeIgniter4 copied to clipboard
Open Source PHP Framework (originally from EllisLab)
**Description** Aligns `@phpstan-var` with `@var`, and series of `@phpstan-type`. **Checklist:** - [x] Securely signed commits - [ ] Component(s) with PHPDoc blocks, only if necessary or adds value - [...
**Description** - add [PhpMetrics](https://phpmetrics.github.io/website/) How to Use: ```console $ composer metrics $ open build/phpmetrics/index.html ```  **Checklist:** - [x] Securely signed commits - [] Component(s) with...
**Description** Dynamic properties needs to be allowed since PHP8.2 so that additional database conections can be added using registrars. This is useful in situation where module needs to provide it’s...
### PHP Version 8.1 ### CodeIgniter4 Version 4.4.4 ### CodeIgniter4 Installation Method Composer (using `codeigniter4/appstarter`) ### Which operating systems have you tested for this bug? Windows ### Which server did...
PHP 7.4 reached the end of life on 28 Nov 2022. https://www.php.net/supported-versions.php - [x] update minimum version to PHP 8.0 - #7924 - [x] update PSR\Log to v3. See #4936...
**Description** From https://github.com/codeigniter4/shield/pull/1027/files#r1488969384 `Time::createFromTimestamp()` returns Time with the timezone `UTC`. This behavior is misleading. ```diff --- a/app/Config/App.php +++ b/app/Config/App.php @@ -109,7 +109,7 @@ class App extends BaseConfig * @see https://www.php.net/manual/en/timezones.php...
**Description** - use word "UNIX timestamp" for consistency **Checklist:** - [x] Securely signed commits - [] Component(s) with PHPDoc blocks, only if necessary or adds value - [] Unit testing,...
**Description** See #5515 **Checklist:** - [x] Securely signed commits - [ ] Component(s) with PHPDoc blocks, only if necessary or adds value - [ ] Unit testing, with >80% coverage...
### PHP Version 8.1 ### CodeIgniter4 Version 4.3.0 ### CodeIgniter4 Installation Method Manual (zip or tar.gz) ### Which operating systems have you tested for this bug? Windows ### Which server...
**Description** Supersedes #7964 All refactoring will be performed just prior to the release of v4.5.0. **Checklist:** - [x] Securely signed commits - [ ] Component(s) with PHPDoc blocks, only if...