I’m seeing the same error after switching to HHVM from php5-fpm
It does work I have a couple sites running nginx server that I have been using the plugin on. Using memcache on one and memcached on the other
just change the following server line
# PHP-FPM upstream; change it accordingly to your local config!
upstream php-fpm {
server 127.0.0.1:9000;
to something like this
# PHP-FPM upstream; change it accordingly to your local config!
upstream php-fpm {
server unix:/var/run/php5-fpm.sock;