CodeIgniter Forums
can CI 2.1.3 run on PHP 5.2.3 ?? Any warnings or issues? - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20)
+--- Forum: Archived General Discussion (https://forum.codeigniter.com/forumdisplay.php?fid=21)
+--- Thread: can CI 2.1.3 run on PHP 5.2.3 ?? Any warnings or issues? (/showthread.php?tid=55057)



can CI 2.1.3 run on PHP 5.2.3 ?? Any warnings or issues? - El Forum - 10-08-2012

[eluser]cartalot[/eluser]
hi

on Github the minimum PHP version for latest CI 2.1.3 is PHP 5.2.4

on the legacy server am working with -- PHP 5.2.3
so close !

i just did a quick test with 2.1.3 and it seems to work fine for my app
but if anyone knows of any specific patches or whatever that should be done
would very much appreciate








can CI 2.1.3 run on PHP 5.2.3 ?? Any warnings or issues? - El Forum - 10-08-2012

[eluser]skunkbad[/eluser]
[quote author="cartalot" date="1349722256"]hi

on Github the minimum PHP version for latest CI 2.1.3 is PHP 5.2.4

on the legacy server am working with -- PHP 5.2.3
so close !

i just did a quick test with 2.1.3 and it seems to work fine for my app
but if anyone knows of any specific patches or whatever that should be done
would very much appreciate

[/quote]

There's probably a specific function buried somewhere in the code that requires 5.2.4. If your app never uses whatever library/method it's in, then you probably won't have any problems.


can CI 2.1.3 run on PHP 5.2.3 ?? Any warnings or issues? - El Forum - 10-09-2012

[eluser]michalsn[/eluser]
[quote author="cartalot" date="1349722256"]hi

on Github the minimum PHP version for latest CI 2.1.3 is PHP 5.2.4

on the legacy server am working with -- PHP 5.2.3
so close !

i just did a quick test with 2.1.3 and it seems to work fine for my app
but if anyone knows of any specific patches or whatever that should be done
would very much appreciate
[/quote]

You're looking at development branch.
CI 2.1.3 is still compatible with PHP 5.1.6.


can CI 2.1.3 run on PHP 5.2.3 ?? Any warnings or issues? - El Forum - 10-09-2012

[eluser]cartalot[/eluser]
thanks -- thats what i was *hoping* for, but its still confusing when on the github CI page