upgrade php code to latest version

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.

Easiest way… Throw the code on a VM and see if anything breaks.

Sponsor our Newsletter | Privacy Policy | Terms of Service