zend optimizer

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
amir
Forum Contributor
Posts: 287
Joined: Sat Oct 07, 2006 4:28 pm

zend optimizer

Post by amir »

I am implementing a calendaring program on a site. It's called EasyPHPCalendar http://www.easyphpcalendar.com/

When I put the files on my linux server it says that the Zend Optimizer is not installed. Anyone know how to install and start this on a CenOS server?

I will then have to install and start this on a hosted server, but I don't know if that's even possible. First I'll try the test server.

Thanks.
User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post by feyd »

It'd be strange if it absolutely required Zend Optimizer to be installed. Did you ask on their forums? http://www.easyphpcalendar.com/forums/
SidewinderX
Forum Contributor
Posts: 407
Joined: Fri Jul 16, 2004 9:04 pm
Location: NY

Post by SidewinderX »

feyd wrote:It'd be strange if it absolutely required Zend Optimizer to be installed. Did you ask on their forums? http://www.easyphpcalendar.com/forums/
why so? if it was encoded using the zend encoder wouldnt it be absolutely necessary for the zend optimizer to decode it?
User avatar
AKA Panama Jack
Forum Regular
Posts: 878
Joined: Mon Nov 14, 2005 4:21 pm

Post by AKA Panama Jack »

SidewinderX wrote:
feyd wrote:It'd be strange if it absolutely required Zend Optimizer to be installed. Did you ask on their forums? http://www.easyphpcalendar.com/forums/
why so? if it was encoded using the zend encoder wouldnt it be absolutely necessary for the zend optimizer to decode it?
Yep
User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post by feyd »

Problem is, they have two versions available of their library. One for Zend and one without Zend. If one doesn't have Zend, why use the Zend build?
Post Reply