Jump to content
The Uniform Server Community

Install Zend Optimizer with Uniform Web Server


Recommended Posts

Posted

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

Posted

This really is a pain continued!

 

http://forums.zend.com/viewtopic.php?f=57&t=1365

 

It appears Zend Optimizer has been renamed ZendLoader

Hence 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 best

Ric :)

  • 3 months later...
Posted

This really is a pain continued!

 

http://forums.zend.com/viewtopic.php?f=57&t=1365

 

It appears Zend Optimizer has been renamed ZendLoader

Hence 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 best

Ric :)

 

Hi Ric,

 

Do we have any solution for Orion Version 7.0 ?

 

OT: zend php commercialization with reckless future :(

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...