Larry Clark schrieb:
I downloaded and installed hte latest zend optimizer, and the phpinfo page doesnt show it being in there.....and my software package that I am trying to install needs it. and it too says it isn't installed. is there somethign in the php.ini file I need to do to make it start or somethign? thanks.
You should add
[Zend]
zend_optimizer.optimization_level=0
zend_extension_ts=<path to ZendOptimizer.dll (Win32) or ZendOptimizer.so (*nix)>
to php.ini
Hendrik