Skip to content

Instantly share code, notes, and snippets.

@odelrio
Created December 21, 2020 00:28
Show Gist options
  • Save odelrio/250ff3ab186ade1c7d3119ec847804be to your computer and use it in GitHub Desktop.
Save odelrio/250ff3ab186ade1c7d3119ec847804be to your computer and use it in GitHub Desktop.
Install PHP 8.0 with phpbrew (macOS Big Sur)
brew install libzip
brew install readline
brew install oniguruma
brew install bzip2
brew install openssl@1.1
brew install pkg-config
phpbrew --debug install 8.0 +default +pdo +mysql +sqlite +bz2 +zlib
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment