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. Quote Link to comment 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. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.