Skip to content

Instantly share code, notes, and snippets.

@jibran
Last active March 10, 2019 13:06
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 jibran/7904efc6624160ed0cbf126a23896f16 to your computer and use it in GitHub Desktop.
Save jibran/7904efc6624160ed0cbf126a23896f16 to your computer and use it in GitHub Desktop.
Install new PHP for Drupal
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