I currently have a problem where zend optimizer will not install. As a side note, the install instructions on the Zend site are useless because they refer to files that don’t exist in the archive.
So I go to the “documentation” on offer at scriptcase.net.
http://downloads.scriptcase.net/downloads/v5/manual/en_us/webhelp/manual_mp/manual_mp.htm
The instructions to install zend optimizer are linked from that document
http://www.netmake.com.br/site/baseknowledge/baseknowledge.php?id_topico=98
Unfortunately it’s in a language I don’t speak, much less read.
PS: Does anyone know why the zend optimizer no longer has an install script in the archive?
Update: For the benefit of other linux users frustrated by the lack of clear directions either in the SC documentation or the zend website, you only need to download the zend optimizer archive, unpack in a convenient directory and add a line in your php.ini:
zend_extension="<full path>/ZendOptimizer.so" - it’ll be in the data/<phpversion>/ directory of the extracted archive.