Help ZMQ Configuration for Xibo V4 - XAMPP Server

Please I need help for ZMQ Configuration.

My Xibo V4 runs on PHP 8.2 and I use all type of ZMQ, thread safe or non-thread safe.

I have replaced this file libzmq.dll to c:\xampp and php_zmq.dll and c:\xampp\php\ext.
I have added extension=php_zmq.dll BUT STILL NOT WORKING.

Please help me. Thank you.

Send the list of all your requisites… let me see it
Then, i need to know what is the EXACLTY version of PHP… If is NTS or not.

2 Likes

Hi, pitoco02.

My requisites;

  1. XAMPP Apache PHP 8.2 on Windows Server 2022. I don’t use IIS, I use XAMPP.
  2. Xibo CMS 4.0.2
  3. I have installed succesfully without /web on my pre-install.
  4. Now I have Xibo 3.1.1 with PHP 7.2, ZMQ works.

The trouble is I can’t find ZMQ version which work on Xibo 4.0.2, runs on PHP 8.2 XAMPP Server.

Thank you.

I need help for this.

Last time I’m using ZMQ taken from here GitHub, and make sure you run deplister.exe to make sure all dependency files are copied into the folder.

IT SOLVED!

Thank you for your file, @pitoco02. I use zmp-php8.2-win32-x64-vs16.

1 Like

Hello!

How did you manage to install ZeroMQ on Xibo version 4 with Xampp 8.2?

I tried with this dll and lib indicated, but I was unsuccessful

Hi, sorry for late reply.

Happy to help you, you can send me a message. Thank you.

not functional for me, i use xampp php8.2

Hello,
I also tried to install ZeroMQ on Xibo version 4 with XAMPP 8.2 (Windows Server 2022) but it always failed.
Do you found a solution?

You guys must see if your PHP version is TS ou NTS.

This ZMQ version that i compiled its an NTS version.

You can get both versions in this github topic:

I even created a step by step of how to create a ZQM module to any version of PHP:

Hi @pitoco02
I tried both TS and NTS, but it does not work (with PHP Version 8.2.12)
Does that mean I should create the files (php_zmq.dll + libzmq) myself with your instructions?

Can I see your configuration?