Actions
Feature #21615
closedAdd polyfills to provide compatibility with PHP 8.x
Start date:
2024-12-06
Due date:
% Done:
0%
Estimated time:
Deployment actions:
Description
Plugins active on the Commons use a handful of plugins that have been removed completely from PHP 8.0+
1. each()
iterates through an array
2. create_function()
creates a dynamic function
3. get_magic_quotes_gpc()
used to get the magic quotes config and returns false
since PHP 7.4
Each of these can be resolved with a simple polyfill.
Related #21381
Actions