3.x is not 7.4 compatible

Created on 20 August 2022, over 2 years ago
Updated 23 January 2023, almost 2 years ago

There are a few areas within the module and extension file that are not PHP 7.4 compatible.

PHP Match is not supported until 8.0 and will fail on 7.4. A recommendation is either require that PHP 8.0 be a requirement to use the 3.x version or adjust the coding to use 7.4 functions.

πŸ› Bug report
Status

Fixed

Version

3.0

Component

Code

Created by

πŸ‡ΊπŸ‡ΈUnited States sean_e_dietrich Sacramento, CA

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

Not all content is available!

It's likely this issue predates Contrib.social: some issue and comment data are missing.

  • πŸ‡ΊπŸ‡ΈUnited States MegaphoneJon

    I'm sorry to comment on a closed topic - but since I may need to run this module in PHP 7 a bit longer, I just wanted to confirm.

    I ran Rector on the module, and it seems the only PHP 8-ism that's not polyfillable is the use of the `mixed` type declaration in function signatures. If I were to simply remove those, is there any reason this wouldn't continue to work in PHP 7?

Production build 0.71.5 2024