rpm -Uvh http://mirror.webtatic.com/yum/el6/latest.rpm
yum remove php-common # Need to remove this, otherwise it conflicts
yum install php54w
php --version # Verify version has been upgraded
You can also use php55w
or php56w
as required.
rpm -Uvh http://mirror.webtatic.com/yum/el6/latest.rpm
yum remove php-common # Need to remove this, otherwise it conflicts
yum install php54w
php --version # Verify version has been upgraded
You can also use php55w
or php56w
as required.
评论