Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
尝试将 igbinary 安装到 xampp v3.2.2 时
从此链接下载的 dll https://pecl.php.net/package/igbinary/2.0.1/windows
得到以下错误,令人惊讶的是 php_igbinary.dll 存在于 'C:\xampp\php\ext\' 那么为什么会出现这个错误?有什么帮助吗?
警告:PHP 启动:无法加载动态库 'C:\xampp\php\ext\igbinary.dll' - 找不到指定的模块。在第 0 行的未知中
在 Windows 和 XAMP 下,您必须使用线程安全版本 (TS),而另一个无法正常工作。您必须耐心等待,它仅适用于 PHP 7.1。这是另一种解释:
https://github.com/igbinary/igbinary/issues/246
一旦我将 igbinary DLL 文件的正确版本放入 PHP/ext 文件夹,问题就没有为 PHP 7.4.0 版本放置正确的 DLL 文件。