<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Joomla does not support PHP 5.3</title>
	<atom:link href="http://www.asim.pk/2010/01/13/joomla-does-not-support-php-5-3/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.asim.pk/2010/01/13/joomla-does-not-support-php-5-3/</link>
	<description>Technology Bytes</description>
	<lastBuildDate>Wed, 28 Jul 2010 17:51:27 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=abc</generator>
	<item>
		<title>By: Alexis</title>
		<link>http://www.asim.pk/2010/01/13/joomla-does-not-support-php-5-3/comment-page-1/#comment-660</link>
		<dc:creator>Alexis</dc:creator>
		<pubDate>Wed, 10 Mar 2010 19:50:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.asim.pk/?p=602#comment-660</guid>
		<description>My host has also decided to take the move to php 5.3. Sadly, this causes a big problem with the websites I designed with joomla 1.0: content disappears everywhere!

Here is a simple solution to fix it:
Open /includes/Cache/Lite/Function.php and replace at line 74:

$arguments = func_get_args();
with:

$arguments = func_get_args(); 
$numargs = func_num_args(); 
for($i=1; $i &lt; $numargs; $i++){ 
$arguments[$i] = &amp;$arguments[$i]; 
}

Hope it will help :)</description>
		<content:encoded><![CDATA[<p>My host has also decided to take the move to php 5.3. Sadly, this causes a big problem with the websites I designed with joomla 1.0: content disappears everywhere!</p>
<p>Here is a simple solution to fix it:<br />
Open /includes/Cache/Lite/Function.php and replace at line 74:</p>
<p>$arguments = func_get_args();<br />
with:</p>
<p>$arguments = func_get_args();<br />
$numargs = func_num_args();<br />
for($i=1; $i &lt; $numargs; $i++){<br />
$arguments[$i] = &amp;$arguments[$i];<br />
}</p>
<p>Hope it will help <img src='http://www.asim.pk/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>
