CentOS Install php acceleration software ioncube
1. Download
Cd/home
Wget http://downloads2.ioncube.com/loader_downloads/ioncube_loaders_lin_x86.tar.gz
2. install ioncube
Mkdir/usr/ioncube # create the ioncube installation directory
Tar zxvf ioncube_loaders_lin_x86.tar.gz # decompress the file
Cp-rf ioncube/*/usr/ioncube/# copy the file to the installation directory
Rm-rf/home/ioncube * # Delete the installation package
3. configure ioncube
Cp/etc/php. ini/etc/php. inibak # back up data before modification
Vi/etc/php. ini # edit the file and add the following content at the last position
[IonCube Loader]
Zend_extension = "/usr/ioncube/ioncube_loader_lin_5.3.so"
Note:
If Zend Guard was previously installed, to avoid conflicts between ionCube and Zend Guard,
You need to add the above content to the Zend Guard code.
4. restart the web server
/Etc/init. d/httpd restart