Softaculous


Topic : How to install Zend Optimizer


Posted By: irfiii on July 28, 2013, 3:25 pm
One of my Site Script Protected with Zend Guard and Required Zend Optimizer Please Tell me How i can install it in webuzo with ssh putty or with any other method on my centos6 64bit linux operating sys

Posted By: valley on July 29, 2013, 5:51 am | Post: 1
Hi,

Sir you can simply copy the module to the the php extensions directory and enable it from the Enduser Panel using the following guide:
http://webuzo.com/wiki/Enable_Disable_PHP_Extensions

Path to PHP Extensions :
[PHP 5.3]

/usr/local/apps/php53/ext/

[PHP 5.4]

/usr/local/apps/php54/ext/


Edited by valley : July 29, 2013, 5:52 am

-----------------------
Webuzo : Single User Control Panel
Join Webuzo :
Facebook
Twitter


Posted By: irfiii on July 29, 2013, 6:19 am | Post: 2
hello sir, i have copied it to /usr/local/apps/php54/ext/ZendGuardLoader.so and when i try to copy it again got message OverWrite? mean copy successfully
also i added in the end of php.ini
zend_extension=/usr/local/apps/php53/ext/ZendGuardLoader.so
afeter the line zend_extension=/usr/local/apps/php53/ext/ioncube_loader_lin_5.3.so
but its still not showing in php extensions list?
what i do now

Posted By: irfiii on July 29, 2013, 6:32 am | Post: 3
i also cnfirmed by
php -m

it give the result
.
.
.
[Zend Modules]
Zend Guard Loader
the ionCube PHP Loader

Posted By: divij on July 29, 2013, 6:39 am | Post: 4
Hi,

Sir you have to add your extension in /usr/local/apps/php5*/etc/php.d/extra.ini as per the other entry.

Then it will be appear in php extensions list.

Posted By: irfiii on August 2, 2013, 6:09 pm | Post: 5
sir when i try to open extra.ini it give me permession denied

[root@server ~]# /usr/local/apps/php53/etc/php.d/extra.ini
-bash: /usr/local/apps/php53/etc/php.d/extra.ini: Permission denied
[root@server ~]#

Posted By: valley on August 5, 2013, 5:13 am | Post: 6
Quote From : irfiii August 2, 2013, 6:09 pm
sir when i try to open extra.ini it give me permession denied

[root@server ~]# /usr/local/apps/php53/etc/php.d/extra.ini
-bash: /usr/local/apps/php53/etc/php.d/extra.ini: Permission denied
[root@server ~]#


Sir it is indeed an invalid command to read/write a file in linux from the terminal.

[Read]
[root@server ~]# cat /usr/local/apps/php53/etc/php.d/extra.ini

[Write]
You can use the linux file editors available. One of the them is the vi editor.

[root@server ~]# vi /usr/local/apps/php53/etc/php.d/extra.ini
Quick guide to vi :
http://www.computerhope.com/unix/uvi.htm



-----------------------
Webuzo : Single User Control Panel
Join Webuzo :
Facebook
Twitter


Powered By AEF 1.0.8 © 2007-2008 Electron Inc.