<?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: WordPress 2.9 and PHP Libraries</title>
	<atom:link href="http://alexking.org/blog/2010/01/13/wordpress-2-9-and-php-libraries/feed" rel="self" type="application/rss+xml" />
	<link>http://alexking.org/blog/2010/01/13/wordpress-2-9-and-php-libraries</link>
	<description>Alex King, Denver Web Developer</description>
	<lastBuildDate>Thu, 09 Feb 2012 18:02:12 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Aaron</title>
		<link>http://alexking.org/blog/2010/01/13/wordpress-2-9-and-php-libraries#comment-133472</link>
		<dc:creator>Aaron</dc:creator>
		<pubDate>Wed, 07 Apr 2010 15:36:29 +0000</pubDate>
		<guid isPermaLink="false">http://alexking.org/?p=3956#comment-133472</guid>
		<description>I&#039;ve run into all sorts of issues like this with my Fotobook plugin.  I&#039;m conditionally including the Facebook libraries only when the plugin actually needs them, but many of the other Facebook plugins include them across the board, without any checks to see if they already exist.  Frustrating...</description>
		<content:encoded><![CDATA[<p>I&#8217;ve run into all sorts of issues like this with my Fotobook plugin.  I&#8217;m conditionally including the Facebook libraries only when the plugin actually needs them, but many of the other Facebook plugins include them across the board, without any checks to see if they already exist.  Frustrating&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bryce</title>
		<link>http://alexking.org/blog/2010/01/13/wordpress-2-9-and-php-libraries#comment-124442</link>
		<dc:creator>Bryce</dc:creator>
		<pubDate>Fri, 29 Jan 2010 16:36:12 +0000</pubDate>
		<guid isPermaLink="false">http://alexking.org/?p=3956#comment-124442</guid>
		<description>This is interesting, because I believe the same bug has hit the P2 theme, created by the same WP folks, and they have yet to fix it.  See the thread here:
http://wordpress.org/support/topic/338887?replies=37

I wonder how many other plugins/themes this has affected.</description>
		<content:encoded><![CDATA[<p>This is interesting, because I believe the same bug has hit the P2 theme, created by the same WP folks, and they have yet to fix it.  See the thread here:<br />
<a href="http://wordpress.org/support/topic/338887?replies=37" rel="nofollow">http://wordpress.org[...]7?replies=37</a></p>
<p>I wonder how many other plugins/themes this has affected.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: BlogBuzz January 16, 2010</title>
		<link>http://alexking.org/blog/2010/01/13/wordpress-2-9-and-php-libraries#comment-122313</link>
		<dc:creator>BlogBuzz January 16, 2010</dc:creator>
		<pubDate>Sat, 16 Jan 2010 10:06:14 +0000</pubDate>
		<guid isPermaLink="false">http://alexking.org/?p=3956#comment-122313</guid>
		<description>[...] WordPress 2.9 and PHP Libraries [...]</description>
		<content:encoded><![CDATA[<p>[...] WordPress 2.9 and PHP Libraries [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: redwall_hp</title>
		<link>http://alexking.org/blog/2010/01/13/wordpress-2-9-and-php-libraries#comment-122296</link>
		<dc:creator>redwall_hp</dc:creator>
		<pubDate>Sat, 16 Jan 2010 03:16:24 +0000</pubDate>
		<guid isPermaLink="false">http://alexking.org/?p=3956#comment-122296</guid>
		<description>Oh well, you can&#039;t have everything. :) I like that they&#039;re trying to supply some tools to help us deal with the continued PHP support though...</description>
		<content:encoded><![CDATA[<p>Oh well, you can&#8217;t have everything. <img src='http://alexking.org/wp/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  I like that they&#8217;re trying to supply some tools to help us deal with the continued PHP support though&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alex</title>
		<link>http://alexking.org/blog/2010/01/13/wordpress-2-9-and-php-libraries#comment-122287</link>
		<dc:creator>Alex</dc:creator>
		<pubDate>Fri, 15 Jan 2010 23:10:39 +0000</pubDate>
		<guid isPermaLink="false">http://alexking.org/?p=3956#comment-122287</guid>
		<description>Yes, though the implementation is not 100% compatible with the native PHP functions. For example, you can&#039;t specify the return as an array instead of an object.</description>
		<content:encoded><![CDATA[<p>Yes, though the implementation is not 100% compatible with the native PHP functions. For example, you can&#8217;t specify the return as an array instead of an object.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: redwall_hp</title>
		<link>http://alexking.org/blog/2010/01/13/wordpress-2-9-and-php-libraries#comment-122285</link>
		<dc:creator>redwall_hp</dc:creator>
		<pubDate>Fri, 15 Jan 2010 21:46:55 +0000</pubDate>
		<guid isPermaLink="false">http://alexking.org/?p=3956#comment-122285</guid>
		<description>I&#039;m not sure if I&#039;m understanding this fully...

So does this mean that, if I don&#039;t want to support any pre-2.9 versions of WP, I can just use the PHP-native JSON functions and it will just fake them?

If so, awesome!</description>
		<content:encoded><![CDATA[<p>I&#8217;m not sure if I&#8217;m understanding this fully&#8230;</p>
<p>So does this mean that, if I don&#8217;t want to support any pre-2.9 versions of WP, I can just use the PHP-native JSON functions and it will just fake them?</p>
<p>If so, awesome!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alex</title>
		<link>http://alexking.org/blog/2010/01/13/wordpress-2-9-and-php-libraries#comment-122270</link>
		<dc:creator>Alex</dc:creator>
		<pubDate>Fri, 15 Jan 2010 16:54:40 +0000</pubDate>
		<guid isPermaLink="false">http://alexking.org/?p=3956#comment-122270</guid>
		<description>Having thought about it more, I actually have a more succinct summary:

I was conditionally loading Services_JSON in my plugin. WordPress 2.9 was lazily loading it unconditionally. The two approaches are not compatible. :)</description>
		<content:encoded><![CDATA[<p>Having thought about it more, I actually have a more succinct summary:</p>
<p>I was conditionally loading Services_JSON in my plugin. WordPress 2.9 was lazily loading it unconditionally. The two approaches are not compatible. <img src='http://alexking.org/wp/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Beau Lebens</title>
		<link>http://alexking.org/blog/2010/01/13/wordpress-2-9-and-php-libraries#comment-122269</link>
		<dc:creator>Beau Lebens</dc:creator>
		<pubDate>Fri, 15 Jan 2010 16:49:39 +0000</pubDate>
		<guid isPermaLink="false">http://alexking.org/?p=3956#comment-122269</guid>
		<description>We faced the exact same issue with the JSON library suddenly appearing for the IntenseDebate plugin, and we&#039;re solving it in the same way.

I thought I was loading JSON in a &quot;safe&quot; way before, but apparently it wasn&#039;t quite &quot;safe enough&quot; ;)

Thanks for the detailed write-up that explains the situation succinctly.</description>
		<content:encoded><![CDATA[<p>We faced the exact same issue with the JSON library suddenly appearing for the IntenseDebate plugin, and we&#8217;re solving it in the same way.</p>
<p>I thought I was loading JSON in a &#8220;safe&#8221; way before, but apparently it wasn&#8217;t quite &#8220;safe enough&#8221; <img src='http://alexking.org/wp/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p>Thanks for the detailed write-up that explains the situation succinctly.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 1/15/2010 Update &#171; Go Code</title>
		<link>http://alexking.org/blog/2010/01/13/wordpress-2-9-and-php-libraries#comment-122248</link>
		<dc:creator>1/15/2010 Update &#171; Go Code</dc:creator>
		<pubDate>Fri, 15 Jan 2010 05:26:33 +0000</pubDate>
		<guid isPermaLink="false">http://alexking.org/?p=3956#comment-122248</guid>
		<description>[...] WordPress 2.9 and PHP Libraries &#124; alexking.org [...]</description>
		<content:encoded><![CDATA[<p>[...] WordPress 2.9 and PHP Libraries | alexking.org [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: links for 2010-01-13 &#124; GFMorris.com</title>
		<link>http://alexking.org/blog/2010/01/13/wordpress-2-9-and-php-libraries#comment-122147</link>
		<dc:creator>links for 2010-01-13 &#124; GFMorris.com</dc:creator>
		<pubDate>Thu, 14 Jan 2010 02:30:31 +0000</pubDate>
		<guid isPermaLink="false">http://alexking.org/?p=3956#comment-122147</guid>
		<description>[...] WordPress 2.9 and PHP Libraries &#124; alexking.org (tags: gfmorris_comment)    Posted January 13th, 2010 in del.icio.us Links by del.icio.us Linkdumper. [...]</description>
		<content:encoded><![CDATA[<p>[...] WordPress 2.9 and PHP Libraries | alexking.org (tags: gfmorris_comment)    Posted January 13th, 2010 in del.icio.us Links by del.icio.us Linkdumper. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Geof F. Morris</title>
		<link>http://alexking.org/blog/2010/01/13/wordpress-2-9-and-php-libraries#comment-122116</link>
		<dc:creator>Geof F. Morris</dc:creator>
		<pubDate>Wed, 13 Jan 2010 18:02:11 +0000</pubDate>
		<guid isPermaLink="false">http://alexking.org/?p=3956#comment-122116</guid>
		<description>The systems engineer in me looks at problems like these and just sighs.  It makes me want to be a completionist about testing, but I can&#039;t even begin to figure out how many variables there might be.</description>
		<content:encoded><![CDATA[<p>The systems engineer in me looks at problems like these and just sighs.  It makes me want to be a completionist about testing, but I can&#8217;t even begin to figure out how many variables there might be.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

