• my WP Site Health Status showed me that my PHP was out of date(it was 7.2), I Upgraded PHP and here is “php –version” result:
    PHP 7.4.11 (cli) (built: Oct 18 2020 19:39:25) ( NTS )
    Copyright (c) The PHP Group
    Zend Engine v3.4.0, Copyright (c) Zend Technologies
    with Zend OPcache v7.4.11, Copyright (c), by Zend Technologies

    Problem is I still have that warning on my site health status, is it a kind of bug? or I have to do something in WP configuration too?

    • This topic was modified 5 years, 7 months ago by sam75m.
Viewing 1 replies (of 1 total)
  • I see from the version result that is says PHP 7.4.11 (cli)

    NOTE: The cli version is not the same as the version that Apache is using.

    cli stands for command line interface – this is the version that will be used when you run php commands from the command line.

    TO see what version Apache is using, create a new php file on your server and put phpinfo(); inside the file – then view it in a browser and look for: PHP Version

    • This reply was modified 5 years, 7 months ago by SJW.
Viewing 1 replies (of 1 total)

The topic ‘PHP version bug!’ is closed to new replies.