ispCP - Board - Support
Zend Optimizer and IonCube Loader - Printable Version

+- ispCP - Board - Support (http://www.isp-control.net/forum)
+-- Forum: ispCP Omega Development Area (/forum-1.html)
+--- Forum: General discussion (/forum-11.html)
+--- Thread: Zend Optimizer and IonCube Loader (/thread-1199.html)



Zend Optimizer and IonCube Loader - achioo - 08-20-2007 01:57 PM

Anyone have any idea on how to get these two programs to work?


RE: Zend Optimizer and IonCube Loader - ProServ-UK - 08-20-2007 02:35 PM

i just installed them i think i have a read me file a user written up im not sure but if i still have it ill post it in here Big Grin


RE: Zend Optimizer and IonCube Loader - tioan - 08-20-2007 03:20 PM

For Zend Optimizer just download it from zend.com unpack it and start setup.sh, then say that your php.ini is under /root , so zend doesnt modify the ispcp php.iniĀ“s and zend setup do copy the .so to the right place, then you can use this code, to activate Zend Optimizer for every domain,
Code:
cat /etc/php5/conf.d/zend.ini
[Zend]
zend_extension_manager.optimizer=/usr/local/Zend/lib/Optimizer-3.3.0
zend_extension_manager.optimizer_ts=/usr/local/Zend/lib/Optimizer_TS-3.3.0
zend_optimizer.version=3.3.0a

zend_extension=/usr/local/Zend/lib/ZendExtensionManager.so
zend_extension_ts=/usr/local/Zend/lib/ZendExtensionManager_TS.so

or copy this entry not into an zend.ini and add it to every php.ini under /var/www/fcgi/ which should be able to use Zend Optimizer


RE: Zend Optimizer and IonCube Loader - achioo - 08-22-2007 11:38 AM

Tioan that will only get the zend optimizer working... not ioncube as well.

I used http://www.howtoforge.com/linux_apache2_ssl_php5_zendoptimizer_ioncubeloader to set it all up but it's not showing up with ioncube and zend optimizer Sad


RE: Zend Optimizer and IonCube Loader - owhosting - 02-20-2008 11:14 AM

Has anyone else had success with installing Zend Optimizer? I am a little bit nervous that this can/will botch everything up....unfortunately one of my top sites requires it.


RE: Zend Optimizer and IonCube Loader - gOOvER - 02-20-2008 04:19 PM

I Mean, first you have to load Zend, then Ioncube. Normally, only put it into the right php.ini.


RE: Zend Optimizer and IonCube Loader - Daff - 02-20-2008 05:19 PM

Hm I installed the Zend optimizer once with IonCube already running. I read, that the Zend optimizer has to be loaded before IonCube.
Do you have IonCube encrypted applications as well as Zend optimizer apps?


RE: Zend Optimizer and IonCube Loader - DaSilva - 02-25-2008 01:47 AM

I would like to get help, too.
Can I just install Zend and after that IonCube with the standard settings if I want to turn it on for the complete system?


RE: Zend Optimizer and IonCube Loader - weblivehelp - 05-28-2008 06:34 AM

I personally advise to install Zend Optimizer, it makes php require less resources, but I don't think ioncube is really needed. If some software needs it, ionCube has loaders you can put on the path where that software is... so I don't really think you need to install it on your server.