Zend with Virtualmin GPL

2 posts / 0 new
Last post
#1 Wed, 06/25/2008 - 15:28
benjibean1

Zend with Virtualmin GPL

I am trying to look for some direction on how to install and configure Zend Optimizer on the Virtualmin GPL version. Any help out there?

Thanks in advance.

Wed, 06/25/2008 - 21:18
ronald
ronald's picture

just install the latest Zend according to their documentation and add the below lines to your php.ini, then restart apache

make sure you enter the installed version in the below lines (i have 3.3.3)

[code:1][Zend]
zend_extension_manager.optimizer=/usr/local/Zend/lib/Optimizer-3.3.3
zend_extension_manager.optimizer_ts=/usr/local/Zend/lib/Optimizer_TS-3.3.3
zend_optimizer.version=3.3.3
zend_extension=/usr/local/Zend/lib/ZendExtensionManager.so
zend_extension_ts=/usr/local/Zend/lib/ZendExtensionManager_TS.so[/code:1]

Topic locked