<?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: NagVis with MK Livestats compatible json_decode()</title>
	<atom:link href="http://emil.wayers.com/archives/486/feed" rel="self" type="application/rss+xml" />
	<link>http://emil.wayers.com/archives/486</link>
	<description>SSDD</description>
	<lastBuildDate>Thu, 18 Mar 2010 20:04:16 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: emiL</title>
		<link>http://emil.wayers.com/archives/486/comment-page-1#comment-347</link>
		<dc:creator>emiL</dc:creator>
		<pubDate>Thu, 18 Mar 2010 20:04:16 +0000</pubDate>
		<guid isPermaLink="false">http://emil.wayers.com/?p=486#comment-347</guid>
		<description>Thanks! I&#039;ve updated the post, somehow the escape got lost when posting.</description>
		<content:encoded><![CDATA[<p>Thanks! I&#8217;ve updated the post, somehow the escape got lost when posting.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Giuliano</title>
		<link>http://emil.wayers.com/archives/486/comment-page-1#comment-346</link>
		<dc:creator>Giuliano</dc:creator>
		<pubDate>Thu, 18 Mar 2010 13:33:52 +0000</pubDate>
		<guid isPermaLink="false">http://emil.wayers.com/?p=486#comment-346</guid>
		<description>Beware!

This line:
   $json = str_replace(array(&quot;n&quot;,&quot;r&quot;), &quot;&quot;, $json);
should really read:
   $json = str_replace(array(&quot;\n&quot;,&quot;\r&quot;), &quot;&quot;, $json);

Otherwise you&#039;ll get corrupted host names, in the first place. Took me half an hour to figure out. :(

cheers,
--
Giuliano</description>
		<content:encoded><![CDATA[<p>Beware!</p>
<p>This line:<br />
   $json = str_replace(array(&#8220;n&#8221;,&#8221;r&#8221;), &#8220;&#8221;, $json);<br />
should really read:<br />
   $json = str_replace(array(&#8220;\n&#8221;,&#8221;\r&#8221;), &#8220;&#8221;, $json);</p>
<p>Otherwise you&#8217;ll get corrupted host names, in the first place. Took me half an hour to figure out. <img src='http://emil.wayers.com/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> </p>
<p>cheers,<br />
&#8211;<br />
Giuliano</p>
]]></content:encoded>
	</item>
</channel>
</rss>
