CodeIgniter Forums
is codeigniter 2.2.6 is compatible with php 5.6.6 ? - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Using CodeIgniter (https://forum.codeigniter.com/forumdisplay.php?fid=5)
+--- Forum: Installation & Setup (https://forum.codeigniter.com/forumdisplay.php?fid=9)
+--- Thread: is codeigniter 2.2.6 is compatible with php 5.6.6 ? (/showthread.php?tid=66824)



is codeigniter 2.2.6 is compatible with php 5.6.6 ? - Yousufi - 12-08-2016

I am using codeigniter 2.2.6, now i need to upgrade php to 5.6.6 is it compatible with php 5.6.6 ?



RE: is codeigniter 2.2.6 is compatible with php 5.6.6 ? - raazkumar - 12-08-2016

I am also using codeigniter 2.2.6, now i need to upgrade php to 5.6.6 is it compatible with php 5.6.6 ? can any one help.


RE: is codeigniter 2.2.6 is compatible with php 5.6.6 ? - cartalot - 12-08-2016

i can confirm it works -- you might get warning messages about deprecated etc etc.

but note that - its actually pretty easy to upgrade to CI version 3.


RE: is codeigniter 2.2.6 is compatible with php 5.6.6 ? - raazkumar - 12-09-2016

(12-08-2016, 04:12 PM)cartalot Wrote: i can confirm it works -- you might get warning messages about deprecated etc etc.

but note that - its actually pretty easy to upgrade to CI version 3.

thanq u


RE: is codeigniter 2.2.6 is compatible with php 5.6.6 ? - Vitaly83 - 12-09-2016

(12-08-2016, 04:12 PM)cartalot Wrote: i can confirm it works -- you might get warning messages about deprecated etc etc.

but note that - its actually pretty easy to upgrade to CI version 3.

I can't say that it is easy for big or even huge projects but highly recommended if you're going to support and customize it.
Besides warning messages about deprecated there may be warnings about pointers (if project was developed with php < 5.3).
At least all controllers have to be renamed to match their class name (case sensitive).

We support a big project on CI 1.7 with a lot of customs and it's not a trivial task to convert it to even CI 2.x. But works it with php 5.6.x.