Last active
March 10, 2019 13:06
-
-
Save jibran/7904efc6624160ed0cbf126a23896f16 to your computer and use it in GitHub Desktop.
Install new PHP for Drupal
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 7.3.3 +gd +zlib +zip +xml +wddx +tokenizer +sockets +session +readline +posix +pdo +pcre +pcntl +openssl +mbstring +mysql +json +iconv +hash +gettext +ftp +filter +fileinfo +exif +dom +curl +ctype +calendar +bz2 | |
phpbrew switch php-7.3.3 | |
phpbrew ext install xdebug | |
phpbrew ext install apcu |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment