Opened 6 years ago
Closed 6 years ago
#50862 closed defect (bug) (fixed)
Site Health not compatible with session-less PHP
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Milestone: | 5.5 | Priority: | normal |
| Severity: | critical | Version: | 5.5 |
| Component: | Site Health | Keywords: | commit dev-reviewed |
| Focuses: | Cc: |
Description
#47320 introduced a check for PHP sessions in Site Health.
If PHP is built without the session extension the session_status call in class-wp-site-health.php throws a fatal error.
Please check for the function's existence before calling it so that WordPress 5.5 stays compatible with session-less PHP builds.
Change History (5)
#2
@
6 years ago
- Owner set to SergeyBiryukov
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.
In 48742: