Add EA3 PHP "Silence Deprecated Patch" to EA4 PHP
Open Discussion
As a server administrator, I would like to see the EA3 PHP "Silence Deprecated Patch" option added to EA4 so that migration from EA3 can be as seamless as possible.
After migrating from EA3 to EA4, some PHP code can begin emitting errors that were previously not reported by EA3 PHP when the "Silence Deprecated Patch" was enabled.
These errors are generated by deprecated code when the E_DEPRECATED and E_USER_DEPRECATED error_reporting flags are enabled, which are part of E_ALL by default. The EA3 patch removed these error reporting flags from E_ALL, but they could be individually enabled if needed.
This would be great for an easier upgrade!.
This would be great for an easier upgrade!.
Replies have been locked on this page!