且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

PHP ZMQ 扩展:无法加载动态库

更新时间:2023-02-22 11:55:22

我遇到了同样的问题.使用 PHP 7.0 x64 TS.我使用了 pecl 中的确切 dll 但同样的错误.我所有的其他扩展都可以正常加载并且位于同一目录中

I had the same problem. using PHP 7.0 x64 TS. I used the exact dll from pecl but same error. all my other extensions load fine and are in the same directory

我遵循了 https://superuser.com/questions/上的所有说明585291/installing-zeromq-on-windows-7-wamp-server.

主要更新将执行以下操作:

the main updates would be to do the following:

复制 libzmq.dlllibsodium.dll 到 php 根目录.(两者都可以在 pecl zip 文件中找到.

copy libzmq.dll and libsodium.dll to php root dir. (both are found in the pecl zip files.