27Dec/090
Installing ionCube
ionCube protects software written using the PHP programming language from being viewed, changed, and run on unlicensed computers.
1. Download ionCube loaders
sudo wget http://downloads.ioncube.com/loader_downloads/ioncube_loaders_lin_x86.tar.gz
2. Extract
sudo tar zxvf ioncube_loaders_lin_x86.tar.gz
3. Move to a permanent location
sudo mv ioncube /usr/local/
4. Add reference to your php.ini file (sudo 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. Use the one that matches your PHP version.
5. Restart apache
sudo /etc/init.d/apache2 restart