(dv) 4.0:Install ionCube Loader Libraries
- This page was last modified on May 27, 2011, at 14:16.
From (mt) Community Wiki
This article explains how to install the ionCubeLoader PHP libraries.
Instructions
- Log into your server as root or a sudo user via SSH.
-
Run the following commands to add the 'atomic' yum repository, and install the ionCube Loader Libraries package (note that each line represents a single command -- copy and paste each line individually, in order):
wget -q -O - http://www.atomicorp.com/installers/atomic | sh yum install php-ioncube-loader
- After ionCube is successfully installed, simply reboot apache with the following command
/etc/init.d/httpd restart