Help - Search - Members - Calendar
Full Version: php upgrade question
The Planet Forums > Control Panels > cPanel/WHM
ctown
I'm a relative neophyte when it comes to working in CPanel, and I'm trying to upgrade PHP from 4.3.9 to 4.3.10.

From what I've been able to figure out, I need to go to "Update Apache" in the WHM, where it presents a list of modules to be updated, including a bunch that are checked to be updated. See attachment of that shows a part of the Update Apache page.

To upgrade to PHP 4.3.10, should I uncheck everything but "PHP 4.3.10" or should I just hit "Start Build" with the modules that are pre-checked?

Is there anything else I need to be aware of before running the update?

Thanks in advance for any tips.
eth00
Stick with what is already checked or your websites may break. Just make sure that php 4.3.10 is the only php checked.

When you are done make sure you upgrade zend if it is installed:
/scripts/installzendopt
ctown
Thanks for the reply. How do I determine if zend is installed?
Gary Simat
make a phpinfo page and look...

CODE
echo '<? phpinfo(); ?>' > phpinfo.php
ctown
OK, I think I have zend installed, it says this in my phpinfo.php page:
Zend Extension 20021010


OK, now for a dumb question -- Where do I enter in
/scripts/installzendopt
Gary Simat
at shell
dalem
NO ZEND
[~]# php -v
PHP 4.3.10 (cli) (built: Jan 2 2005 08:49:32)
Copyright © 1997-2004 The PHP Group
Zend Engine v1.3.0, Copyright © 1998-2004 Zend Technologies



ZEND
[~]# php -v
PHP 4.3.10 (cli) (built: Jan 3 2005 14:59:01)
Copyright © 1997-2004 The PHP Group
Zend Engine v1.3.0, Copyright © 1998-2004 Zend Technologies
with Zend Extension Manager v1.0.6, Copyright © 2003-2004, by Zend Technologies
with Zend Optimizer v2.5.7, Copyright © 1998-2004, by Zend Technologies
boduk
I got this one:

QUOTE
Originally posted by dalem
NO ZEND
[~]# php -v
PHP 4.3.10 (cli) (built: Jan  2 2005 08:49:32)
Copyright © 1997-2004 The PHP Group
Zend Engine v1.3.0, Copyright © 1998-2004 Zend Technologies



I take it zend is not installed, should I install it b4 the php upgrade or does it matter?

Edit:
I installed after the upgrade - it is all fine now.
eth00
You are fine without zend.
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Invision Power Board © 2001-2009 Invision Power Services, Inc.