Things a Chameleon Would Say
Web design
Red Hat Enterprise Linux 5.6 ships with PHP 5.1, and also makes PHP 5.3 available. PHP 5.1 is the default, and the server will never update from 5.1 to 5.3 without being explicitly configured to do so. But you may notice that glaring hole where PHP 5.2 should be. Where does that leave users of several popular PHP-based Content Management Systems? There are a few officially supported releases and myriad plugins and extensions that require PHP 5.2.
The CentOS Testing repository comes to the rescue (CentOS provides a lot of very helpful repositories). They even have a HowTo PHP5.1 to 5.2 page. The problem with this page is that it includes some terribly inconvenient styling. A quick cut and paste yields a config page that carries indentation. Yum will fail to parse your configuration data if it is preceded by a space (or if a comment is preceded by space).
If you attempted to follow the wiki instructions, but instead found yourself staring at a “Config Error: File contains no section headers.” message, check the current CentOS-Testing.repo file on the CentOS/5 server. Notice the absence of any indentation preceding the repository section header, variables, and comments. Either use this version in /etc/yum.repos.d/CentOS-Testing.repo (just make sure you add an “includepkgs=php*” at the bottom!!!), or manually remove the indentation from the CentOS wiki version. After that, a simple “yum update” or “yum update php*” will update your server with PHP 5.2. Apache users need to restart apache with “/sbin/service apache restart” (or your preferred apache restarting technique), and PHP 5.2 is up and running on your web server.
2 Responses to “Install PHP 5.2 on Red Hat Enterprise Linux 5.6”
Leave a Reply
Have a Question? Need a Quote?
Drop us a line or give us a call at 888-856-2664
What Our Clients Are Saying
Working with the entire Accella team has been rewarding. We were able to work together through the entire iPhone App creation process. I began this journey with Accella having no IT or App development experience. iUniform ASU now sells on the App Store helping Army Soldiers everywhere assemble their Army Service Uniforms with ease! You won't find another company willing to work so hard to make your dream a reality.
John RudioiUniform ASU
Recent Posts
No More Phone Numbers in Google Ads!
Google has recently updated some of their policies. One big change that m...
South By Southwest App Roundup
Every spring, thousands of people flock to Austin, Texas for South By South...

Nice tutorial…. thanks !!!
Thanks, very helpful.