mai wurd Posted June 26, 2007 Share Posted June 26, 2007 I have a LAMP web server with PHP5... my new Webmaster wants PHP4 - we also were told there are no issues that impact Plesk our web site CP. What do I need to beware of and what is the best way to roll back to PHP4? It is weird downgrading instead of upgrading I know. Thanks in advance for your assistance. Link to comment https://forums.phpfreaks.com/topic/57342-php5-roll-back-to-php4-are-there-issues-with/ Share on other sites More sharing options...
Barand Posted June 26, 2007 Share Posted June 26, 2007 Quite a few new functions were introduced in PHP5, so if you used any of those you'll need to define PHP4 eqivalents yourself. The biggest change is PHP5 OOP model. If you're using objects and classes you have a major rewrite, as they are totally different. Link to comment https://forums.phpfreaks.com/topic/57342-php5-roll-back-to-php4-are-there-issues-with/#findComment-283537 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.