Skip to content

Instantly share code, notes, and snippets.

@connorhu
Last active January 20, 2023 14:56
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Embed
What would you like to do?
phpbrew ext
# php w mysql
# default:
# bcmath, bz2, calendar, cli, ctype, dom, fileinfo, filter, ipc,
# json, mbregex, mbstring, mhash, pcntl, pcre, pdo, pear, phar, posix,
# readline, sockets, tokenizer, xml, curl, openssl, zip
phpbrew install php-{version} +default +dbs +intl +soap
phpbrew ext install gd
phpbrew ext install iconv -- --with-iconv=/usr/local/opt/libiconv
phpbrew ext install zlib
phpbrew ext install imagick
phpbrew ext install ssh2 latest -- --with-ssh2=/opt/local
phpbrew ext install xdebug
phpbrew ext install sqlite3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment