Hello
- I have E:\XAMPP with PHP 5.6.15 running on Windows Server 2012 R2 Std
- I have E:\xibo (1.8.0) along with SymlinkD referencing E:\XAMPP\htdocs\xibo to E:\xibo\web
- Following posts on the Internet I have downloaded .dll’s from PECL at http://windows.php.net/downloads/pecl/releases/zmq/1.1.2/php_zmq-1.1.2-5.6-ts-vc11-x64.zip and placed them in the following locations as well as I unblocked them in their file properties:
E:\XAMPP\php\ext\php_zmq.dll
E:\XAMPP\php\libzmq.dll
and entered an extensions line in my E:\XAMPP\php\php.ini:
extension=php_zmq.dll
I restart Apache and continue to get the “!” in the server requirements check of the installation for ZeroMQ as well as the following entry in my PHP log:
PHP Warning: PHP Startup: Unable to load dynamic library '\xampp\php\ext\php_zmq.dll' - %1 is not a valid Win32 application. in Unknown on line 0
Everything else in the requirements checks out fine, I have tried variations of the above, trying different version .dlls (as well as architecture), I have placed this dll in the root E:\XAMPP\libzmq.dll, I have added php to my server path. Nothing seems to change and I continue to get the same error and behavior.
Any help getting ZeroMQ going appreciated, thank you.
16 posts - 8 participants