Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@pmoust
Last active January 26, 2018 14:13
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save pmoust/7602020 to your computer and use it in GitHub Desktop.
Save pmoust/7602020 to your computer and use it in GitHub Desktop.
Centos 6.4 painless upgrade from #php 5.3.3 to 5.5.x by
rpm -Uvh http://mirror.webtatic.com/yum/el6/latest.rpm
yum install yum-plugin-replace -y
yum replace php-common --replace-with=php55w-common
@rameshpok
Copy link

rameshpok commented Jan 26, 2018

rpm -Uvh http://mirror.webtatic.com/yum/el6/latest.rpm
yum install yum-plugin-replace -y
yum replace php-common --replace-with=php55w-common

very easy to update php 5.3 to php 5.5
like this very much

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment