Created
November 24, 2019 18:39
-
-
Save autaut03/848ca8e70eca4a4e33c3701b4f7b20f4 to your computer and use it in GitHub Desktop.
PHPBrew PHP 7.3 with extensions (incl. xdebug, pthreads, fpm) and ZTS
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
phpbrew install --mirror=https://www.php.net 7.3.12 +default +mysql +mb +debug +fpm +openssl=/usr/local/opt/openssl +bz2=/usr/local/opt/bzip2 +zlib=/usr/local/opt/zlib -- --enable-maintainer-zts | |
phpbrew ext install github:krakjoe/pthreads master |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
this was for me for php8:
phpbrew --debug install 8.0 +default +zts +mysql +sqlite +mb +debug +fpm +intl +openssl=/usr/local/opt/openssl +bz2=/usr/local/opt/bzip2 +zlib=/usr/local/opt/zlib +apxs2=/usr/bin/apxs2
(for php7 , in the end, add:-- --enable-maintainer-zts
)