Brew PHP(Homebrew PHP)是一个用于在 macOS 上安装和管理 PHP 版本的工具。要配置 Brew PHP 环境,可以按照以下步骤进行操作:
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)"
brew tap exolnet/homebrew-deprecated
brew install php@7.4
brew link --force --overwrite php@7.4
php -v
brew install php@7.4-xdebug
/usr/local/etc/php/7.4/php.ini
通过以上步骤,您可以成功配置 Brew PHP 环境并开始在 macOS 上使用所需的 PHP 版本。