Open Richin opened 2 months ago
sounds good @Richin however, the current version of codeigniter is supporting 8.1 only. I think there would be more changes to support 8.2
There's already a heavily-discussed PR for this change: https://github.com/bcit-ci/CodeIgniter/pull/6173
Once/if that gets merged in, this PR will no longer be necessary.
There have also been a number of forks to CodeIgniter 3 that add the necessary changes, including my own: https://github.com/pocketarc/codeigniter
This pull request addresses the deprecation warning introduced in PHP 8.3 regarding dynamic property creation in core classes.