Skip to content

Instantly share code, notes, and snippets.

@joseluisq
Created April 13, 2017 15:53
Show Gist options
  • Save joseluisq/5b754d637fe19c853924f16093046119 to your computer and use it in GitHub Desktop.
Save joseluisq/5b754d637fe19c853924f16093046119 to your computer and use it in GitHub Desktop.
Install phpbrew in Fedora x64 25+
  1. Install phpbrew: https://github.com/phpbrew/phpbrew

  2. Install development dependencies:

sudo dnf install readline-devel bzip2-devel libmcrypt-devel
  1. Install your php version
phpbrew install 7.1 +default +mysql +fpm +openssl=/usr -- --with-libdir=lib64
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment