ZeroMQ PHP-7.3 extension – how to easily install it on cPanel/WHM
ZeroMQ, a software library that lets you quickly design and implement a fast message-based application! So I had this project where I was supposed to install Xibo CMS. Among other requirements, XIBO needs php-zmq extension. The server was running cPanel/WHM. For PHP-7.1 and PHP-7.2 installing the php extension is pretty straight forward:
1 2 | /usr/bin/ea-php71-pecl install channel://pecl.php.net/zmq-1.1.3 /usr/bin/ea-php72-pecl install channel://pecl.php.net/zmq-1.1.3 |
Well, for PHP-7.3 …
ZeroMQ PHP-7.3 extension – how to easily install it on cPanel/WHM Read More »