Jim Friberg
Jim Friberg
Codeigniter 3.1.13 don't support PHP >8.2 (yet), you can however update on your own using [these changes](https://github.com/bcit-ci/CodeIgniter/compare/master...ib3ltd:CodeIgniter:master) If you instead would like an updated repo with PHP 8.2 support see;...
> @jafjaf, I would like to ask: with the current CodeIgniter v3.1.13, what is the latest stable PHP version that works out-of-the-box? A fresh install of Codeigniter 3 supports PHP...
> I didn't expect to get a response this fast. Wow, the community is still great 🥳 > > @mariolucasdev Do you run CodeIgniter v3.1.13 with PHP 8.2 without making...
> Pocketarc Fork already works with PHP 8.3 without any issues. You just have to adapt your own code where needed: > > https://github.com/pocketarc/codeigniter Quoting jamieburchell below from [#6173](https://github.com/bcit-ci/CodeIgniter/pull/6173) The...
> Ty for your effor tfirst of all ! > > Second, I am not a senior so I would not want to do some mistakes, but do it step...
> @jafjaf appreciate your answer but I am not very savy in moving in and out of commits. > > Besides system and application folder and their files, is there...
@vvp3 i'm using 8.2 in production and 8.3 in testing environments without issues. You can read more about AllowDynamicProperties [here](https://www.php.net/manual/en/class.allowdynamicproperties.php). It's not in the main devlop branch because it haven't...