<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.3.3" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	>
<channel>
	<title>Comments on: phpFlickr 1.6 fixes major XML problems (hopefully!)</title>
	<link>http://phpflickr.com/2006/06/19/phpflickr-16-fixes-major-xml-problems-hopefully/</link>
	<description></description>
	<pubDate>Sat, 22 Nov 2008 04:16:00 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.3.3</generator>
		<item>
		<title>By: Dan</title>
		<link>http://phpflickr.com/2006/06/19/phpflickr-16-fixes-major-xml-problems-hopefully/#comment-5425</link>
		<dc:creator>Dan</dc:creator>
		<pubDate>Thu, 17 Aug 2006 16:39:21 +0000</pubDate>
		<guid>http://phpflickr.com/2006/06/19/phpflickr-16-fixes-major-xml-problems-hopefully/#comment-5425</guid>
		<description>Thanks for all of the great feedback.  It's not terribly surprising that the SAXY parser uses more memory because it's not offloading its processing to pre-compiled libraries.  The solution that I'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'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-5421</link>
		<dc:creator>Eliot</dc:creator>
		<pubDate>Thu, 17 Aug 2006 15:55:21 +0000</pubDate>
		<guid>http://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-4832</link>
		<dc:creator>Brenda</dc:creator>
		<pubDate>Sat, 12 Aug 2006 23:20:31 +0000</pubDate>
		<guid>http://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-&#62;_parser, $xml, $this-&#62;_struct, $this-&#62;_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-4830</link>
		<dc:creator>Brenda</dc:creator>
		<pubDate>Sat, 12 Aug 2006 23:03:23 +0000</pubDate>
		<guid>http://phpflickr.com/2006/06/19/phpflickr-16-fixes-major-xml-problems-hopefully/#comment-4830</guid>
		<description>my xml wasn'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-4829</link>
		<dc:creator>Brenda</dc:creator>
		<pubDate>Sat, 12 Aug 2006 23:02:19 +0000</pubDate>
		<guid>http://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'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 -&#62;photos_comments_getList() only contains one empty comment
var_dump:
array(1) {
  [0]=&#62;
  array(8) {
    ["_name"]=&#62;
    string(7) "comment"
    ["_attributes"]=&#62;
    array(5) {
      ["id"]=&#62;
      string(34) "126545-199469720-72157594216934715"
      ["author"]=&#62;
      string(12) "69225861@N00"
      ["authorname"]=&#62;
      string(6) "pmarin"
      ["datecreate"]=&#62;
      string(10) "1154250441"
      ["permalink"]=&#62;
      string(72) "http://www.flickr.com/photos/taniwha/199469720/#comment72157594216934715"
    }
    ["_value"]=&#62;
    NULL
    ["id"]=&#62;
    string(34) "126545-199469720-72157594216934715"
    ["author"]=&#62;
    string(12) "69225861@N00"
    ["authorname"]=&#62;
    string(6) "pmarin"
    ["datecreate"]=&#62;
    string(10) "1154250441"
    ["permalink"]=&#62;
    string(72) "http://www.flickr.com/photos/taniwha/199469720/#comment72157594216934715"
  }
}</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 />
    [&#034;_name&#034;]=&gt;<br />
    string(7) &#034;comment&#034;<br />
    [&#034;_attributes&#034;]=&gt;<br />
    array(5) {<br />
      [&#034;id&#034;]=&gt;<br />
      string(34) &#034;126545-199469720-72157594216934715&#034;<br />
      [&#034;author&#034;]=&gt;<br />
      string(12) &#034;69225861@N00&#034;<br />
      [&#034;authorname&#034;]=&gt;<br />
      string(6) &#034;pmarin&#034;<br />
      [&#034;datecreate&#034;]=&gt;<br />
      string(10) &#034;1154250441&#034;<br />
      [&#034;permalink&#034;]=&gt;<br />
      string(72) &#034;http://www.flickr.com/photos/taniwha/199469720/#comment72157594216934715&#034;<br />
    }<br />
    [&#034;_value&#034;]=&gt;<br />
    NULL<br />
    [&#034;id&#034;]=&gt;<br />
    string(34) &#034;126545-199469720-72157594216934715&#034;<br />
    [&#034;author&#034;]=&gt;<br />
    string(12) &#034;69225861@N00&#034;<br />
    [&#034;authorname&#034;]=&gt;<br />
    string(6) &#034;pmarin&#034;<br />
    [&#034;datecreate&#034;]=&gt;<br />
    string(10) &#034;1154250441&#034;<br />
    [&#034;permalink&#034;]=&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-3184</link>
		<dc:creator>China Doll</dc:creator>
		<pubDate>Sat, 22 Jul 2006 11:32:03 +0000</pubDate>
		<guid>http://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-2541</link>
		<dc:creator>Jesse Warden - Flash, Flex, and Component Developer</dc:creator>
		<pubDate>Fri, 07 Jul 2006 22:45:12 +0000</pubDate>
		<guid>http://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-1873</link>
		<dc:creator>Bernardo Achirica</dc:creator>
		<pubDate>Thu, 22 Jun 2006 17:26:17 +0000</pubDate>
		<guid>http://phpflickr.com/2006/06/19/phpflickr-16-fixes-major-xml-problems-hopefully/#comment-1873</guid>
		<description>I think I'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'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-1824</link>
		<dc:creator>Ed</dc:creator>
		<pubDate>Wed, 21 Jun 2006 16:03:51 +0000</pubDate>
		<guid>http://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-1768</link>
		<dc:creator>Bernardo Achirica</dc:creator>
		<pubDate>Tue, 20 Jun 2006 13:09:45 +0000</pubDate>
		<guid>http://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't had... but that'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>
