(04-25-2024, 02:10 PM)xsPurX Wrote: who was the idiot that did that....
it breaks an entire system. Why do standards keep changing so much to render an entire system needing an upgrade cause someone changes the syntax.
ridiclous.
I would have not phrased it that way, but I agree with your sentiment. I chose this framework as a replacement for long term supported Laravel in an enterprise environment. In Codeigniter, only the most current version is patched. I chose Codeigniter for the increased speed, especially since I was not using many of Laravel’s included features.
Currently I have locked my version to < 4.5.0 and am trying to standardize on that for now. I am currently working on migrating an older 4.4.x project and then I know I have a 4.3.x one that needs to be moved to my new standard.
We can confidently use the latest PHP 8.3 version without fear of breakage, In my experience, the same cannot be said for Codeigniter.