Hi,
I have installed ioncube
by following this:
Shell-Script
- cd /usr/local/
- wget http://downloads3.ioncube.com/loader_downloads/ioncube_loaders_lin_x86-64.tar.gz
- tar -xvzf ioncube_loaders_lin_x86-64.tar.gz
- chmod -x /usr/local/ioncube/ioncube_loader_lin_5.6.so
- nano /etc/php5/mods-available/ioncube.ini
- Inserted below code to above file.
- [ionCube]
- zend_extension ="/usr/local/ioncube/ioncube_loader_lin_5.6.so"
- /etc/init.d/apache2 restart
- and checked if module has been installed:
- root@cpanel:~# php -v
- PHP 5.6.9-0+deb8u1 (cli) (built: Jun 5 2015 11:03:27)
- Copyright (c) 1997-2015 The PHP Group
- Zend Engine v2.6.0, Copyright (c) 1998-2015 Zend Technologies
- with Zend OPcache v7.0.4-dev, Copyright (c) 1999-2015, by Zend Technologies
but its not in there.... Its just not showing up also in php info. I am using php v5.6.9-0+deb8u1