Skip to content

Instantly share code, notes, and snippets.

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 Sylyac2000/0213c5f4b67b0efba616c4c970ded011 to your computer and use it in GitHub Desktop.
Save Sylyac2000/0213c5f4b67b0efba616c4c970ded011 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