upgrade php code to latest version

Discussions of secure PHP coding. Security in software is important, so don't be afraid to ask. And when answering: be anal. Nitpick. No security vulnerability is too small.

Moderator: General Moderators

Post Reply
shreyas
Forum Newbie
Posts: 1
Joined: Fri Jan 16, 2015 6:28 pm

upgrade php code to latest version

Post 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.
User avatar
requinix
Spammer :|
Posts: 6617
Joined: Wed Oct 15, 2008 2:35 am
Location: WA, USA

Re: upgrade php code to latest version

Post by requinix »

Latest is 5.6.

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