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.
This doesn't seem to work on php7.2, plus now brew has removed/changed the way php is distributed. Additional modules now should be pulled via pecl, which in my case doesn't work at all. I'm pretty stuck 😄