Home · Links · Contact Us
Home arrow FAQ arrow Installation arrow Enabling Zend Optimizer in XAMPP
Home
Features
FAQ
Screen Shots
Modules
Demos
Documentation
Forums
Contact Us
Download
Purchase
Quotes

" ... I want to tell you that your thyme product is functional and valuable beyond words. I cannot imagine why any portal would be without it. It is the cornerstone of our new project ..."

" ... Thanks for such a complete project, its making my job much easier. ..."

" ... I have now deployed 4 different calendars and our users love them ... "

" ... Easy to install and use and a great look/design. ..."

" ... This has to be the easiest to use program I think I've had to deal with at all this year. ..."


Enabling Zend Optimizer in XAMPP Print
If you are using XAMPP, you may simply uncomment some lines in a couple files to enable the Zend Optimizer. If you are unsure if you are using XAMPP then you are probably not and can ignore this.

XAMPP has 2 php.ini files, one in apache\bin and another in php. These are under XAMPP's folder, usually in C:\Program Files\xampp. Locate the one in apache\bin and double-click on it. This should bring up notepad with php.ini



Scroll down to the bottom of the file and you will see a [Zend] section. That will look something like this:

;[Zend]
;zend_extension_ts = "C:\Program Files\xampp\..."
;zend_exteionsion = "C:\Program Files\xampp\..."
;zend_extension_manager.optimizer_ts = "C:\Program Files\xampp\..."
;zend_optimizer.enable_loader = 1
;zend_optimizer.optimization_level=15
;zend_optimizer.license_path = "C:\Program Files\xampp\..."

Uncomment each line by removing the semi-colon ; at the begining. The result should look something like this:
[Zend]
zend_extension_ts = "C:\Program Files\xampp\..."
zend_exteionsion = "C:\Program Files\xampp\..."
zend_extension_manager.optimizer_ts = "C:\Program Files\xampp\..."
zend_optimizer.enable_loader = 1
zend_optimizer.optimization_level=15
zend_optimizer.license_path = "C:\Program Files\xampp\..."

The paths and file names may vary. Simply remove the semi-colons.

NOTE: In some versions of XAMPP these lines may already be uncommented, however you must change the line:
zend_optimizer.enable_loader = 0
to
zend_optimizer.enable_loader = 1
Next you should do the same thing for the php.ini file located in XAMPP's PHP folder.

Restart Apache using XAMPP's control panel or the Windows Services panel and the Zend Optimizer is now enabled!
 
It's all about you!
Does Thyme lack a feature you want? How may we improve it?

Buy Now
  • Secure Checkout
  • Simple, web-based installation
  • PayPal accepted

Test Drive
Download our free, 30-day trial version with no obligation to buy.

The trial download contains all the same features as the full version, so you know exactly what you're getting!

Latest Updates
© 2005 eXtrovert software unless otherwise noted. All rights reserved.
Portions © 2004 Ben Brown. All rights reserved.
Trademarks are property of their respective owners.