brew install php70
git clone -b NON_BLOCKING_IO_php7 https://github.com/websupport-sk/pecl-memcache.git
cd pecl-memcache
phpize
./configure
make && make install
vi /usr/local/etc/php/7.0/php.ini
Add extension=memcache.so
under the extensions section.
Hi Niteshvgupta,
Tnx for your work, i've installed it here :
=> debian 8.8, PHP : 7.0.20-1~dotdeb+8.1
And it work !
Tnx,