0

I am buying a new VPS with CentOS and I need to upgrade my PHP to 5.2.*. How can I do that?

John Gardeniers
  • 27,458
  • 12
  • 55
  • 109
Alireza
  • 1
  • 1

2 Answers2

1

The simplest way is probably to grab the packages from CentOS's 'Testing' repository, instructions are on the CentOS wiki, here: http://wiki.centos.org/HowTos/PHP_5.1_To_5.2

James Green
  • 895
  • 1
  • 9
  • 23
0

Another option is to use http://iuscommunity.org/packages/ which allows you to install via a package name php52.

becomingwisest
  • 3,328
  • 20
  • 18