Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

upgrading php on fedora 2

Status
Not open for further replies.

prophotodx

Technical User
Joined
Jan 20, 2003
Messages
147
noobie here again...hehe....could someone list the steps to upgrading our version of php to 4.3.10(our isp will not do it??)? The instructions I have found seem really difficult and I am unsure if I am going to be able to accomplish it, especially since it is our (and 10 other site's) webserver. Downtime would be bad...

Thanx!

DBX
(Try it my way, it might work...)
 
If you are running fedora, the easiest way is to use yum. You would type this command:

Code:
yum update php

If you do not list the package name (php in this case), then all installed packages will be updated. You can also set yum to run as a cron job and check for updates every night. To read more type "man yum" on the command line.

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top