Skip to content

Instantly share code, notes, and snippets.

@spudro228
Created June 24, 2017 16:39
Show Gist options
  • Save spudro228/58f1a14a8b8a54d7e6588ff5bfa1620d to your computer and use it in GitHub Desktop.
Save spudro228/58f1a14a8b8a54d7e6588ff5bfa1620d to your computer and use it in GitHub Desktop.
install php7.1 in fedora 25
sudo dnf install https://rpms.remirepo.net/fedora/remi-release-25.rpm
sudo dnf --enablerepo=remi --enablerepo=remi-php71 install httpd php php-common --best --allowerasing
sudo dnf --enablerepo=remi --enablerepo=remi-php71 install php-pecl-apcu php-cli php-pear php-pdo php-mysqlnd php-pgsql php-pecl-mongodb php-pecl-memcache php-pecl-memcached php-gd php-mbstring php-mcrypt php-xml
@spudro228
Copy link
Author

Init

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment