08-20-2007, 01:57 PM
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 

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,
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
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.soor 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
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_...cubeloader to set it all up but it's not showing up with ioncube and zend optimizer
I used http://www.howtoforge.com/linux_apache2_...cubeloader to set it all up but it's not showing up with ioncube and zend optimizer

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.
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.
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?
Do you have IonCube encrypted applications as well as Zend optimizer apps?
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?
Can I just install Zend and after that IonCube with the standard settings if I want to turn it on for the complete system?
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.