简体   繁体   English

如何修复 PHP 启动:无法加载动态库?

[英]How to fix PHP Startup: Unable to load dynamic library?

when trying to install igbinary to xampp v3.2.2尝试将 igbinary 安装到 xampp v3.2.2 时

downloaded dll from this link https://pecl.php.net/package/igbinary/2.0.1/windows从此链接下载 dll https://pecl.php.net/package/igbinary/2.0.1/windows

getting this below error, surprisingly php_igbinary.dll exist in 'C:\xampp\php\ext\' then why this error?得到以下错误,令人惊讶的是 php_igbinary.dll 存在于 'C:\xampp\php\ext\' 那么为什么会出现这个错误? any help?有什么帮助吗?

Warning: PHP Startup: Unable to load dynamic library 'C:\xampp\php\ext\igbinary.dll' - The specified module could not be found.警告:PHP 启动:无法加载动态库 'C:\xampp\php\ext\igbinary.dll' - 找不到指定的模块。 in Unknown on line 0在第 0 行的未知中

Under Windows and XAMP you have to use the Thread Safe version (TS) the other one aren't working.在 Windows 和 XAMP 下,您必须使用线程安全版本 (TS),而另一个无法正常工作。 And you have to be patient, that it is only available to PHP 7.1.您必须耐心等待,它仅适用于 PHP 7.1。 Here is another explanation:这是另一种解释:

https://github.com/igbinary/igbinary/issues/246 https://github.com/igbinary/igbinary/issues/246

Right DLL file was not placed for PHP version 7.4.0 once i placed the right version for igbinary DLL file in to PHP/ext folder, issue got fixed.一旦我将 igbinary DLL 文件的正确版本放置到 PHP/ext 文件夹中,则没有为 PHP 版本 7.4.0 放置正确的 DLL 文件,问题得到修复

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 如何修复 PHP 警告:PHP 启动:无法加载动态库 'ext\\\\php_curl.dll'? - How to fix PHP Warning: PHP Startup: Unable to load dynamic library 'ext\\php_curl.dll'? 如何解决PHP警告:PHP启动:无法加载动态库'php_ffmpeg.dll' - How to fix PHP warning: PHP Startup: Unable to load dynamic library 'php_ffmpeg.dll' 如何修复:PHP 启动:无法加载动态库 'php_pdo_sqlsrv_80_nts_x64'? - How to fix: PHP Startup: Unable to load dynamic library 'php_pdo_sqlsrv_80_nts_x64'? 如何修复“PHP 警告:PHP 启动:无法加载动态库‘mongodb’” - How do I fix "PHP Warning: PHP Startup: Unable to load dynamic library 'mongodb' " 如何修复 PHP 警告:PHP 启动:无法加载动态库“xxx/xxx/yaf.so”? - How to fix PHP Warning: PHP Startup: Unable to load dynamic library 'xxx/xxx/yaf.so'? 在 Windows 中运行 PHP:如何解决“PHP 启动:无法加载动态库”问题? - Running PHP in Windows: how to fix "PHP Startup: Unable to load dynamic library" issues? PHP启动:无法在Windows上加载动态库 - PHP Startup: Unable to load dynamic library on Windows PHP启动:无法加载动态库 - php startup :unable to load dynamic library PHP启动:无法加载动态库 - PHP Startup: Unable to load dynamic library PHP启动:无法加载动态库 - PHP Startup: Unable to load dynamic library
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM