Opened 5 months ago
Closed 4 months ago
#7723 closed defect (bug) (fixed)
Minimum PHP version incorrect as of WordPress 6.6
Reported by: | jonsurrell | Owned by: | dd32 |
---|---|---|---|
Milestone: | Priority: | normal | |
Component: | General | Keywords: | has-patch |
Cc: |
Description
WordPress 6.6 changed the minimum supported PHP version to PHP 7.2.
The requirements page continues to claim 7.0+:
WordPress also works with PHP 7.0+ and MySQL 5.5.5+.
The compatibility page notes that WordPress 6.6 dropped support for versions 7.0 and 7.1.
Attachments (1)
Change History (6)
This ticket was mentioned in PR #481 on WordPress/wporg-main-2022 by @jonsurrell.
5 months ago
#1
- Keywords has-patch added
This ticket was mentioned in Slack in #core by jonsurrell. View the logs.
5 months ago
@
5 months ago
Patch updating wordpress.org/public_html/wp-content/mu-plugins/pub/servehappy-config.php minimum PHP version.
#3
@
5 months ago
@clorith mentioned that the PR is not sufficient to update the constants and pointed me in the correct direction. I've attached a patch that should address the problem by updating the value of the constant.
WordPress 6.6 changed the minimum supported PHP version to PHP 7.2.
The requirements page continues to claim 7.0+:
WordPress also works with PHP 7.0+ and MySQL 5.5.5+.
The compatibility page notes that WordPress 6.6 dropped support for versions 7.0 and 7.1.
Fixes https://meta.trac.wordpress.org/ticket/7723
Props pkevan
### Screenshots
### How to test the changes in this Pull Request:
1.
2.
3.