Project

General

Profile

Actions

Feature #21615

closed

Add polyfills to provide compatibility with PHP 8.x

Added by Jeremy Felt 2 months ago. Updated about 2 months ago.

Status:
Resolved
Priority name:
Normal
Assignee:
Category name:
-
Target version:
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 #2

Updated by Boone Gorges about 2 months ago

  • Status changed from New to Staged for Production Release
Actions #3

Updated by Boone Gorges about 2 months ago

  • Status changed from Staged for Production Release to Resolved
Actions

Also available in: Atom PDF