Skip to content

Instantly share code, notes, and snippets.

@anhtuank7c
Created June 7, 2016 02:21
Show Gist options
  • Star 4 You must be signed in to star a gist
  • Fork 4 You must be signed in to fork a gist
  • Save anhtuank7c/52bdefb1ea04060032d8a27ad9d39ede to your computer and use it in GitHub Desktop.
Save anhtuank7c/52bdefb1ea04060032d8a27ad9d39ede to your computer and use it in GitHub Desktop.
Install php 5.6 ubuntu 16
sudo add-apt-repository ppa:ondrej/php
sudo apt-get update
sudo apt-get install php5.6
you can install more php5.6 module
sudo apt-get install php5.6-mbstring php5.6-mcrypt php5.6-mysql php5.6-xml php5.6-intl php5.6-intl php5.6-mbstring php-apcu php-uuid php5.6-cgi php5.6-cli php5.6-gd php5.6-ldap php5.6-sqlite3 php-uploadprogress
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment