I have just migrated a large application on CI3 to php 8.2. The work was quite small, mostly just inserting a few #[AllowDynamicProperties]. This should last me for at least 2 years while I plan what to do next (CI4, CI3++ , Laraval or something else).
(11-08-2023, 06:13 AM)pugelarouge Wrote: Hello,
I have also just hit PHP 8.2 (ubuntu 23.10) an was wondering the same.
I realise I am going to have to bite the bullet and move to CI 4.x at some point - but that is a bit more than the usual migration so will take some time.
Is there a stated policy regarding CI 3 and when it will stop chasing PHP8.x updates ? or is it going to try and keep up until PHP 9 ?
as I understand it PHP 8.x workarounds like #[AllowDynamicProperties] will go in PHP 9.x and dynamic properties will be fatal
Thanks In advance,
pugelarouge