StéphanS
Regular Pleskian
I use:
But I'm not positive this is the correct way of doing it.
I'm sure atomicturtle will correct me where needed.
Code:
cd
wget http://downloads3.ioncube.com/loader_downloads/ioncube_loaders_lin_x86-64.tar.gz
tar -xvzf ioncube_loaders_lin_x86-64.tar.gz
cp ~/ioncube/ioncube_loader_lin_5.5.so /usr/lib64/php/modules/
echo 'zend_extension=/usr/lib64/php/modules/ioncube_loader_lin_5.5.so' > /opt/atomic/atomic-php55/root/etc/php.d/ioncube.ini
But I'm not positive this is the correct way of doing it.
I'm sure atomicturtle will correct me where needed.