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 Link to comment https://forums.phpfreaks.com/topic/194292-downgrade-from-php-531-to-529/ 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. Link to comment https://forums.phpfreaks.com/topic/194292-downgrade-from-php-531-to-529/#findComment-1022127 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 Link to comment https://forums.phpfreaks.com/topic/194292-downgrade-from-php-531-to-529/#findComment-1022137 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.