Zen Cart Logo
Forums / Installing on a Linux/Unix Server / update Zend Optimizer v3.3 to v5.5

update Zend Optimizer v3.3 to v5.5

Views: 1,292

Results 1 to 4 of 4
29 Oct 2012, 3:03 AM
#1
chingqen avatar

chingqen

New Zenner

Join Date:
Mar 2010
Posts:
17
Plugin Contributions:
0

update Zend Optimizer v3.3 to v5.5

Please help me!
My client have a doudoune website, it need Zend Optimizer 5.5,
because the vps (centSO 6) installed PHP 5.3.x.
I tried many times but failed.
Anybody know how to update Zend Optimizer v3.3 to v5.5 on centSO?

29 Oct 2012, 3:11 AM
#2
drbyte avatar

drbyte

Sensei

Join Date:
Jan 2004
Posts:
63,513
Plugin Contributions:
177

Re: update Zend Optimizer v3.3 to v5.5

Your hosting company can update tools like Zend Optimizer.

Zend Optimizer has nothing to do with Zen Cart.
And Zen Cart does not require Zend Optimizer for anything.

29 Oct 2012, 12:47 PM
#3
chingqen avatar

chingqen

New Zenner

Join Date:
Mar 2010
Posts:
17
Plugin Contributions:
0

Re: update Zend Optimizer v3.3 to v5.5

do you mean, i need change another vps provider?

29 Oct 2012, 1:44 PM
#4
limitless avatar

limitless

Inactive

Join Date:
Jan 2012
Posts:
496
Plugin Contributions:
0

Re: update Zend Optimizer v3.3 to v5.5

If you are on a VPS, it is your responsibility to update your own software, not your provider.

If you are on CentOS, you can include the Atomic Repo, which has the current versions of Zend.

wget -q -O - http://www.atomicorp.com/installers/atomic.sh | sh

Then:

yum install php-zend-optimizer

Update at your own risk, preferably on a test box first.