Make WordPress Core

Changes between Initial Version and Version 9 of Ticket #55711


Ignore:
Timestamp:
05/12/2022 11:30:13 PM (3 years ago)
Author:
costdev
Comment:

As the arguments in favour of a function to handle all the checks is clear, I think we should handle this in this ticket instead of adding overhead by potentially patching three conditions for this issue and then removing it shortly after.

I'm changing this to a Task and widening the scope so that we can discuss the addition of a new function to handle this.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #55711

    • Property Severity changed from critical to normal
    • Property Component changed from Upgrade/Install to General
    • Property Summary changed from set_time_limit( 300 ); in Class WP_Upgrader causes crashes in PHP8 when hosting disables it to Introduce a function to determine whether a function can be called.
    • Property Version changed from 5.9.3 to
    • Property Milestone changed from Awaiting Review to 6.1
    • Property Keywords php8 needs-patch added
    • Property Type changed from defect (bug) to task (blessed)
  • Ticket #55711 – Description

    initial v9  
     1Original title: set_time_limit( 300 ); in Class WP_Upgrader causes crashes in PHP8 when hosting disables it
     2
    13Some hosting providers disable set_time_limit(). That is causing a fatal error when installing plugins, themes and import files under PHP8.
    24