Tokeiito Posted January 21, 2006 Report Posted January 21, 2006 1 Step: Download, optimizer from: http://www.zend.com/store/products/zend-optimizer.php 2 Step: Install it: Select Apache 2.x in the Web Server Optionsphp.ini's destination folder should be W:\usr\local\php\Root folder should be W:\usr\local\apache2Document Root is W:\www\ 3 Step: Edit php.ini in W:\usr\local\php At the end of file there is lines: [Zend] zend_extension_manager.optimizer_ts="C:\Program Files\Zend\ZendOptimizer-x.x.x\lib\Optimizer-x.x.x" zend_extension_ts="C:\Program Files\Zend\ZendOptimizer-x.x.x\lib\ZendExtensionManager.dll" change it to: [Zend] zend_extension_manager.optimizer_ts="/usr/local/zendoptimizer/lib/Optimizer-x.x.x" zend_extension_ts="/usr/local/zendoptimizer/lib/ZendExtensionManager.dll" 4 Step: Create dir zendoptimizer in W:\usr\local.Copy evrything from C:\Program Files\Zend\ZendOptimizer-x.x.x to it. Thats it. It working for me Quote
olajideolaolorun Posted January 24, 2006 Report Posted January 24, 2006 Can you post it here: http://wiki.uniformserver.com/Installing_ZendOptimizer Example of a good Wiki Entry will be this: http://wiki.uniformserver.com/Installing_ionCube Thanks. Quote Best Regards Olajide Olaolorun The Uniform Server Development Team
Chris Hawkins Posted November 18, 2009 Report Posted November 18, 2009 Where are the instructions for installing Zend Optimizer in 5.3 Nano? I looked here; http://wiki.uniformserver.com/index.php/5....o:_Introduction , but there are no files to download and no instructions. I've installed Zend Optimizer before, but I have never had problems like this. Please help! Quote
Ric Posted November 18, 2009 Report Posted November 18, 2009 Real issue there is not a compatible version of Zend Optimizer for PHP 5.3.0 Hence on the Wiki http://wiki.uniformserver.com/index.php/5....o:_Introductionunder plugins you will have noticed, “to be released” Additional information may be found here:http://forums.zend.com/viewtopic.php?f=57&t=1365 All the bestRic Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.