![]() |
CI 4.2 - Printable Version +- CodeIgniter Forums (https://forum.codeigniter.com) +-- Forum: CodeIgniter 4 (https://forum.codeigniter.com/forumdisplay.php?fid=28) +--- Forum: CodeIgniter 4 Discussion (https://forum.codeigniter.com/forumdisplay.php?fid=31) +--- Thread: CI 4.2 (/showthread.php?tid=80858) Pages:
1
2
|
CI 4.2 - iRedds - 12-25-2021 According to PR, in CI 4.2 the minimum version will be php-7.4 At the moment php-7.4 is no longer supported and only security fixes will be released throughout the year. Considering the speed of releases (builds), then 4.2, at best, should be expected in the spring or summer. Why not php-8 and CI 5? It will be actively supported for another year + a year for security fixes. RE: CI 4.2 - kenjis - 12-26-2021 After releasing 4.1.6, the next version would be 4.2.0. PHP 7.4 is still not end of life. Dropping it seems to be too earlier. RE: CI 4.2 - InsiteFX - 12-26-2021 Branch Initial Release Active Support Until Security Support Until 7.4 28 Nov 2019 2 years ago 28 Nov 2021 28 days ago 28 Nov 2022 in 11 months 8.0 26 Nov 2020 1 year, 1 month ago 26 Nov 2022 in 10 months 26 Nov 2023 in 1 year, 10 months 8.1 25 Nov 2021 1 month ago 25 Nov 2023 in 1 year, 10 months 25 Nov 2024 in 2 years, 10 months RE: CI 4.2 - iRedds - 12-26-2021 If you focus on previous releases, then 4.1.6 will be released in January/February. So 4.2 is spring or summer. As I said above. Active support ended. That is, no bug fixes. Yes, 7.4 does not disappear anywhere. But the same can be said about version 5.1. The current version of the framework is compatible with 7.4 and 8.0. Maybe leave it as it is? Using php-8 as the minimum version, the framework can catch up a bit with its competitors using not only compatibility, but also language features. RE: CI 4.2 - kenjis - 12-26-2021 4.1.6 will come soon. You seem to be focusing on active support, but I don't care about it. Security support is the most important thing. So it is not the same PHP 5.1 and 7.4. > Using php-8 as the minimum version, the framework can catch up a bit with its competitors using not only compatibility, but also language features. I understand your point. Symfony 6 requires PHP 8.0.2. And Symfony now maintains 4.4, 5.3, 5.4, 6.0. https://symfony.com/releases Symfony 4.4 requires PHP 7.1. CI4 only maintains one version. RE: CI 4.2 - yahyaerturan - 12-26-2021 Agreed with kenjis. Now I am developing a large-scale CMF app with CI4. I gave very long speeches to convince board we can trust CI team. We need stability on release cycle. For all other concerns, we are okay with releasing LTS versions and little patches meanwhile. If CI would have an active developer/user base, we need stability. [/quote] RE: CI 4.2 - shafiq2410 - 03-23-2022 How can I get the CI 4.2.0 development version. I need the oci8 oracle driver for my project. RE: CI 4.2 - kilishan - 03-24-2022 4.2 hasn't been released yet, and no firm date on that. The OCI8 driver is in the current develop branch. RE: CI 4.2 - InsiteFX - 03-25-2022 CodeIgniter 4 Development You can get the newest version of CodeIgniter there. RE: CI 4.2 - shafiq2410 - 03-27-2022 (03-24-2022, 10:17 PM)kilishan Wrote: 4.2 hasn't been released yet, and no firm date on that. The OCI8 driver is in the current develop branch.Thank you |