Choose a support target with current evidence
Record the PHP version used by the website and the version proposed by the host. PHP's official lifecycle page distinguishes active support, security-only support and end of life. Check its current branch table and dates rather than relying on a remembered version number or an old hosting article. [1]
The target must also be available on your host and supported by the actual WordPress, theme and plugin combination. A branch being maintained by PHP does not certify every extension on your site. Keep those two questions separate in the change record, and ask maintainers about a component whose compatibility is unclear.
Read older guidance selectively
WordPress's PHP update guide recommends backups and checking theme and plugin compatibility. However, the page also retains older version examples and performance claims. Use its preparation and recovery guidance alongside PHP's current lifecycle source; do not treat its historic minimum-version wording as a current support recommendation. [1] [2]
Define the reason for the change: leaving an unsupported branch, meeting a plugin requirement or a planned platform update. Avoid promising a speed improvement before measuring it. A successful upgrade can be worthwhile for maintenance reasons even when page timing remains similar.
Prepare a representative but isolated copy
Create a restorable copy of the site and record the current runtime, extensions and relevant settings. Match the target environment closely enough to exercise important paths. Isolate outbound email, live payments and scheduled work so the rehearsal cannot act on real customers. Verify that isolation before opening an administrative task that might trigger background processing.
Prepare rollback at both layers: the site's data and files, and the host's PHP selection. WordPress's guide notes that restoring the site backup may also require the host to return to the previous PHP version. Confirm that the host can do so within the planned window instead of assuming the old runtime remains available. [2]
Worked example: the homepage is not the acceptance set
Consider an invented membership site whose public article loads after the PHP switch. A logged-in learner then opens a quiz and receives an error, while a background report fails silently. The homepage result proves only that the public path worked. It does not outweigh the two failed business paths.
Create four acceptance rows before the rehearsal: public article, member lesson, sandbox checkout and background task. Record the old-runtime baseline and the target-runtime result for each. If a baseline already fails, identify it separately rather than attributing every problem to the upgrade. These are proposed cases, not measured results from a particular plugin.
Investigate failures and define the release decision
Capture the time, action, relevant error log and component version for a failing case. Keep logs private and redact credentials or customer data before sharing a report. Reproduce the smallest failing path and ask the responsible maintainer whether an update or configuration change is needed. Do not hide warnings globally to make the checklist look clean.
Use the worksheet to mark each required path pass, fail or unresolved. Release only when required behavior is accepted and the rollback remains usable. Monitor the same paths after the authorized production switch, including the next scheduled output. This research plan is not a compatibility guarantee or a performance benchmark. Components absent from the rehearsal, different host extensions and later plugin changes remain material limits on the evidence.
Sources & verification
Product details and prices can change. Check the linked provider before buying.
- PHP project: Supported Versions Accessed 2026-09-14
- WordPress Documentation: Get a faster, more secure website: update your PHP today Accessed 2026-09-14
Sources link directly to providers. Product buttons may use separately labeled affiliate links. Read our disclosure.