Skip to content

Instantly share code, notes, and snippets.

@vaporic
Created January 25, 2017 22:20
Show Gist options
  • Save vaporic/760168ec03656362d8ecc1eca94f4ccc to your computer and use it in GitHub Desktop.
Save vaporic/760168ec03656362d8ecc1eca94f4ccc to your computer and use it in GitHub Desktop.
Update Cloud9 php5.6
sudo add-apt-repository ppa:ondrej/php
sudo apt-get update
sudo apt-get install libapache2-mod-php5.6
sudo a2dismod php5
sudo a2enmod php5.6
sudo add-apt-repository ppa:ondrej/php5-compat
sudo apt-get update
apt-get install php5.6-mysql php-gettext php5.6-mbstring php-xdebug libapache2-mod-php5.6 php5.6-curl php5.6-gd php5.6-mcrypt php5.6-xml php5.6-xmlrpc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment