Last active
November 29, 2025 07:34
-
-
Save connorhu/a851d6518389d812e484f3c1eb18d1df to your computer and use it in GitHub Desktop.
phpbrew ext
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # 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 | |
| phpbrew ext install libsodium | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment