Class ZMQContext not found
问题 I'm running web server on nginx 1.4.6 and php 5.5 inside a virtualized machine with Ubuntu 14.04 and need to install ZeroMQ extension. I have followed the instructions on ZMQ (the section To build on UNIX-like systems ), added php language binding as instructed here, compiled it against my version of php and added the line extension=zmq.so to /etc/php5/cli/php.ini as well as to /etc/php5/fpm/php.ini , which are my only .ini files. After restarting nginx and php-fpm the php -i shows following: