Page 1 of 1

Is zend optimizer built in?

PostPosted: 27. January 2009 21:15
by rps_1969
Hi all

Can someone tell me if the latest version of xampp-win32-1.7.0 comes with zend optimizer built in. I only ask as I have received some zend encoded files and when i run them it claims zend optimizer is not installed.

Re: Is zend optimizer built in?

PostPosted: 27. January 2009 21:26
by Wiedmann
it claims zend optimizer is not installed.

Yeah, this error message is really ambiguous... Zend Optimizer is working and active in XAMPP, but the loader is disabled. Just enable it in "php.ini".

Re: Is zend optimizer built in?

PostPosted: 11. February 2009 03:34
by billygao
Could you explain how to enable the Zend Optimizer in the 'php.ini' please? Thanks!

Re: Is zend optimizer built in?

PostPosted: 11. February 2009 03:40
by Izzy
billygao wrote:Could you explain how to enable the Zend Optimizer in the 'php.ini' please? Thanks!
The Zend Optimizer is enabled in the php.ini file already as pointed out above.

It is the loader that may need to be enabled.

xampp\apache\bin\php.ini

Look for the [Zend] section and then find
zend_optimizer.enable_loader = 0
Change to
zend_optimizer.enable_loader = 1

Save and then restart Apache.

Re: Is zend optimizer built in?

PostPosted: 18. June 2009 10:10
by MsKazza
Hi,
I have the same problem, trying to install a script that uses zend encoded pages. I have installed the latest version of xampp 1.7.1 (and have just reinstalled it, so its a fresh install no changes), however when i go to xampp/apache/bin/ i can't find any php.ini. Has this been moved in this version or is there now another way to start the zend loaded?
Any help much appreciated.
Thanks,
MsKazza

Re: Is zend optimizer built in?

PostPosted: 18. June 2009 10:34
by MsKazza
thanks never mind, found it. :) opps.

Re: Is zend optimizer built in?

PostPosted: 27. June 2009 01:43
by arunpatal
Hi i just install xampp 1.7.1 but zend optimizer is not installed because my script is not working.

Can anyone help and tell me step by step how to install zend optimizer.

Thanks