Skip to content

Instantly share code, notes, and snippets.

@safecat
Created July 25, 2014 08:56
Show Gist options
  • Save safecat/d1099c16aa4903fa41b1 to your computer and use it in GitHub Desktop.
Save safecat/d1099c16aa4903fa41b1 to your computer and use it in GitHub Desktop.
Install php5 5.4 on ubuntu 12.04
sudo apt-get install python-software-properties
sudo add-apt-repository ppa:ondrej/php5-oldstable
sudo apt-get update
sudo apt-get upgrade
sudo apt-get install php5 php5-fpm php5-curl php5-gd php5-intl php5-imagick php5-imap php5-mcrypt php5-memcached php5-memcache php5-ming php5-ps php5-pspell php5-recode php5-snmp php5-sqlite php5-tidy php5-xmlrpc php5-xsl php5-mysqlnd php5-xcache
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment