Skip to content

Instantly share code, notes, and snippets.

@v-thomp4
Created April 29, 2014 08:55
Show Gist options
  • Save v-thomp4/11394481 to your computer and use it in GitHub Desktop.
Save v-thomp4/11394481 to your computer and use it in GitHub Desktop.
Install ioncube php5.4
cd /usr/local
wget http://downloads2.ioncube.com/loader_downloads/ioncube_loaders_lin_x86-64.tar.gz
tar xzf ioncube_loaders_lin_x86-64.tar.gz
rm -f ioncube_loaders_lin_x86-64.tar.gz
echo "zend_extension=/usr/local/ioncube/ioncube_loader_lin_5.4.so" | sudo tee /etc/php5/conf.d/ioncube.ini
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment