kenjis
kenjis
**Description** - add "Deployment to Shared Hosting Services" **Checklist:** - [x] Securely signed commits - [] Component(s) with PHPDoc blocks, only if necessary or adds value - [] Unit testing,...
**Description** I saw a YouTube video that a dev had moved index.php to the project root. Also this description is on the README file, but not in the User Guide...
**Description** See #4358 - add new Exception classes in `CodeIgniter\Exceptions` - `LogicException` - `RuntimeException` - `BadFunctionCallException` - `BadMethodCallException` - `InvalidArgumentException` - add domain-level `ExceptionInterface` to catch all Exceptions in the...
**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...
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** 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...
This is the result when I remove all `Interface` related items in `phpstan-baseline.neon.dist` in `4.3` branch: ``` ------ -------------------------------------------------------------------------------------- Line system/Database/BaseConnection.php ------ -------------------------------------------------------------------------------------- 907 Call to an undefined method CodeIgniter\Database\QueryInterface::getOriginalQuery()....
``` There was 1 error: 1) CodeIgniter\Database\Live\FabricatorLiveTest::testCreateAddsCountToDatabase CodeIgniter\Database\Exceptions\DatabaseException: [Microsoft][ODBC Driver 17 for SQL Server][SQL Server]Violation of UNIQUE KEY constraint 'db_user_email'. Cannot insert duplicate key in object 'dbo.db_user'. The duplicate key...