简体   繁体   中英

windows zmq dll issue for php 7.2

I have XAMPP (x86) with PHP 7.2. I am trying to install ZMQ in the following way:

  1. Downloaded (php_zmq-1.1.3-7.2-ts-vc15-x86.zip) file from https://windows.php.net/downloads/pecl/releases/zmq/1.1.3/
  2. extracted the zip file and copied php_zmq.dll file to C:/xampp/php/ext and libzmq.dll file to C:/xampp/
  3. in the php.ini file, I added extension=php_zmq.dll and restarted my apache.

but I am getting the following error:

PHP Warning: PHP Startup: Unable to load dynamic library 'php_zmq.dll' (tried: C:\\xampp\\php\\ext\\php_zmq.dll (The specified module could not be found.), C:\\xampp\\php\\ext\\php_php_zmq.dll.dll (The specified module could not be found.)) in Unknown on line 0

Please help me fix this issue. Thanks in advance.

libzmq.dll必须位于xampp / apache / bin /文件夹中才能加载扩展名。

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM