Marcelo Roccasalva wrote:
On Fri, Jun 25, 2010 at 19:16, Steve Lindemann steve@marmot.org wrote: [...] ...or directions for upgrading PHP from 5.1 to 5.2 on 64-bit (I found directions for 32-bit)?
open /etc/yum.repos.d/CentOS-Testing.repo in your prefered editor and write:
#---------------------------------------------------------------- [c5-testing] name=CentOS-5 Testing baseurl=http://dev.centos.org/centos/$releasever/testing/$basearch/ enabled=1 gpgcheck=1 gpgkey=http://dev.centos.org/centos/RPM-GPG-KEY-CentOS-testing includepkgs=php* #----------------------------------------------------------------
Thanks Marcelo - that did the trick nicely. -- Steve