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.
@healdev,
You should try the homebrew php installation, then install the memcached extension
for me it was :
brew install php72-memcached
nothing more to do.
I hope it helps