在 macOS 上安裝 PHP 7.2 Memo's Blog 2019-01-24 Installation PHP, Programming, macOS 安裝使用 brew 安裝 PHP 7.2。 1brew install php@7.2 啟動 PHP-FPM 服務。 1brew services start php@7.2 關閉 PHP-FPM 服務。 1brew services stop php@7.2 環境變數修改 .zshrc 檔: 1export PATH=/usr/local/opt/php@7.2/bin:$PATH 重新讀取環境變數。 1exec $SHELL