Quantcast
Channel: php – Scripts de chat en vidéo
Viewing all articles
Browse latest Browse all 27

Install ZMQ for PHP

$
0
0
wget http://download.zeromq.org/zeromq-4.1.0-rc1.tar.gz tar -zxvf zeromq-4.1.0-rc1.tar.gz cd zeromq-4.1.0  ./configure make make install   pecl install zmq-beta   Find php.ini : php -i | grep 'Configuration File'   Check if extension was added: cat /usr/local/lib/php.ini | grep zmq Should show: extension="zmq.so" Setup a phpinfo.php file containing code phpinfo() in that folder, to check if library is loaded.   […]

Viewing all articles
Browse latest Browse all 27

Trending Articles