Make WordPress Core

Changes between Initial Version and Version 9 of Ticket #55711


Ignore:
Timestamp:
05/12/2022 11:30:13 PM (4 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 Keywords php8 needs-patch added
    • Property Component Upgrade/InstallGeneral
    • Property Milestone Awaiting Review6.1
    • Property Severity criticalnormal
    • Property Summary set_time_limit( 300 ); in Class WP_Upgrader causes crashes in PHP8 when hosting disables itIntroduce a function to determine whether a function can be called.
    • Property Type defect (bug)task (blessed)
    • Property Version 5.9.3
  • 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