Skip to content

Instantly share code, notes, and snippets.

@phunguyen19
Forked from Jacksgong/install-php7-extensions.sh
Created September 27, 2017 04:48
Show Gist options
  • Save phunguyen19/fe1bbebf7e5e0465e366703fa553e250 to your computer and use it in GitHub Desktop.
Save phunguyen19/fe1bbebf7e5e0465e366703fa553e250 to your computer and use it in GitHub Desktop.
linux ubuntu install php7 and neccessary extensions
sudo apt install php7.0-common php7.0-fpm php7.0-cli php7.0-json php7.0-mysql php7.0-curl php7.0-intl php7.0-mcrypt php-pear php7.0-gd php7.0-zip php7.0-xml php7.0-mbstring
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment