Page 1 of 1

ZEROMQ PHP extension

PostPosted: 13. October 2014 16:41
by consigliere
Hello,

I just installed xamp xampp-win32-1.8.3-5-VC11-installer
And I want to set up zeromq extension in php.
This is what command php -v gives in command line:
PHP 5.5.15 (cli) (built: Jul 23 2014 15:05:09)
Copyright (c) 1997-2014 The PHP Group
Zend Engine v2.5.0, Copyright (c) 1998-2014 Zend Technologies

Windows 7 Ultimate 64 bit
I installed the latest version from http://zeromq.org/
And then http://pecl.php.net/package/zmq/1.1.2/windows
downloaded 5.5 Thread Safe (TS) x86
After that I extracted into ext folder.
Putted into php.ini extension=php_zmq.dll and getting this error:
Image

Also I tried from http://stackoverflow.com/questions/22854013/zmq-on-xampp-windows
"The libzmq.dll goes not into the ~/php/ext/ folder. To install ZMQ with xampp you have to put the libzmq.dll into the xampp folder (~/xampp/)!"
And still cant get this to work!
Over and over again this error:
Image
Also I downloaded all the packages from pecl site and still cant get this to work.

Any suggestions?
Thanks!

Re: ZEROMQ PHP extension

PostPosted: 13. October 2014 19:35
by gsmith
That is incorrect, the quoted text from the wiki says;
"Copy libzmq.dll into your php directory" and shows an example for WAMP
so it should go in c:/xampp/php