添加新的 PHP 模块

发布于 2024-12-06 04:24:03 字数 305 浏览 0 评论 0原文

我的 IMAP PHP 模块安装有问题,想尝试再次安装此模块而不重新编译 PHP(这可能吗?),或者至少查看所有 PHP 模块的配置。在进行了一些谷歌搜索后,我仍然不知道如何:

  1. 如果可能的话,在不重新编译 PHP 的情况下安装新的 PHP 模块。
  2. 配置已安装的 PHP 模块。

我注意到 IMAP 模块出现在带有 但不会在命令行上与 php -i 一起出现。

任何帮助将不胜感激。谢谢你!

I am having problems with my IMAP PHP module installation and want to try either installing this module again without recompiling PHP (is this possible?) or at least look at the configuration of all of the PHP modules. After doing some Googling, I am still at a loss as to how to:

  1. Install new PHP modules without recompiling PHP, if possible.
  2. Configure the installed PHP modules.

I notice that the IMAP module appears on a webpage with <?php php_info(); ?> but does NOT appear with php -i on the command line.

Any help would be appreciated. Thank you!

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

月依秋水 2024-12-13 04:24:03

检查 php -i 输出中引用的 ini 文件。 CLI 使用不同的 php.ini 文件,您可能需要在该 php.ini 中启用该模块。

Check the ini file(s) referenced in the output of php -i. The CLI uses a different php.ini file, and you may need to enable the module in that php.ini.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文