Install ionCube Loader on CentOS 7
Go to https://www.ioncube.com/loaders.php Download latest version of ionCube Loader cd /usr/local/src wget https://downloads.ioncube.com/loader_downloads/ioncube_loaders_lin_x86-64.tar.gz tar xvf ioncube_loaders_lin_x86-64.tar.gz cd ioncube Find out PHP version you are using with command php -v Here we have PHP version 5.6, now you need to find the available loaders for PHP 5.6 with command ls -l | grep 5.6 The one … Read more