Hi, what I need to change to "Optimization Pass 9" be ENABLE ?
Hi, what I need to change to "Optimization Pass 9" be ENABLE ?
Wat's that?
Use phpinfo for view Zend Opt. Tests, like it
Zend Optimizer
Optimization Pass 1 enabled
Optimization Pass 2 enabled
Optimization Pass 3 enabled
Optimization Pass 4 enabled
Optimization Pass 9 disabled <--------------------- I want to enable it.
Zend Loader enabled
License Path no value
Can you paste your current output of:
grep "zend.optimizer" -- /usr/local/lib/php.ini
zend_optimizer.optimization_level=15
zend_optimizer.version=3.0.0
The optimization level appears to be at the highest possible level, I don't believe there is a way to enable that Optimization Pass...you can however check Zend.com...
I´ve found nothing in zend.com
Someone can help?
Do you use VPS or Dedicated server ?
have an dedicated
I still need help
Please don't bump threads in this way. If people want to help, they will, otherwise you'll have to look for support from the application developers over at zend.com
Jonathan Michaelson
Need your cPanel servers secured and tuned?
cPanel Server Configuration, Security, Recovery and Antivirus/AntiSpam Services
Developers of the most effective (and free) Firewall & Security Solution for cPanel Servers - csf
http://www.configserver.com
Zend.com have not helped
If nothing/nobody helped, you can seek professional help.Originally Posted by strikinado
Andy Reed
RHCE and CCNA
ServerTune.com
Hi,Originally Posted by strikinado
I make in my /usr/local/Zend/etc/php.ini :
;zend_optimizer.optimization_level=15
salve php.ini
service httpd restart
done....
Optimization Pass 1 enabled
Optimization Pass 2 enabled
Optimization Pass 3 enabled
Optimization Pass 4 enabled
Optimization Pass 9 enabled
Zend Loader enabled
License Path no value
![]()
Thank You very much. I´ve comented this line and Optimization 9 is now, enable.
Thanks !!