且构网

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

PHP 启动:无法加载动态库

更新时间:2023-02-19 18:34:29

Cli 和 Apache PHP 使用两个不同的配置文件运行.这将解释 CLI 模式下缺少的错误消息.可能是此应用程序的扩展未存储在 PHP 扩展文件夹中.我不熟悉windows下的配置,所以你可能需要谷歌搜索windows PHP扩展目录并确保你的扩展文件在那里.

Cli and Apache PHP run with two different configuration files. That will explain the lacking error message in CLI mode. The likelihood is the extensions for this application where not stored in the PHP extension folder. I'm not versed with the configurations under windows so you may need to google for the Windows PHP extension directory and ensure your extension file is there.

根据您的错误判断,路径是C:Program files(x86)PHPext

Judging by your error the path is "C:Program files(x86)PHPext

在尝试加载它们之前,请确保您的扩展文件在那里.

Please ensure your extension files are there before attempting to load them.