sastro Posted March 5, 2010 Share Posted March 5, 2010 I just installed my box with Apache 2.2 and PHP 5.31 via WHM and there some deprecated functions on my script. How to downgrade PHP from 5.31 to 5.29 ? Thanks in advanced Quote Link to comment Share on other sites More sharing options...
PFMaBiSmAd Posted March 5, 2010 Share Posted March 5, 2010 Wouldn't it be a better use of your time upgrading the code to the current standards so that it will work under future versions. None of the function have been removed in php5.3, but they do produce depreciated errors in a effort to get people ready for php6. The functions that are producing the depreciated errors will be removed in php6. You can alter the error_reporting level to hide the depreciated errors if your code will be fixed or replaced by the time php6 is released. Quote Link to comment Share on other sites More sharing options...
sastro Posted March 5, 2010 Author Share Posted March 5, 2010 Yupe you're right. Its better to fix the script. Thanks 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.