<?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: PHPillow requires PHP 5.3</title>
	<atom:link href="http://scottblaine.com/phpillow-requires-php-5-3/feed" rel="self" type="application/rss+xml" />
	<link>http://scottblaine.com/phpillow-requires-php-5-3</link>
	<description>A man on a mission</description>
	<lastBuildDate>Sun, 18 Apr 2010 16:06:23 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Scott</title>
		<link>http://scottblaine.com/phpillow-requires-php-5-3/comment-page-1#comment-6</link>
		<dc:creator>Scott</dc:creator>
		<pubDate>Thu, 04 Jun 2009 17:40:40 +0000</pubDate>
		<guid isPermaLink="false">http://blaisco.wordpress.com/2009/04/15/phpillow-requires-php-5-3/#comment-6</guid>
		<description>Thanks Patrick! Yeah, I saw that at least part of the speed_test was working with 5.2, but I didn&#039;t dive further in to determine why the rest of it wouldn&#039;t. I&#039;ll have to try out your suggestion sometime.</description>
		<content:encoded><![CDATA[<p>Thanks Patrick! Yeah, I saw that at least part of the speed_test was working with 5.2, but I didn&#8217;t dive further in to determine why the rest of it wouldn&#8217;t. I&#8217;ll have to try out your suggestion sometime.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Patrick</title>
		<link>http://scottblaine.com/phpillow-requires-php-5-3/comment-page-1#comment-5</link>
		<dc:creator>Patrick</dc:creator>
		<pubDate>Thu, 04 Jun 2009 17:00:45 +0000</pubDate>
		<guid isPermaLink="false">http://blaisco.wordpress.com/2009/04/15/phpillow-requires-php-5-3/#comment-5</guid>
		<description>It&#039;s possible to use it with php 5.2

Replace some static call with direct class/function
// replace : phpillowUserView::user(method,params) with..
$user = new phpillowUserView();
$user-&gt;query(&#039;user&#039;, array( &#039;key&#039; =&gt; &#039;kore_0&#039; ));

speed_test work with this...</description>
		<content:encoded><![CDATA[<p>It&#8217;s possible to use it with php 5.2</p>
<p>Replace some static call with direct class/function<br />
// replace : phpillowUserView::user(method,params) with..<br />
$user = new phpillowUserView();<br />
$user-&gt;query(&#8216;user&#8217;, array( &#8216;key&#8217; =&gt; &#8216;kore_0&#8242; ));</p>
<p>speed_test work with this&#8230;</p>
]]></content:encoded>
	</item>
</channel>
</rss>
