Install ioncube in CentOS

Source: Internet
Author: User
Tags ioncube
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

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.