Skip to content

Instantly share code, notes, and snippets.

@egobude
Last active August 29, 2015 14:10
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 egobude/010be3be6a133b38324b to your computer and use it in GitHub Desktop.
Save egobude/010be3be6a133b38324b to your computer and use it in GitHub Desktop.
Install IonCube

Install IonCube

Download ionCube loaders

wget http://downloads.ioncube.com/loader_downloads/ioncube_loaders_lin_x86-64.tar.gz

Extract

tar zxvf ioncube_loaders_lin_x86-64.tar.gz

Move to a permanent location

mv ioncube /usr/local/

Add reference to your php.ini file (pico /etc/php5/apache2/php.ini)

zend_extension = /usr/local/ioncube/ioncube_loader_lin_5.2.so

There are a few versions of the loader in the tar archive and you can choose the one that suites your needs

Restart apache

/etc/init.d/apache2 restart
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment