ctown
Jan 3 2005, 06:45 PM
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
Jan 3 2005, 07:30 PM
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
Jan 3 2005, 08:24 PM
Thanks for the reply. How do I determine if zend is installed?
Gary Simat
Jan 3 2005, 09:44 PM
make a phpinfo page and look...
CODE
echo '<? phpinfo(); ?>' > phpinfo.php
ctown
Jan 5 2005, 02:07 PM
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
Jan 5 2005, 02:12 PM
at shell
dalem
Jan 5 2005, 03:47 PM
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
Jan 7 2005, 05:43 PM
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
Jan 7 2005, 07:05 PM
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.