Changes between Initial Version and Version 9 of Ticket #55711
- Timestamp:
- 05/12/2022 11:30:13 PM (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #55711
-
Property
Severity
changed from
critical
tonormal
-
Property
Component
changed from
Upgrade/Install
toGeneral
-
Property
Summary
changed from
set_time_limit( 300 ); in Class WP_Upgrader causes crashes in PHP8 when hosting disables it
toIntroduce a function to determine whether a function can be called.
-
Property
Version
changed from
5.9.3
to -
Property
Milestone
changed from
Awaiting Review
to6.1
- Property Keywords php8 needs-patch added
-
Property
Type
changed from
defect (bug)
totask (blessed)
-
Property
Severity
changed from
-
Ticket #55711 – Description
initial v9 1 Original title: set_time_limit( 300 ); in Class WP_Upgrader causes crashes in PHP8 when hosting disables it 2 1 3 Some hosting providers disable set_time_limit(). That is causing a fatal error when installing plugins, themes and import files under PHP8. 2 4