1

Like in topic, I cant find answer. Does Memecached support PHP 7.0.12? Or only PHP 5.x version and 6.0.0

Tomas
  • 13
  • 4

1 Answers1

1

Simply, not yet, the current memcache extension doesn't work with the current php 7.

See the actual memcached page here - https://pecl.php.net/package/memcached - where they do indeed say that it currently requires > php 5.2 && < php 6.0

Stuart
  • 6,630
  • 2
  • 24
  • 40