Skip to content

Instantly share code, notes, and snippets.

@khanhicetea
Last active October 1, 2018 16:31
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 khanhicetea/4d036abf0542307790be5f244705b0cc to your computer and use it in GitHub Desktop.
Save khanhicetea/4d036abf0542307790be5f244705b0cc to your computer and use it in GitHub Desktop.
[Install php in ubuntu via ppa] #php #ubuntu
sudo add-apt-repository ppa:ondrej/php
sudo apt update
sudo apt install php7.1-bz2 php7.1-cli php7.1-common php7.1-curl php7.1-dev php7.1-fpm php7.1-gd php7.1-imap php7.1-intl php7.1-json php7.1-mbstring php7.1-mcrypt php7.1-mysql php7.1-opcache php7.1-readline php7.1-soap php7.1-sqlite3 php7.1-xml php7.1-xmlrpc php7.1-xsl php7.1-zip
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment