Install Zend Optimizer & IonCube Centos 5.3

Posted on October 6, 2009. Filed under: Uncategorized |

[Zend Optimizer]

Download http://www.zend.com/free_download/optimizer

# wget http://downloads.zend.com/optimizer/3.3.9/ZendOptimizer-3.3.9-linux-glibc23-i386.tar.g

# tar zxf ZendOptimizer-3.3.9-linux-glibc23-i386.tar.gz

# cp ZendOptimizer-3.3.9-linux-glibc23-i386/data/5_1_x_comp/ZendOptimizer.so /usr/lib/php/modules/

# nano /etc/php.ini

” add line”

[Zend]
zend_extension=/usr/lib/php/modules/ZendOptimizer.so

Restart Apache

# /etc/init.d/httpd restart

[ IonCube Loader]

# wget http://downloads2.ioncube.com/loader_downloads/ioncube_loaders_lin_x86.tar.gz

# tar zxf ioncube_loaders_lin_x86.tar.gz

# mv ioncube /usr/lib/php/modules/

# chown -R root:root /usr/lib/php/modules/ioncube

# nano /etc/php.ini

add line after [PHP]/ line no 2

zend_extension=/usr/lib/php/modules/ioncube/ioncube_loader_lin_5.1.so

# /etc/init.d/httpd restart

cek phpinfo();

Make a Comment

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out / Change )

Twitter picture

You are commenting using your Twitter account. Log Out / Change )

Facebook photo

You are commenting using your Facebook account. Log Out / Change )

Connecting to %s

Liked it here?
Why not try sites on the blogroll...

Follow

Get every new post delivered to your Inbox.