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;
XAMPP Apache PHP 8.2 on Windows Server 2022. I don’t use IIS, I use XAMPP.
Xibo CMS 4.0.2
I have installed succesfully without /web on my pre-install.
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.
epik
November 2, 2023, 6:13am
5
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
Albus
November 21, 2024, 1:40pm
10
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:
opened 08:35AM - 19 Feb 22 UTC
Hi. Anyone has / use and can share some PHP 8.1.3 windows builds?
Thanks.
I even created a step by step of how to create a ZQM module to any version of PHP:
opened 08:35AM - 19 Feb 22 UTC
Hi. Anyone has / use and can share some PHP 8.1.3 windows builds?
Thanks.
Albus
December 2, 2024, 2:39pm
12
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?