PHP IMAP 无法工作,随 Macports 安装

发布于 2024-12-06 07:41:12 字数 253 浏览 0 评论 0原文

我最近使用 sudo port install php5 +imap 在 Macports 上安装了 PHP5。但是,当我运行 /opt/local/bin/php -i 时,我没有看到其他模块下列出的 IMAP 模块。我是否需要对 php.ini 进行额外的步骤或更改,或者以其他方式启用此模块?

另外,运行 /usr/bin/php -i (我相信这是 Macports 未安装的 php)也不会显示已配置的 IMAP。

I recently installed PHP5 with Macports using sudo port install php5 +imap. However, when I run /opt/local/bin/php -i, I don't see the IMAP module listed under the other modules. Is there an additional step or change I need to make to php.ini or otherwise to get this module enabled?

Also, running /usr/bin/php -i (I believe this is the php NOT installed by Macports) also does not show IMAP configured.

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

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

发布评论

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

评论(1

蓝天 2024-12-13 07:41:12

PHP 模块已作为 php5 端口的早期版本中的变体提供,但很久以前就已移至自己的端口中。您可以使用端口变体 php5 查看可用变体,它不再列出该 +imap。您很可能遵循过时的教程。

要获取 IMAP 模块,请安装端口 php5-imap:

sudo port install php5-imap

PHP modules have been available as variants in previous versions of the php5 port, but have been moved into their own ports long time ago. You can see the available variants with port variants php5, which does not list that +imap anymore. Most probably you followed an oudated tutorial.

To get the IMAP module install the port php5-imap:

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