lakshmijeevan Posted November 22, 2007 Share Posted November 22, 2007 hi, how to convert php4 into php5, it shows any problems while converting php4 into php5. if it shows any several problems then how can solve that problems. Link to comment https://forums.phpfreaks.com/topic/78358-how-to-convert-php4-into-php5/ Share on other sites More sharing options...
btherl Posted November 22, 2007 Share Posted November 22, 2007 There's an official guide here The most common problem is that OO code has had some big changes. Traditional style code will work fine from php 4 to php 5 as long as it does not rely on any libraries that became obsolete. You should also make sure the new php installation has any libraries you need. Link to comment https://forums.phpfreaks.com/topic/78358-how-to-convert-php4-into-php5/#findComment-396480 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.