Opened 6 years ago
Closed 6 years ago
#50862 closed defect (bug) (fixed)
Site Health not compatible with session-less PHP
| Reported by: | bgermann | Owned by: | SergeyBiryukov |
|---|---|---|---|
| Priority: | normal | Milestone: | 5.5 |
| Component: | Site Health | Version: | 5.5 |
| Severity: | critical | Keywords: | commit dev-reviewed |
| Cc: | Focuses: |
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)
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
In 48742: