Koozali.org: home of the SME Server
Legacy Forums => General Discussion (Legacy) => Topic started by: Pacjack on November 21, 2004, 08:59:55 PM
-
Howto install Zend Optimizer on SME Server 6.0.1?
-
1 - Unpack ZendOptimizer-2.5.5-linux-glibc21-i386.tar.gz and run sh install.sh
2 - Create a template-fragement 92ZO in
# /etc/e-smith/templates-custom/etc/php.ini
[Zend]
zend_optimizer.optimization_level=15
zend_extension_manager.optimizer=/usr/local/Zend/lib/Optimizer-2.5.5
zend_extension_manager.optimizer_ts=/usr/local/Zend/lib/Optimizer_TS-2.5.5
zend_extension=/usr/local/Zend/lib/ZendExtensionManager.so
zend_extension_ts=/usr/local/Zend/lib/ZendExtensionManager_TS.so
3 - Regenerate php.ini
/sbin/e-smith/expand-template #/etc/php.ini
4 - Restart httpd
service httpd restart
5 - Check with
# php -v
Best rgds, Ergin
-
Still had to thank you. Works perfectly :-)
-
Glad to be able to help.
PS: Make sure to upgrade your ZO to 2.5.7 when upgrading php-4.3.10.
Best rgds, Ergin
-
I just ran the Zend Optimizer 2.6.2 (unpacked ZendOptimizer-2.6.2-linux-glibc21-i386.tar.gz) install.sh script to update Zend.
Still work without any problem :)