Need to run PHP4 coding under PHP5, any tool to help?

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
knurft
Forum Newbie
Posts: 1
Joined: Wed Oct 05, 2005 12:33 pm

Need to run PHP4 coding under PHP5, any tool to help?

Post by knurft »

Problem:
I have several PHP4 files witch need to run under PHP5 now. As unexperienced PHP-user I am facing a big job to fix the non-compliant coding. I did some changing like adding a strtolower around a "get_class". These things work.

Question: Is there any programm here to assist me in this job to avoid a long and intensive searching in the coding?

Any other idea's?
User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post by feyd »

Deemo
Forum Contributor
Posts: 418
Joined: Sun Jan 18, 2004 11:48 am
Location: Washington DC

Post by Deemo »

that link doesnt work feyd 8O

http://php.net/migration5

thatll work ;)
User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post by feyd »

as usual.. one of the few times I don't check the link to make sure.. it fails.. .:roll:
User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post by feyd »

Mistakenly posted as a new thread:
knurft wrote:It took me several hours to fix, but it seems to work now. I hoped to find a prog to run and indicate where to look in detail ( press the button to fix the problem) , but sometimes you just need your brains to do it.

Thanks for the support.
Post Reply