Tell rpm to accept rpm's signed by webtatic
rpm --import http://repo.webtatic.com/yum/RPM-GPG-KEY-webtatic-andy
Add the yum repository information to yum
wget -P /etc/yum.repos.d/ http://repo.webtatic.com/yum/webtatic.repo
Update the existing installation of PHP which will also update all of the other PHP modules installed
yum --enablerepo=webtatic update php
Type Y
You can now see your current version of PHP using php –v from the shell prompt.
0 comments:
Post a Comment