Zero MQ enable in php 7 version

how can i enable zero MQ in windows 10 using php 7 as a service

You’ve got a more serious issue there too - you shouldn’t have /web in your URL bar as that means all of the code is web serveable (i’d really recommend fixing this!):

image

ZMQ is a PECL package you can get from here: https://pecl.php.net/package/zmq - we have some guidance here: https://xibo.org.uk/docs/setup/prepare-your-environment#zeromq (also a good read for the web server setup)

Hi.
ZeroMq is not working on PHP Version 7.2 and above.

If you use 7.2 or a Version below use this How TO:

1 Like

This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.