Welcome Guest, Not a member yet? Register   Sign In
Will CodeIgniter run on PHP 5.3 ?
#1

[eluser]solid9[/eluser]
Hi just curious if I will upgrade to PHP 5.3 engine.
Will CodeIgniter will work?

They say it's not designed for PHP 5.3 will still it work?
Anyone tried this?

#2

[eluser]CroNiX[/eluser]
Versions 2+ run on 5.3 fine with no errors. It just doesn't use anything special specifically from 5.3.
#3

[eluser]solid9[/eluser]
[quote author="CroNiX" date="1363359754"]Versions 2+ run on 5.3 fine with no errors. It just doesn't use anything special specifically from 5.3.[/quote]

Thanks Cronix
#4

[eluser]CroNiX[/eluser]
Sure. Oh, if the date/timezone isn't set in the php.ini, you'll probably have to put this at the very top of your index.php or you'll get a warning.
Code:
date_default_timezone_set('America/Los_Angeles'); //or your timezone
#5

[eluser]rana[/eluser]
its even working fine for me on php 5.4 . I see no issue..




Theme © iAndrew 2016 - Forum software by © MyBB