PDA

View Full Version : Update PHP


ecja
25th June 2008, 10:44 PM
Hello,
can any one help me to update php 5.0.5 available: to 5.1.6, suitable
on fedora 8
Jc

breun
26th June 2008, 07:07 AM
Fedora 8 originally shipped with PHP 5.2.4 and has PHP 5.2.6 available in the updates repository.

ecja
26th June 2008, 08:12 AM
Hello, it has PHP 5.2.4 but need to update to 5.2.6.
How do I update it

JC

breun
26th June 2008, 08:21 AM
yum update php

Or update your whole system while you're at it:

yum update

Don't forget to restart Apache after updating PHP:

service httpd restart

ecja
26th June 2008, 08:42 AM
Thank you, I update the system.

Jc

Total
30th June 2008, 08:37 PM
Sorry but where would I enter the update commands ?? Putty ??

ecja
30th June 2008, 08:43 PM
Sorry but where would I enter the update commands ?? Putty ??
as root

# yum update php

Total
30th June 2008, 09:19 PM
Thanks , updating ..