Skip to content

Instantly share code, notes, and snippets.

@supratims
Created March 2, 2018 18:03
Show Gist options
  • Save supratims/8f87f047fcc6e6e7c39594dacb0a53b3 to your computer and use it in GitHub Desktop.
Save supratims/8f87f047fcc6e6e7c39594dacb0a53b3 to your computer and use it in GitHub Desktop.
ZeroMq on php
git clone git://github.com/mkoppanen/php-zmq.git
cd php-zmq
phpize && ./configure
make && make install
#Finally add the following line to your php.ini:
extension=zmq.so
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment