Jump to content
The Uniform Server Community

Recommended Posts

Posted

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 Options

php.ini's destination folder should be W:\usr\local\php\

Root folder should be W:\usr\local\apache2

Document 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 :)

  • 3 years later...
Posted

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:_Introduction

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

Ric :rolleyes:

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...