Jump to content

Downgrade from PHP 5.31 to 5.29


Recommended Posts

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.

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.