PHP IMAP 无法工作,随 Macports 安装
我最近使用 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
PHP 模块已作为 php5 端口的早期版本中的变体提供,但很久以前就已移至自己的端口中。您可以使用
端口变体 php5
查看可用变体,它不再列出该 +imap。您很可能遵循过时的教程。要获取 IMAP 模块,请安装端口 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: