Help with Zend Optimizer

Need help installing PHP, configuring a script, or configuring a server? Then come on in and post your questions! We'll try to help the best we can!

Moderator: General Moderators

Post Reply
User avatar
mecha_godzilla
Forum Contributor
Posts: 375
Joined: Wed Apr 14, 2010 4:45 pm
Location: UK

Help with Zend Optimizer

Post by mecha_godzilla »

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
Post Reply