Skip to content

Instantly share code, notes, and snippets.

@erlangparasu
Last active September 19, 2021 03:54
Show Gist options
  • Save erlangparasu/ce5b56707849a513d9e6ca5f6f097d6f to your computer and use it in GitHub Desktop.
Save erlangparasu/ce5b56707849a513d9e6ca5f6f097d6f to your computer and use it in GitHub Desktop.
apt update
apt install libzmq-ffi-perl
git clone git://github.com/mkoppanen/php-zmq.git
cd php-zmq
phpize7.4 && ./configure
make && make install
php7.4 -m
php-fpm7.4 -m
systemctl restart php7.4-fpm
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment