Skip to content

Instantly share code, notes, and snippets.

@chris-huffman
Created May 18, 2020 21:22
Show Gist options
  • Save chris-huffman/a5cf6d2cdd48a715947206c03d3cdf4c to your computer and use it in GitHub Desktop.
Save chris-huffman/a5cf6d2cdd48a715947206c03d3cdf4c to your computer and use it in GitHub Desktop.
Install Ioncube Loader
cd /tmp
wget http://downloads3.ioncube.com/loader_downloads/ioncube_loaders_lin_x86-64.tar.gz
tar xfz ioncube_loaders_lin_x86-64.tar.gz
#Note: this install is specific to a specific version of PHP. Make sure to use the correct one for your system. The example below is using PHP 7.2.
php -v
Ioncube install:
copy ioncube_loader_lin_7.2.so to /usr/lib64/php/modules/
vi /etc/php.ini
zend_extension = /usr/lib64/php/modules/ioncube_loader_lin_7.2.so
service httpd restart
service php-fpm reload
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment