Everything
php
Learn
Community
Releases
The PHP Project
Learn
Community
Releases
The PHP Project
Home
»
Releases
»
PHP 8.4
»
Download
»
PHP 8.4 via Homebrew (MacOS)
Download / Install
On the command line, run the following commands:
# Download and install Homebrew. curl -o- https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh | bash # Install and link PHP. brew install php@8.4 brew link --force --overwrite php@8.4