stuttter / wp-spider-cache

Your friendly neighborhood caching solution for WordPress
GNU General Public License v2.0
134 stars 16 forks source link

PHP7.x support for Memcache/Memcached #15

Closed JJJ closed 8 years ago

JJJ commented 8 years ago

I spent an hour or so researching Memcache/Memcached support in PHP7, and it seems to be a recursive blame-game of packages, bugs, & confusion around what to install when and why.

I'm including some notes here:

  1. php-memcache seems to be the package to install for PHP7
  2. the Memcache PHP class doesn't seem to be readily available
  3. Issues from Ondřej Surý's repo: https://github.com/oerdnj/deb.sury.org/issues?q=is%3Aissue+memcache+is%3Aclosed
JJJ commented 8 years ago

Best I can tell, there is no php7.0 specific package for neither Memcache nor Memcached.

For Ubuntu, each web server needs something akin to:

In addition, any Memcache/Memcached configuration settings need to be moved from their old PHP5 mods-available directory to the PHP7 one.