Skip to content

Instantly share code, notes, and snippets.

@autaut03
Last active February 1, 2020 17:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save autaut03/4176928d5a74b60388005177152b79a7 to your computer and use it in GitHub Desktop.
Save autaut03/4176928d5a74b60388005177152b79a7 to your computer and use it in GitHub Desktop.
PHP 7.4 with extensions (incl. xdebug, fpm, parallel) and ZTS
phpbrew install 7.4.0 +default +mysql +mb +debug +fpm +openssl=/usr/local/opt/openssl@1.1 +bz2=/usr/local/opt/bzip2 +zlib=/usr/local/opt/zlib -- --enable-maintainer-zts
phpbrew ext install parallel
@oprypkhantc
Copy link

phpbrew install 7.4.2 +default +mysql +mb +debug +fpm +exif +intl +openssl=/usr/local/opt/openssl@1.1 +bz2=/usr/local/opt/bzip2 +zlib=/usr/local/opt/zlib

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment