<?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 1.6 fixes major XML problems (hopefully!)</title>
	<atom:link href="http://phpflickr.com/2006/06/19/phpflickr-16-fixes-major-xml-problems-hopefully/feed/" rel="self" type="application/rss+xml" />
	<link>http://phpflickr.com/2006/06/19/phpflickr-16-fixes-major-xml-problems-hopefully/</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: Dan</title>
		<link>http://phpflickr.com/2006/06/19/phpflickr-16-fixes-major-xml-problems-hopefully/comment-page-1/#comment-5425</link>
		<dc:creator>Dan</dc:creator>
		<pubDate>Thu, 17 Aug 2006 16:39:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.phpflickr.com/2006/06/19/phpflickr-16-fixes-major-xml-problems-hopefully/#comment-5425</guid>
		<description>Thanks for all of the great feedback.  It&#039;s not terribly surprising that the SAXY parser uses more memory because it&#039;s not offloading its processing to pre-compiled libraries.  The solution that I&#039;m using in 1.6-final is to use the old parser by default and allow the developer to enable SAXY if he is having trouble with weird characters.  I&#039;ll put a warning in that it can use more memory, of course.</description>
		<content:encoded><![CDATA[<p>Thanks for all of the great feedback.  It&#039;s not terribly surprising that the SAXY parser uses more memory because it&#039;s not offloading its processing to pre-compiled libraries.  The solution that I&#039;m using in 1.6-final is to use the old parser by default and allow the developer to enable SAXY if he is having trouble with weird characters.  I&#039;ll put a warning in that it can use more memory, of course.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eliot</title>
		<link>http://phpflickr.com/2006/06/19/phpflickr-16-fixes-major-xml-problems-hopefully/comment-page-1/#comment-5421</link>
		<dc:creator>Eliot</dc:creator>
		<pubDate>Thu, 17 Aug 2006 15:55:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.phpflickr.com/2006/06/19/phpflickr-16-fixes-major-xml-problems-hopefully/#comment-5421</guid>
		<description>Also finding an order of magnitude greater memory usage with the 1.6 parser. A script that ran on 1.5 with a 32MB limit now chokes about 10% through.</description>
		<content:encoded><![CDATA[<p>Also finding an order of magnitude greater memory usage with the 1.6 parser. A script that ran on 1.5 with a 32MB limit now chokes about 10% through.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brenda</title>
		<link>http://phpflickr.com/2006/06/19/phpflickr-16-fixes-major-xml-problems-hopefully/comment-page-1/#comment-4832</link>
		<dc:creator>Brenda</dc:creator>
		<pubDate>Sat, 12 Aug 2006 23:20:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.phpflickr.com/2006/06/19/phpflickr-16-fixes-major-xml-problems-hopefully/#comment-4832</guid>
		<description>xml.php, line 52
       xml_parse_into_struct($this-&gt;_parser, $xml, $this-&gt;_struct, $this-&gt;_index);

good $xml with 3 comments goes in
only one comment comes out in the struct.</description>
		<content:encoded><![CDATA[<p>xml.php, line 52<br />
       xml_parse_into_struct($this-&gt;_parser, $xml, $this-&gt;_struct, $this-&gt;_index);</p>
<p>good $xml with 3 comments goes in<br />
only one comment comes out in the struct.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brenda</title>
		<link>http://phpflickr.com/2006/06/19/phpflickr-16-fixes-major-xml-problems-hopefully/comment-page-1/#comment-4830</link>
		<dc:creator>Brenda</dc:creator>
		<pubDate>Sat, 12 Aug 2006 23:03:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.phpflickr.com/2006/06/19/phpflickr-16-fixes-major-xml-problems-hopefully/#comment-4830</guid>
		<description>my xml wasn&#039;t escaped in the above comment, so it looks weird</description>
		<content:encoded><![CDATA[<p>my xml wasn&#039;t escaped in the above comment, so it looks weird</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brenda</title>
		<link>http://phpflickr.com/2006/06/19/phpflickr-16-fixes-major-xml-problems-hopefully/comment-page-1/#comment-4829</link>
		<dc:creator>Brenda</dc:creator>
		<pubDate>Sat, 12 Aug 2006 23:02:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.phpflickr.com/2006/06/19/phpflickr-16-fixes-major-xml-problems-hopefully/#comment-4829</guid>
		<description>1.6beta is still behaving funny for me... here&#039;s an example (one of many with this problem)

for this photo here
http://flickr.com/photos/36251685@N00/199469720/

the xml response from the api contains the 3 comments, including that funny apostrophe in the first comment



	whats´s that?
	This looks so cool. Can it work with a standard keyboard? Also does it suffer from a slow Windows startup?
	yes, just plug in a USB keyboard

as for windows, no idea. The first thing we did after opening the box was installing linux.



but the array from -&gt;photos_comments_getList() only contains one empty comment
var_dump:
array(1) {
  [0]=&gt;
  array(8) {
    [&quot;_name&quot;]=&gt;
    string(7) &quot;comment&quot;
    [&quot;_attributes&quot;]=&gt;
    array(5) {
      [&quot;id&quot;]=&gt;
      string(34) &quot;126545-199469720-72157594216934715&quot;
      [&quot;author&quot;]=&gt;
      string(12) &quot;69225861@N00&quot;
      [&quot;authorname&quot;]=&gt;
      string(6) &quot;pmarin&quot;
      [&quot;datecreate&quot;]=&gt;
      string(10) &quot;1154250441&quot;
      [&quot;permalink&quot;]=&gt;
      string(72) &quot;http://www.flickr.com/photos/taniwha/199469720/#comment72157594216934715&quot;
    }
    [&quot;_value&quot;]=&gt;
    NULL
    [&quot;id&quot;]=&gt;
    string(34) &quot;126545-199469720-72157594216934715&quot;
    [&quot;author&quot;]=&gt;
    string(12) &quot;69225861@N00&quot;
    [&quot;authorname&quot;]=&gt;
    string(6) &quot;pmarin&quot;
    [&quot;datecreate&quot;]=&gt;
    string(10) &quot;1154250441&quot;
    [&quot;permalink&quot;]=&gt;
    string(72) &quot;http://www.flickr.com/photos/taniwha/199469720/#comment72157594216934715&quot;
  }
}</description>
		<content:encoded><![CDATA[<p>1.6beta is still behaving funny for me&#8230; here&#039;s an example (one of many with this problem)</p>
<p>for this photo here<br />
<a href="http://flickr.com/photos/36251685@N00/199469720/" rel="nofollow">http://flickr.com/photos/36251685@N00/199469720/</a></p>
<p>the xml response from the api contains the 3 comments, including that funny apostrophe in the first comment</p>
<p>	whats´s that?<br />
	This looks so cool. Can it work with a standard keyboard? Also does it suffer from a slow Windows startup?<br />
	yes, just plug in a USB keyboard</p>
<p>as for windows, no idea. The first thing we did after opening the box was installing linux.</p>
<p>but the array from -&gt;photos_comments_getList() only contains one empty comment<br />
var_dump:<br />
array(1) {<br />
  [0]=&gt;<br />
  array(8) {<br />
    ["_name"]=&gt;<br />
    string(7) &#034;comment&#034;<br />
    ["_attributes"]=&gt;<br />
    array(5) {<br />
      ["id"]=&gt;<br />
      string(34) &#034;126545-199469720-72157594216934715&#034;<br />
      ["author"]=&gt;<br />
      string(12) &#034;69225861@N00&#034;<br />
      ["authorname"]=&gt;<br />
      string(6) &#034;pmarin&#034;<br />
      ["datecreate"]=&gt;<br />
      string(10) &#034;1154250441&#034;<br />
      ["permalink"]=&gt;<br />
      string(72) &#034;http://www.flickr.com/photos/taniwha/199469720/#comment72157594216934715&#034;<br />
    }<br />
    ["_value"]=&gt;<br />
    NULL<br />
    ["id"]=&gt;<br />
    string(34) &#034;126545-199469720-72157594216934715&#034;<br />
    ["author"]=&gt;<br />
    string(12) &#034;69225861@N00&#034;<br />
    ["authorname"]=&gt;<br />
    string(6) &#034;pmarin&#034;<br />
    ["datecreate"]=&gt;<br />
    string(10) &#034;1154250441&#034;<br />
    ["permalink"]=&gt;<br />
    string(72) &#034;http://www.flickr.com/photos/taniwha/199469720/#comment72157594216934715&#034;<br />
  }<br />
}</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: China Doll</title>
		<link>http://phpflickr.com/2006/06/19/phpflickr-16-fixes-major-xml-problems-hopefully/comment-page-1/#comment-3184</link>
		<dc:creator>China Doll</dc:creator>
		<pubDate>Sat, 22 Jul 2006 11:32:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.phpflickr.com/2006/06/19/phpflickr-16-fixes-major-xml-problems-hopefully/#comment-3184</guid>
		<description>Thanks for the codes. Simply brilliant. I tried it both in my localhost IIS and my apache web host. Working perfectly without any problems in both cases.</description>
		<content:encoded><![CDATA[<p>Thanks for the codes. Simply brilliant. I tried it both in my localhost IIS and my apache web host. Working perfectly without any problems in both cases.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jesse Warden - Flash, Flex, and Component Developer</title>
		<link>http://phpflickr.com/2006/06/19/phpflickr-16-fixes-major-xml-problems-hopefully/comment-page-1/#comment-2541</link>
		<dc:creator>Jesse Warden - Flash, Flex, and Component Developer</dc:creator>
		<pubDate>Fri, 07 Jul 2006 22:45:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.phpflickr.com/2006/06/19/phpflickr-16-fixes-major-xml-problems-hopefully/#comment-2541</guid>
		<description>&lt;strong&gt;FlickrMobile: A Flash Lite 2 Application...&lt;/strong&gt;

*** Update 4.25.2006: Provided a Flash Player 6 version for PSP. *** Update: Yes, I used FAME (Flashout + ASDT + MTASC + Eclipse) to build this. Preface As has been reported by Scott F. and Scott J., the Flash......</description>
		<content:encoded><![CDATA[<p><strong>FlickrMobile: A Flash Lite 2 Application&#8230;</strong></p>
<p>*** Update 4.25.2006: Provided a Flash Player 6 version for PSP. *** Update: Yes, I used FAME (Flashout + ASDT + MTASC + Eclipse) to build this. Preface As has been reported by Scott F. and Scott J., the Flash&#8230;&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bernardo Achirica</title>
		<link>http://phpflickr.com/2006/06/19/phpflickr-16-fixes-major-xml-problems-hopefully/comment-page-1/#comment-1873</link>
		<dc:creator>Bernardo Achirica</dc:creator>
		<pubDate>Thu, 22 Jun 2006 17:26:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.phpflickr.com/2006/06/19/phpflickr-16-fixes-major-xml-problems-hopefully/#comment-1873</guid>
		<description>I think I&#039;m detecting some memory problems with the new parser... I have explained them in the forums...

http://www.phpflickr.com/forums/comments.php?DiscussionID=89

Tell me if there&#039;s anything I can do to help you locate the problem... ;-)</description>
		<content:encoded><![CDATA[<p>I think I&#039;m detecting some memory problems with the new parser&#8230; I have explained them in the forums&#8230;</p>
<p><a href="http://www.phpflickr.com/forums/comments.php?DiscussionID=89" rel="nofollow">http://www.phpflickr.com/forums/comments.php?DiscussionID=89</a></p>
<p>Tell me if there&#039;s anything I can do to help you locate the problem&#8230; <img src='http://phpflickr.com/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ed</title>
		<link>http://phpflickr.com/2006/06/19/phpflickr-16-fixes-major-xml-problems-hopefully/comment-page-1/#comment-1824</link>
		<dc:creator>Ed</dc:creator>
		<pubDate>Wed, 21 Jun 2006 16:03:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.phpflickr.com/2006/06/19/phpflickr-16-fixes-major-xml-problems-hopefully/#comment-1824</guid>
		<description>The update fixed the problem I was having, where in some cases instead of a thumbnail photo I was getting the text description.

Keep up the great work!</description>
		<content:encoded><![CDATA[<p>The update fixed the problem I was having, where in some cases instead of a thumbnail photo I was getting the text description.</p>
<p>Keep up the great work!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bernardo Achirica</title>
		<link>http://phpflickr.com/2006/06/19/phpflickr-16-fixes-major-xml-problems-hopefully/comment-page-1/#comment-1768</link>
		<dc:creator>Bernardo Achirica</dc:creator>
		<pubDate>Tue, 20 Jun 2006 13:09:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.phpflickr.com/2006/06/19/phpflickr-16-fixes-major-xml-problems-hopefully/#comment-1768</guid>
		<description>And aparently it does great !! I have been testing the scripts that we discussed some time ago in the forum and they all work great !!

The only thing... I had to incrase the max_execution_time parameter in the php.ini file because I was getting some timeouts that with the previous version I dindn&#039;t had... but that&#039;s all.</description>
		<content:encoded><![CDATA[<p>And aparently it does great !! I have been testing the scripts that we discussed some time ago in the forum and they all work great !!</p>
<p>The only thing&#8230; I had to incrase the max_execution_time parameter in the php.ini file because I was getting some timeouts that with the previous version I dindn&#039;t had&#8230; but that&#039;s all.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
