doujinyi1267 2019-01-02 20:18
浏览 219

用于php 7.2的windows zmq dll问题

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.

  • 写回答

1条回答 默认 最新

  • duanbipu7601 2019-01-11 04:31
    关注

    libzmq.dll need to be in xampp/apache/bin/ folder for it to be load the extension.

    评论

报告相同问题?

悬赏问题

  • ¥15 如何在scanpy上做差异基因和通路富集?
  • ¥20 关于#硬件工程#的问题,请各位专家解答!
  • ¥15 关于#matlab#的问题:期望的系统闭环传递函数为G(s)=wn^2/s^2+2¢wn+wn^2阻尼系数¢=0.707,使系统具有较小的超调量
  • ¥15 FLUENT如何实现在堆积颗粒的上表面加载高斯热源
  • ¥30 截图中的mathematics程序转换成matlab
  • ¥15 动力学代码报错,维度不匹配
  • ¥15 Power query添加列问题
  • ¥50 Kubernetes&Fission&Eleasticsearch
  • ¥15 報錯:Person is not mapped,如何解決?
  • ¥15 c++头文件不能识别CDialog