Title: php7.0 issue
Last modified: September 1, 2016

---

# php7.0 issue

 *  [Sunset Cowboy](https://wordpress.org/support/users/sunset-cowboy/)
 * (@sunset-cowboy)
 * [9 years, 11 months ago](https://wordpress.org/support/topic/php70-issue/)
 * 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/](https://wordpress.org/plugins/comet-cache/)

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

 *  [Raam Dev](https://wordpress.org/support/users/raamdev/)
 * (@raamdev)
 * [9 years, 11 months ago](https://wordpress.org/support/topic/php70-issue/#post-7464824)
 * [@sunset-cowboy](https://wordpress.org/support/users/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();
       ```
   
 *  [Raam Dev](https://wordpress.org/support/users/raamdev/)
 * (@raamdev)
 * [9 years, 11 months ago](https://wordpress.org/support/topic/php70-issue/#post-7464827)
 * Comet Cache is just reading the value of `PHP_VERSION`, which is [a predefined PHP constant](http://php.net/manual/en/reserved.constants.php)
   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.

 * ![](https://ps.w.org/comet-cache/assets/icon-256x256.png?rev=1348602)
 * [Comet Cache](https://wordpress.org/plugins/comet-cache/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/comet-cache/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/comet-cache/)
 * [Active Topics](https://wordpress.org/support/plugin/comet-cache/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/comet-cache/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/comet-cache/reviews/)

## Tags

 * [php](https://wordpress.org/support/topic-tag/php/)

 * 2 replies
 * 2 participants
 * Last reply from: [Raam Dev](https://wordpress.org/support/users/raamdev/)
 * Last activity: [9 years, 11 months ago](https://wordpress.org/support/topic/php70-issue/#post-7464827)
 * Status: not resolved