Like in topic, I cant find answer. Does Memecached support PHP 7.0.12? Or only PHP 5.x version and 6.0.0
Asked
Active
Viewed 147 times
1
-
do you mean the other way around? PHP7 to support memcached ? – Dragos Dec 14 '16 at 15:31
-
also, there is no public release of a PHP version 6 – Dragos Dec 14 '16 at 15:32
-
Yes, PHP7 does support memcached. – Jakub Matczak Dec 14 '16 at 15:35
-
Yes, yes. I want to know that memcached is supported by PHP 7.0.12 – Tomas Dec 14 '16 at 15:38
-
@Jakub Matczak can you write bit more? – Tomas Dec 14 '16 at 15:43
-
I'm not sure if binaries are already available, so you probably still need to build on your own the `php7` branch in `php-memcached` repository. https://github.com/php-memcached-dev/php-memcached/tree/php7 – Jakub Matczak Dec 14 '16 at 15:48
-
@Jakub Matczak thanks. – Tomas Dec 14 '16 at 15:52
-
Possible duplicate of [How to use Memcached with PHP7?](http://stackoverflow.com/questions/36374068/how-to-use-memcached-with-php7) – ChrisGPT was on strike Dec 14 '16 at 16:32
1 Answers
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