CodeIgniter Forums
What PHP version can codeigniter 3.1.11 be used with? - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Development (https://forum.codeigniter.com/forumdisplay.php?fid=6)
+--- Forum: CodeIgniter 3.x (https://forum.codeigniter.com/forumdisplay.php?fid=17)
+--- Thread: What PHP version can codeigniter 3.1.11 be used with? (/showthread.php?tid=77622)



What PHP version can codeigniter 3.1.11 be used with? - takeshiman - 09-25-2020

I'm considering upgrading to codeigniter 3.1.11. I use php7.3, but when I upgrade to php8 etc. in the future, I would like to know if I need to change to codeigniter 4, but which php version can I use with codeigniter 3.1.11.


RE: What PHP version can codeigniter 3.1.11 be used with? - paulbalandan - 09-25-2020

CodeIgniter3 still uses 5.6 as minimum PHP version. CI4 requires PHP7.2+


RE: What PHP version can codeigniter 3.1.11 be used with? - jrtalon - 09-29-2020

I switched web hosts. My new web host does not have PHP 5.6. They have PHP 7.3. Will CodeIgniter3 work with PHP 7.3?


RE: What PHP version can codeigniter 3.1.11 be used with? - jreklund - 09-29-2020

Yes it works with 7.3.


RE: What PHP version can codeigniter 3.1.11 be used with? - CINewb - 10-02-2020

We're using CodeIgniter3 with PHP7.4 with no issues at all