Upgrading php in fedora
Written By smart|
6 July 2009|
No Comment
upgrading php in ferdora here are the steps
First you need check whether you have installed PHP or not.
run below command
$ rpm -qa |grep php
above command is sucess then run
$ yum update php
or
if you want to install php then run below command
$yum install php
Leave your response!