• After updating the server from php 5.6 to php 7.0 I get the following message from Comet Cache:

    “As of December 1st, 2015 Comet Cache requires PHP 5.4 or higher. Your server is currently running PHP v5.3.29. You will need to upgrade to PHP 5.4 or higher to run this version of Comet Cache.

    Learn more about this change here: New Minimum PHP Version: PHP 5.4

    Your server is also running the outdated PHP APC extension. Please see: PHP APC Extension No Longer Supported”

    Strangely only on one of five websites I am running.
    Any ideas why this could be so?

    https://wordpress.org/plugins/comet-cache/

Viewing 2 replies - 1 through 2 (of 2 total)
  • @sunset-cowboy We do most of our Comet Cache development testing on PHP 7 and haven’t seen this issue. Could you try uploading a phpinfo.php file to the site with the following inside and then visit that file in your browser to verify that you’re actually running PHP 7?

    <?php
    phpinfo();

    Comet Cache is just reading the value of PHP_VERSION, which is a predefined PHP constant set by PHP itself. If that’s reporting PHP v5.3.29, then that’s what is being used.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘php7.0 issue’ is closed to new replies.