harib083 Posted December 20, 2010 Report Share Posted December 20, 2010 I have installed Uniform Server 6.0.6 and need to install Zend Optimizer. I have downloaded the optimizer from Zend (http://www.zend.com/en/products/guard/downloads) and have run the installer. Everything seemed to go ok but when I try to install a product that needs Zend Optimizer 2.6 or greater it cant be found. I have checked in PHPinfo and the only thing showing with Zend is below: This program makes use of the Zend Scripting Language Engine: Zend Engine v2.3.0, Copyright © 1998-2010 Zend Technologies with eAccelerator v1.0-snv425, Copyright © 2004-2010 eAccelerator, by eAccelerator in my PHP.ini i Have the following lines of code: [Zend] zend_extension_manager.optimizer_ts="C:\UniServer\usr\local\zend\lib\Optimizer-3.3.0" zend_extension_ts="C:\UniServer\usr\local\zend\lib\ZendExtensionManager.dll" Does anybody have any ideas why this isn't working? Thanks Quote Link to comment Share on other sites More sharing options...
Ric Posted December 20, 2010 Report Share Posted December 20, 2010 This really is a pain continued! http://forums.zend.com/viewtopic.php?f=57&t=1365 It appears Zend Optimizer has been renamed ZendLoaderHence path required in php.ini file is:[Zend]zend_extension=C://ZendLoader.dll This would have been fine however the binary is non-thread safe VC9.Hence will not run on either the Nano or Carbo series. The above issue is covered in this post: http://forums.zend.com/viewtopic.php?f=57&t=8721 All the bestRic Quote Link to comment Share on other sites More sharing options...
z2z Posted March 29, 2011 Report Share Posted March 29, 2011 This really is a pain continued! http://forums.zend.com/viewtopic.php?f=57&t=1365 It appears Zend Optimizer has been renamed ZendLoaderHence path required in php.ini file is:[Zend]zend_extension=C:/<full_path_to>/ZendLoader.dll This would have been fine however the binary is non-thread safe VC9.Hence will not run on either the Nano or Carbo series. The above issue is covered in this post: http://forums.zend.com/viewtopic.php?f=57&t=8721 All the bestRic Hi Ric, Do we have any solution for Orion Version 7.0 ? OT: zend php commercialization with reckless future Quote Link to comment Share on other sites More sharing options...
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.