gpt4 book ai didi

php - 在 OSX 上将 IMAP 添加到 PHP 7.2

转载 作者:可可西里 更新时间:2023-11-01 13:35:38 24 4
gpt4 key购买 nike

我在 OS X El Capitan 上使用 PHP 7.2,当然是使用 Homebrew 安装的。现在我想使用 PHP 的 IMAP 扩展中的一些 IMAP 函数,但无论我搜索什么,我都找不到在 OSX 上添加扩展的方法。

一些我尝试过的东西……当然,我已经尝试过最常用的推荐方法:

$ brew reinstall php --with-imap

然而这失败了,返回:

Warning: php: this formula has no --with-imap option so it will be ignored!

我发现顺便提到的另一种方法也失败了:

$ brew install php72-imap

Error: No available formula with the name "php72-imap"
==> Searching for a previously deleted formula (in the last month)...
Warning: homebrew/core is shallow clone. To get complete history run:
git -C "$(brew --repo homebrew/core)" fetch --unshallow

Error: No previously deleted formula found.
==> Searching for similarly named formulae...
Error: No similarly named formulae found.
==> Searching taps...
==> Searching taps on GitHub...
Error: No formulae found in taps.

我不确定该往哪个方向发展。我确信有一种简单的,可能有记录的方法可以做到这一点,但我还没有找到它。也许我只是在错误的地方查找并使用了错误的搜索词...

最佳答案

Kevin Abel提供一些从 Homebrew/core 中删除的 PHP 扩展.您可以安装 IMAP 扩展:

brew tap kabel/php-ext
brew install php-imap

要安装特定版本,例如 7.2,请使用:

brew install php@7.2-imap

关于php - 在 OSX 上将 IMAP 添加到 PHP 7.2,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/51433648/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com