i want to setup gwebmail.net. It uses zendoptimizer.

I am using Ubuntu 10.04 server with PHP5 apache2 and also installed zend optimizer sucessfully. The zend optimizer is not working to decode it.

the software is available in www.gwebmail.net

link|improve this question
2  
What is your question? What happens or doesn't happen? – Pekka Dec 6 '10 at 11:44
feedback

2 Answers

this is what your phpinfo() should display:

This program makes use of the Zend Scripting Language Engine:
Zend Engine v2.2.0, Copyright (c) 1998-2010 Zend Technologies
    with Zend Extension Manager v1.2.0, Copyright (c) 2003-2007, by Zend Technologies
    with Zend Optimizer v3.3.0, Copyright (c) 1998-2007, by Zend Technologies

link|improve this answer
feedback

Hi I got the solution, As i was using PHP 5.3 which is not supported by Zend Optimizer it was not working. I have to downgrade it to PHP 5.2 to make it work.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.