Help with Zend Optimizer
Posted: Mon Oct 04, 2010 6:25 pm
Hi,
My server is running PHP 5.1.6 and I've manually installed Zend Optimizer 3.3.3 from this guide:
http://en.ispdoc.com/index.php/Installi ... _Optimizer
The README in the downloaded file (from Zend) is pretty close to the instructions here and the extension seems to have installed correctly judging by the output from php -v and phpinfo() but when I did php -m I got this:
....
tokenizer
wddx
xml
Zend Optimizer
zlib
[Zend Modules]
Zend Optimizer
Do the two Zend Optimizer entries relate to the same extension or is something else going on?
Also, does anyone know how to configure Zend Optimizer - I want to try enabling/disabling certain optimisations because my site is now slower than without it
Thanks in advance,
Mecha Godzilla
My server is running PHP 5.1.6 and I've manually installed Zend Optimizer 3.3.3 from this guide:
http://en.ispdoc.com/index.php/Installi ... _Optimizer
The README in the downloaded file (from Zend) is pretty close to the instructions here and the extension seems to have installed correctly judging by the output from php -v and phpinfo() but when I did php -m I got this:
....
tokenizer
wddx
xml
Zend Optimizer
zlib
[Zend Modules]
Zend Optimizer
Do the two Zend Optimizer entries relate to the same extension or is something else going on?
Also, does anyone know how to configure Zend Optimizer - I want to try enabling/disabling certain optimisations because my site is now slower than without it
Thanks in advance,
Mecha Godzilla