Opened 6 years ago
Closed 6 years ago
#5163 closed defect (bug) (invalid)
Site health reports php version different than the one it is running
| Reported by: | kawakaf | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | General | Keywords: | needs-patch |
| Cc: |
Description
My server has php version 7.3.17 and site health reports that I should upgrade stating that it is an older version.
Attachments (2)
Change History (4)
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
Hi! This is the Trac system for reporting bugs in the WordPress.org site, and not WordPress core.
For WordPress core, you should report bugs to https://core.trac.wordpress.org/ and for support, https://wordpress.org/support/.
In this case however, it's likely that it's not a bug at all. It's entirely possible that the PHP cli version is updated, but the web server is using a different outdated version of PHP. You'll need to check your php-fpm version, which can usually be changed from your hosting configuration panel. You can usually use
php-fpm --versionto check the FPM version installed, but that's not always the PHP installation in use by the server (depending on configuration)