ZeroMq Installing V1.3
ZeroMq Installing V1.3
3V
for all the guys who have trouble to install ZeroMQ on an Windows System.
1: Server-Environment:
1.1 You have to check what version of PHP is installed on your Webserver:
You can find that information, when you open your PHP-Info-File:
If you have a x64 Server running, it‘s necessary to have both Runtimeversions
These are:
I made it easy and installed all. After that, don’t forget to reboot.
https://windows.php.net/downloads/pecl/releases/zmq/
php_zmq-1.1.2-5.6-ts-vc11-x64.zip
I must have installed Microsoft Visual C++ 2012 (VC11) in x32 and x64 Version
4. Installing
after that you must go to your PHP.ini and edit the following line:
Under the chapter: „Dynamic Extensions“ you must write the line:
extension=php_zmq.dll
Than you must write the following line in your http.conf to load the .dll in the
Apache Webserver.
LoadFile "C:\server-path\php\libzmq.dll"
After the last step, you must go to your
Control Panel
System
System Proberties
Environment Variables
System Variables
Under the Key: „Path“ you must write down the path to your PHP-Directory
In my case: c:\server-path\php
Finally you must reboot your Windows Server and do the Xibo-System-Test again.
Torsten