Last active
September 19, 2021 03:54
-
-
Save erlangparasu/ce5b56707849a513d9e6ca5f6f097d6f to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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