1. Download ioncube:
wget http://downloads.ioncube.com/loader_down...x86.tar.gz
2. Extract ioncube
tar zxvf ioncube_loaders_lin_x86.tar.gz
3.move file ioncube_loader_lin_5.3.so
mv ioncube/ioncube_loader_lin_5.3.so /usr/lib/php5/20090626/
4.create file called ioncube.ini (I use nano, you pick your editor)
nano /etc/php5/conf.d/ioncube.ini
5.copy and paste this line
zend_extension = /usr/lib/php5/20090626/ioncube_loader_lin_5.3.so
6. Restart Apache
/etc/init.d/apache2 restart
7. check if installed correctly
php –v
You should have working ioncube installation now. If not check what you missed.
No comments:
Post a Comment