<?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; PHP 5.3</title>
	<atom:link href="http://www.asim.pk/tag/php-5-3/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.asim.pk</link>
	<description>Technology Bytes</description>
	<lastBuildDate>Fri, 20 Jan 2012 12:48:54 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Joomla does not support PHP 5.3</title>
		<link>http://www.asim.pk/2010/01/13/joomla-does-not-support-php-5-3/</link>
		<comments>http://www.asim.pk/2010/01/13/joomla-does-not-support-php-5-3/#comments</comments>
		<pubDate>Tue, 12 Jan 2010 19:00:13 +0000</pubDate>
		<dc:creator>Asim Zeeshan</dc:creator>
				<category><![CDATA[OpenSource]]></category>
		<category><![CDATA[Tips and Tricks]]></category>
		<category><![CDATA[Joomla]]></category>
		<category><![CDATA[PHP 5.3]]></category>

		<guid isPermaLink="false">http://www.asim.pk/?p=602</guid>
		<description><![CDATA[Are you getting these errors in Joomla? Warning: Parameter 1 to modMainMenuHelper::buildXML() expected to be a reference, value given in /home/xx/public_html/libraries/joomla/cache/handler/callback.php on line 99 or Warning: Parameter 1 to HTML_content::show() expected to be a reference, value given in /home/xx/public_html/travel/includes/Cache/Lite/Function.php on &#8230; <a href="http://www.asim.pk/2010/01/13/joomla-does-not-support-php-5-3/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Are you getting these errors in Joomla?</p>
<blockquote><p>Warning: Parameter 1 to modMainMenuHelper::buildXML() expected to be a reference, value given in /home/xx/public_html/libraries/joomla/cache/handler/callback.php on line 99</p></blockquote>
<p>or</p>
<blockquote><p>Warning: Parameter 1 to HTML_content::show() expected to be a reference, value given in /home/xx/public_html/travel/includes/Cache/Lite/Function.php on line 92</p></blockquote>
<p>Its because Joomla does not support PHP 5.3 or PHP 5.3.1</p>
<p>Just downgrade your PHP version and these errors will go away</p>
]]></content:encoded>
			<wfw:commentRss>http://www.asim.pk/2010/01/13/joomla-does-not-support-php-5-3/feed/</wfw:commentRss>
		<slash:comments>22</slash:comments>
		</item>
		<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 &#8230; <a href="http://www.asim.pk/2010/01/12/fixing-pear-unsupported-protocal-error/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></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; title: ; notranslate">rm -fr /usr/share/pear/.channels</pre>
<p>and then do this</p>
<pre class="brush: plain; title: ; notranslate">pear update-channels</pre>
<p>It should now give you the following output</p>
<pre class="brush: plain; title: ; notranslate">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.</p>
]]></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>

