<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>TechBytes &#187; CentOS 5.3</title>
	<atom:link href="http://www.asim.pk/tag/centos-5-3/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.asim.pk</link>
	<description>Technology Bytes</description>
	<lastBuildDate>Mon, 06 Sep 2010 21:55:00 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=abc</generator>
		<item>
		<title>Installing PHP 5.2.6 on CentOS box</title>
		<link>http://www.asim.pk/2009/07/10/installing-php-5-2-6-on-centos-box/</link>
		<comments>http://www.asim.pk/2009/07/10/installing-php-5-2-6-on-centos-box/#comments</comments>
		<pubDate>Fri, 10 Jul 2009 10:15:03 +0000</pubDate>
		<dc:creator>Asim Zeeshan</dc:creator>
				<category><![CDATA[CentOS]]></category>
		<category><![CDATA[How to]]></category>
		<category><![CDATA[OpenSource]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Resources]]></category>
		<category><![CDATA[Reviews]]></category>
		<category><![CDATA[Tips and Tricks]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[CentOS 5.3]]></category>
		<category><![CDATA[Command Line]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Nano]]></category>
		<category><![CDATA[PHP 5]]></category>
		<category><![CDATA[repo]]></category>
		<category><![CDATA[utterramblings]]></category>
		<category><![CDATA[YUM]]></category>

		<guid isPermaLink="false">http://www.asim.pk/?p=408</guid>
		<description><![CDATA[If you want to install PHP 5.2.x instead of the PHP 1.5.6 offered with default CentOSPlus repo. Please consider installing the utterramblings repo. Setting up this repo is a breeze &#8230; just follow these steps nano -w /etc/yum.repos.d/utterramblings.repo (I prefer nano as I mentioned earlier in my posts but you can use vi or any [...]]]></description>
			<content:encoded><![CDATA[<p>If you want to install PHP 5.2.x instead of the PHP 1.5.6 offered with default <a href="http://www.asim.pk/2009/07/02/how-to-install-apache-php-and-mysql-on-centos/" target="_blank"><strong>CentOSPlus repo</strong></a>. Please consider installing the <a href="http://www.jasonlitka.com/yum-repository/" target="_blank"><strong>utterramblings</strong></a> repo. Setting up this repo is a breeze &#8230; just follow these steps</p>
<p><span id="more-408"></span></p>
<pre class="brush: plain;">nano -w /etc/yum.repos.d/utterramblings.repo</pre>
<p>(I prefer nano as I mentioned earlier in my posts but you can use <strong>vi</strong> or any other editor that you like)</p>
<p>Then paste the following code in the editor</p>
<pre class="brush: plain;">[utterramblings]
name=Jason's Utter Ramblings Repo
baseurl=http://www.jasonlitka.com/media/EL$releasever/$basearch/
enabled=1
gpgcheck=1
gpgkey=http://www.jasonlitka.com/media/RPM-GPG-KEY-jlitka</pre>
<p>Hit <strong>Ctrl+X</strong> and it will prompt you to save this file, you need to confirm this with punching <strong>Y</strong></p>
<p>Now comes the last step, type the following and everything will be updated <img src='http://www.asim.pk/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<pre class="brush: plain;">yum update</pre>
<p>Enjoy the latest packages <img src='http://www.asim.pk/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p><strong>Note:</strong> PHP 5.3.0 is still not available in stable repos because the Zend Optimizer is still in Beta for that particular version.<br />
<h3>Related Posts (auto suggestions based on tags)</h3>
<ul class="related_post">
<li>May 15, 2010 &#8212; <a href="http://www.asim.pk/2010/05/15/good-bye-centos-hello-ubuntu/" title="Good bye CentOS! Hello Ubuntu">Good bye CentOS! Hello Ubuntu</a></li>
<li>July 2, 2009 &#8212; <a href="http://www.asim.pk/2009/07/02/how-to-install-apache-php-and-mysql-on-centos/" title="How to Install Apache, PHP and MySQL on CentOS">How to Install Apache, PHP and MySQL on CentOS</a></li>
<li>January 9, 2009 &#8212; <a href="http://www.asim.pk/2009/01/09/intall-apache-mysql-and-php-on-ubuntu-810/" title="Intall Apache, MySQL and PHP on Ubuntu 8.10">Intall Apache, MySQL and PHP on Ubuntu 8.10</a></li>
<li>January 8, 2009 &#8212; <a href="http://www.asim.pk/2009/01/08/ubuntu-810-perfect-linux-distro-for-php-development/" title="Ubuntu 8.10, Perfect Linux distro for PHP development">Ubuntu 8.10, Perfect Linux distro for PHP development</a></li>
<li>May 28, 2010 &#8212; <a href="http://www.asim.pk/2010/05/28/build-essentials-in-centos/" title="Build-Essentials in CentOS?">Build-Essentials in CentOS?</a></li>
<li>May 27, 2010 &#8212; <a href="http://www.asim.pk/2010/05/27/linode-is-blazzing-fast/" title="Linode is Blazzing Fast">Linode is Blazzing Fast</a></li>
<li>May 8, 2010 &#8212; <a href="http://www.asim.pk/2010/05/08/bought-a-new-vps-from-quickweb/" title="Bought a new VPS from QuickWeb">Bought a new VPS from QuickWeb</a></li>
<li>May 8, 2010 &#8212; <a href="http://www.asim.pk/2010/05/08/how-to-change-password-in-linux-console/" title="How to change password in linux console?">How to change password in linux console?</a></li>
<li>January 12, 2010 &#8212; <a href="http://www.asim.pk/2010/01/12/fixing-pear-unsupported-protocal-error/" title="Fixing Pear &#8216;unsupported protocal&#8217; error">Fixing Pear &#8216;unsupported protocal&#8217; error</a></li>
<li>January 9, 2010 &#8212; <a href="http://www.asim.pk/2010/01/09/to-update-or-not-to-update/" title="To update or not to update?">To update or not to update?</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.asim.pk/2009/07/10/installing-php-5-2-6-on-centos-box/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
