I keep getting pointed to ZendGuard and an Optimizer extension for it, which is missing the auto-installer and most of the files.
The filename seems right: ZendOptimizer-3.3.9-linux-glibc23-i386.tar.gz but it it way too small and like I say, doesn't contain the full set of files.
Have they made some significant change in the way things are done since 3.3.3 or have they goofed with the downloads? The 64-bit version is the same as the 32-bit one -- again missing most of the files.
Edit: Here's where I am pointed to: http://www.zend.com/products/zend_optimizer on the website. Selecting the Free Download gets you a page where you have to select the Optimizer option. And that's when things go wrong and I get this silly file with half the contents missing.
Edit again: There are indications on the forum that the auto-installer is not provided anymore.
OK, fine, but the only file provided in the "new style" package is ZendOptimizer.so
My php.ini contains the following
Code: Select all
[Zend]
zend_extension_manager.optimizer=/usr/local/Zend333/lib/Optimizer-3.3.3
zend_extension_manager.optimizer_ts=/usr/local/Zend333/lib/Optimizer_TS-3.3.3
zend_optimizer.version=3.3.3
zend_extension =/usr/local/ioncube/ioncube_loader_lin_5.1.so
zend_extension=/usr/local/Zend333/lib/ZendExtensionManager.so
zend_extension_ts=/usr/local/Zend333/lib/ZendExtensionManager_TS.so
(I install each version of Zend in its own directory so that I can easily roll back, hence the Zend333 rather than just Zend)
Faris.