<?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; Pear</title>
	<atom:link href="http://www.asim.pk/tag/pear/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.asim.pk</link>
	<description>Technology Bytes</description>
	<lastBuildDate>Wed, 28 Jul 2010 19:00:29 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=abc</generator>
		<item>
		<title>Fixing Pear &#8216;unsupported protocal&#8217; error</title>
		<link>http://www.asim.pk/2010/01/12/fixing-pear-unsupported-protocal-error/</link>
		<comments>http://www.asim.pk/2010/01/12/fixing-pear-unsupported-protocal-error/#comments</comments>
		<pubDate>Tue, 12 Jan 2010 07:00:58 +0000</pubDate>
		<dc:creator>Asim Zeeshan</dc:creator>
				<category><![CDATA[CentOS]]></category>
		<category><![CDATA[How to]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Pear]]></category>
		<category><![CDATA[PHP 5]]></category>
		<category><![CDATA[PHP 5.3]]></category>

		<guid isPermaLink="false">http://www.asim.pk/?p=598</guid>
		<description><![CDATA[Are you getting the following error while updating any package in pear? pear.php.net is using a unsupported protocal &#8211; This should never happen. I got this error right after I upgraded PHP from 5.2 to 5.9 (using CentOS-Testing repo). To resolve this situation, do this. rm -fr /usr/share/pear/.channels and then do this pear update-channels It [...]]]></description>
			<content:encoded><![CDATA[<p>Are you getting the following error while updating any package in pear?</p>
<blockquote><p>pear.php.net is using a unsupported protocal &#8211; This should never happen.</p></blockquote>
<p>I got this error right after I upgraded PHP from 5.2 to 5.9 (using CentOS-Testing repo). To resolve this situation, do this.</p>
<pre class="brush: plain;">rm -fr /usr/share/pear/.channels</pre>
<p>and then do this</p>
<pre class="brush: plain;">pear update-channels</pre>
<p>It should now give you the following output</p>
<pre class="brush: plain;">Updating channel &quot;doc.php.net&quot;
Update of Channel &quot;doc.php.net&quot; succeeded
Updating channel &quot;pear.php.net&quot;
Update of Channel &quot;pear.php.net&quot; succeeded
Updating channel &quot;pecl.php.net&quot;
Update of Channel &quot;pecl.php.net&quot; succeeded</pre>
<p>That&#8217;s it, your issue is resolved.<br />
<h3>Related Posts (auto suggestions based on tags)</h3>
<ul class="related_post">
<li>July 10, 2009 &#8212; <a href="http://www.asim.pk/2009/07/10/installing-php-5-2-6-on-centos-box/" title="Installing PHP 5.2.6 on CentOS box">Installing PHP 5.2.6 on CentOS box</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 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>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>January 13, 2010 &#8212; <a href="http://www.asim.pk/2010/01/13/joomla-does-not-support-php-5-3/" title="Joomla does not support PHP 5.3">Joomla does not support PHP 5.3</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>
<li>August 7, 2009 &#8212; <a href="http://www.asim.pk/2009/08/07/centos-yum-update-missing-dependency-error/" title="CentOS yum update missing dependency error">CentOS yum update missing dependency error</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>July 1, 2009 &#8212; <a href="http://www.asim.pk/2009/07/01/how-to-install-webmin-in-centos/" title="How to Install Webmin in CentOS">How to Install Webmin in CentOS</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.asim.pk/2010/01/12/fixing-pear-unsupported-protocal-error/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
