<?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: phpFlickr 2.3.1</title>
	<atom:link href="http://phpflickr.com/2009/09/28/phpflickr-2-3-1/feed/" rel="self" type="application/rss+xml" />
	<link>http://phpflickr.com/2009/09/28/phpflickr-2-3-1/</link>
	<description></description>
	<lastBuildDate>Thu, 08 Jul 2010 20:32:51 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: miklos</title>
		<link>http://phpflickr.com/2009/09/28/phpflickr-2-3-1/comment-page-1/#comment-94423</link>
		<dc:creator>miklos</dc:creator>
		<pubDate>Sun, 13 Dec 2009 04:48:58 +0000</pubDate>
		<guid isPermaLink="false">http://phpflickr.com/?p=209#comment-94423</guid>
		<description>Yeah, thanks... it turns out the problem seems to be something else (maybe host issues?)... the script goes into a big loop - seems to crap out on phpFlickr.php line 227, $this-&gt;req-&gt;sendRequest()

I set up a local server, copied and pasted all the files I&#039;ve been working with, and it works here.</description>
		<content:encoded><![CDATA[<p>Yeah, thanks&#8230; it turns out the problem seems to be something else (maybe host issues?)&#8230; the script goes into a big loop &#8211; seems to crap out on phpFlickr.php line 227, $this-&gt;req-&gt;sendRequest()</p>
<p>I set up a local server, copied and pasted all the files I&#039;ve been working with, and it works here.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dan</title>
		<link>http://phpflickr.com/2009/09/28/phpflickr-2-3-1/comment-page-1/#comment-94421</link>
		<dc:creator>Dan</dc:creator>
		<pubDate>Sun, 13 Dec 2009 04:46:54 +0000</pubDate>
		<guid isPermaLink="false">http://phpflickr.com/?p=209#comment-94421</guid>
		<description>Could you send me a copy of your code? You can contact me at http://co.deme.me/contact</description>
		<content:encoded><![CDATA[<p>Could you send me a copy of your code? You can contact me at <a href="http://co.deme.me/contact" rel="nofollow">http://co.deme.me/contact</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dan</title>
		<link>http://phpflickr.com/2009/09/28/phpflickr-2-3-1/comment-page-1/#comment-94420</link>
		<dc:creator>Dan</dc:creator>
		<pubDate>Sun, 13 Dec 2009 04:45:39 +0000</pubDate>
		<guid isPermaLink="false">http://phpflickr.com/?p=209#comment-94420</guid>
		<description>I know that at first glance, this code might seem incorrect, but it is supposed to only have one &quot;=&quot;.  In PHP, an assignment statement returns the value that is assigned, so !($foo = bar()) returns true if bar() returns a non-true result.</description>
		<content:encoded><![CDATA[<p>I know that at first glance, this code might seem incorrect, but it is supposed to only have one &#034;=&#034;.  In PHP, an assignment statement returns the value that is assigned, so !($foo = bar()) returns true if bar() returns a non-true result.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: miklos</title>
		<link>http://phpflickr.com/2009/09/28/phpflickr-2-3-1/comment-page-1/#comment-94418</link>
		<dc:creator>miklos</dc:creator>
		<pubDate>Sun, 13 Dec 2009 04:27:52 +0000</pubDate>
		<guid isPermaLink="false">http://phpflickr.com/?p=209#comment-94418</guid>
		<description>Still can&#039;t get it working... damn it.</description>
		<content:encoded><![CDATA[<p>Still can&#039;t get it working&#8230; damn it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: miklos</title>
		<link>http://phpflickr.com/2009/09/28/phpflickr-2-3-1/comment-page-1/#comment-94417</link>
		<dc:creator>miklos</dc:creator>
		<pubDate>Sun, 13 Dec 2009 04:06:15 +0000</pubDate>
		<guid isPermaLink="false">http://phpflickr.com/?p=209#comment-94417</guid>
		<description>I don&#039;t know if this has been mentioned before or not, but in phpFlickr.php on line 209, it reads:

		if (!($this-&gt;response = $this-&gt;getCached($args)) &#124;&#124; $nocache) {

This was causing it to hang for me, so I changed it to:

		if (!($this-&gt;response == $this-&gt;getCached($args)) &#124;&#124; $nocache) {

...the script no longer crapped out.</description>
		<content:encoded><![CDATA[<p>I don&#039;t know if this has been mentioned before or not, but in phpFlickr.php on line 209, it reads:</p>
<p>		if (!($this-&gt;response = $this-&gt;getCached($args)) || $nocache) {</p>
<p>This was causing it to hang for me, so I changed it to:</p>
<p>		if (!($this-&gt;response == $this-&gt;getCached($args)) || $nocache) {</p>
<p>&#8230;the script no longer crapped out.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hugo Lim</title>
		<link>http://phpflickr.com/2009/09/28/phpflickr-2-3-1/comment-page-1/#comment-94326</link>
		<dc:creator>Hugo Lim</dc:creator>
		<pubDate>Wed, 09 Dec 2009 03:05:54 +0000</pubDate>
		<guid isPermaLink="false">http://phpflickr.com/?p=209#comment-94326</guid>
		<description>thousand thanks for this great app!

my website uses your wrapper class beautifully!</description>
		<content:encoded><![CDATA[<p>thousand thanks for this great app!</p>
<p>my website uses your wrapper class beautifully!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
