Opened 7 years ago
Closed 4 years ago
#47272 closed enhancement (worksforme)
Reassess the required PHP extensions
| Reported by: | Cybr | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | Site Health | Version: | 5.2 |
| Severity: | normal | Keywords: | site-health 2nd-opinion |
| Cc: | Focuses: | docs, administration |
Description
For the list of https://make.wordpress.org/hosting/handbook/handbook/server-environment/#php-extensions, I suggest these extensions to be listed:
- Required:
- iconv (
/wp-mail.php,wp-includes/formatting.php, SimplePie, etc. uses this) - mbstring (performance, stability: see #34631 to learn that not every
mb_*()function has a fallback in WP) - zip (plugin unpacking, see
wp-admin/file.php)
- iconv (
- Recommended:
- opcache (performance, needs no introduction)
These changes should also affect the Site Health component brought in WordPress 5.2.
Change History (7)
This ticket was mentioned in Slack in #hosting-community by cybr. View the logs.
7 years ago
#5
@
7 years ago
In https://make.wordpress.org/hosting/2019/06/11/php-requirements-check-in/:
The list on w.org is updated and now includes the required extensions listed above.
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
Please note, on PHP 5.6 xcache or APC can be used instead of opcache, WinCache can be used on Windows platform. SiteHealth shoulnt produce a warning if alternate PHP opcode cacher is present.