Upgrading to php 5.3 in Centos 5.6
Very simple to use repository at Atomic Corp. Thanks guys http://www6.atomicorp.com/channels/atomic/
Very simple to use repository at Atomic Corp. Thanks guys http://www6.atomicorp.com/channels/atomic/
I am setting up a developement laptop that will connect to the internet using a Three 3G modem. It is a ZTE MF112. This didn’t automatically work in Centos 5.6 and I had no other way of getting it connected to the net so this is what I eventually discovered. Update the Kernel. Install Sakis3g [...]
To enable centos-dev, you need to create /etc/yum.repos.d/centos-test.repo and add the following [c5-testing] name=CentOS-5 Testing baseurl=http://dev.centos.org/centos/5/testing/$basearch/ enabled=1 gpgcheck=1 gpgkey=http://dev.centos.org/centos/RPM-GPG-KEY-CentOS-testing Then when you yum update php You will get the latest version. Please note it breaks ioncube and you will need to download the latest version from http://www.ioncube.com/loaders.php Thanks to this comment for showing the way.