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 安卓adb backup备份应用数据失败
  • ¥15 eclipse运行项目时遇到的问题
  • ¥15 关于#c##的问题:最近需要用CAT工具Trados进行一些开发
  • ¥15 南大pa1 小游戏没有界面,并且报了如下错误,尝试过换显卡驱动,但是好像不行
  • ¥15 没有证书,nginx怎么反向代理到只能接受https的公网网站
  • ¥50 成都蓉城足球俱乐部小程序抢票
  • ¥15 yolov7训练自己的数据集
  • ¥15 esp8266与51单片机连接问题(标签-单片机|关键词-串口)(相关搜索:51单片机|单片机|测试代码)
  • ¥15 电力市场出清matlab yalmip kkt 双层优化问题
  • ¥30 ros小车路径规划实现不了,如何解决?(操作系统-ubuntu)