Skip to content

Instantly share code, notes, and snippets.

@andmetoo
Created July 28, 2017 07:05
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 andmetoo/01155b897e64bcc553a0a3596199b7f6 to your computer and use it in GitHub Desktop.
Save andmetoo/01155b897e64bcc553a0a3596199b7f6 to your computer and use it in GitHub Desktop.
Uubntu install php
# VERSION 5
sudo apt-get install php5-cli php5-common php5-mysql php5-gd php5-fpm php5-cgi php-pear php5-mcrypt -y
sudo apt-get install php5-mongo php5-geoip php5-curl php5-memcache php5-memcached php5-redis php5-tidy -y
# version 7
sudo apt-get install php7.0-cli php7.0-common php7.0-mysql php7.0-gd php7.0-fpm php7.0-cgi php-pear php7.0-mcrypt -y
sudo apt-get install php7.0-curl -y
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment