<?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: Where are these backslashes coming from?</title>
	<atom:link href="http://stut.net/2008/06/08/where-are-these-backslashes-coming-from/feed/" rel="self" type="application/rss+xml" />
	<link>http://stut.net/2008/06/08/where-are-these-backslashes-coming-from/</link>
	<description>Ramblings of a random software engineer</description>
	<lastBuildDate>Thu, 15 Jul 2010 15:56:21 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: magic_quotes &#124; keyongtech</title>
		<link>http://stut.net/2008/06/08/where-are-these-backslashes-coming-from/comment-page-1/#comment-8218</link>
		<dc:creator>magic_quotes &#124; keyongtech</dc:creator>
		<pubDate>Sun, 18 Jan 2009 17:37:00 +0000</pubDate>
		<guid isPermaLink="false">http://stut.net/blog/?p=218#comment-8218</guid>
		<description>[...] &gt; this is what&#039;s screwing up the PHP generated html. &gt; &gt; Is there a way to avoid this?  http://stut.net/blog/2008/06/08/wher...s-coming-from/  -Stut  -- http://stut.net/                                 &#171; Login &#124; Ajax and Javascript [...]</description>
		<content:encoded><![CDATA[<p>[...] &gt; this is what&#8217;s screwing up the PHP generated html. &gt; &gt; Is there a way to avoid this?  <a href="http://stut.net/blog/2008/06/08/wher...s-coming-from/" rel="nofollow">http://stut.net/blog/2008/06/08/wher&#8230;s-coming-from/</a>  -Stut  &#8212; <a href="http://stut.net/" rel="nofollow">http://stut.net/</a>                                 &laquo; Login | Ajax and Javascript [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bryan Page</title>
		<link>http://stut.net/2008/06/08/where-are-these-backslashes-coming-from/comment-page-1/#comment-6432</link>
		<dc:creator>Bryan Page</dc:creator>
		<pubDate>Sat, 11 Oct 2008 18:09:48 +0000</pubDate>
		<guid isPermaLink="false">http://stut.net/blog/?p=218#comment-6432</guid>
		<description>Thanks for the suggestion, unfortunately I still get the escaped quotes, maybe not the answer to my problem.  Any hard-coded html performs OK, just the stuff generated by PHP which shows the escaped quotes and doesn&#039;t obey CSS or URL&#039;s.</description>
		<content:encoded><![CDATA[<p>Thanks for the suggestion, unfortunately I still get the escaped quotes, maybe not the answer to my problem.  Any hard-coded html performs OK, just the stuff generated by PHP which shows the escaped quotes and doesn&#8217;t obey CSS or URL&#8217;s.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stut</title>
		<link>http://stut.net/2008/06/08/where-are-these-backslashes-coming-from/comment-page-1/#comment-4989</link>
		<dc:creator>Stut</dc:creator>
		<pubDate>Thu, 12 Jun 2008 10:12:26 +0000</pubDate>
		<guid isPermaLink="false">http://stut.net/blog/?p=218#comment-4989</guid>
		<description>Thanks Aaron, you&#039;re quite correct. Also worth noting that array_walk_recursive is not available in PHP4.

As far as I know changing magic_quotes_gpc in code will not affect the global arrays since they&#039;ve already been processed.</description>
		<content:encoded><![CDATA[<p>Thanks Aaron, you&#8217;re quite correct. Also worth noting that array_walk_recursive is not available in PHP4.</p>
<p>As far as I know changing magic_quotes_gpc in code will not affect the global arrays since they&#8217;ve already been processed.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Aaron Saray</title>
		<link>http://stut.net/2008/06/08/where-are-these-backslashes-coming-from/comment-page-1/#comment-4986</link>
		<dc:creator>Aaron Saray</dc:creator>
		<pubDate>Thu, 12 Jun 2008 02:29:31 +0000</pubDate>
		<guid isPermaLink="false">http://stut.net/blog/?p=218#comment-4986</guid>
		<description>I think it might be useful to your readers to point out the reason why you created this function in this particular way instead of using the array_walk_recursive function.  My first thought was that - but you&#039;ll notice how it won&#039;t handle keys with the contents of arrays :)

Also, one wonders - could you find a test for using ini_set() on magic quotes first?</description>
		<content:encoded><![CDATA[<p>I think it might be useful to your readers to point out the reason why you created this function in this particular way instead of using the array_walk_recursive function.  My first thought was that &#8211; but you&#8217;ll notice how it won&#8217;t handle keys with the contents of arrays <img src='http://stut.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Also, one wonders &#8211; could you find a test for using ini_set() on magic quotes first?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
