Page 1 of 1

upgrade php code to latest version

Posted: Fri Jan 16, 2015 6:33 pm
by shreyas
Hi,

I want to upgrade my php code to latest version ?

I have a legacy code with php version 5.3 all i want to do run that code in latest php version(5.5) and make it up and running
and check if any functions deprecated and will be removed in the future.

To do this what do you recommend if you can provide me instructions/steps it would be great.

Re: upgrade php code to latest version

Posted: Fri Jan 16, 2015 8:21 pm
by requinix
Latest is 5.6.

There are migration guides available:
- 5.3 -> 5.4
- 5.4 -> 5.5
- 5.5 -> 5.6