<?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: UTF-8 Validation and PHP, do you?</title>
	<atom:link href="http://www.paulgarvin.net/blog/posts/84/feed" rel="self" type="application/rss+xml" />
	<link>http://www.paulgarvin.net/blog/posts/84</link>
	<description>A blog about autocrossing, some geeky stuff &#38; Philadelphia.</description>
	<lastBuildDate>Mon, 16 Nov 2009 15:49:25 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Paul</title>
		<link>http://www.paulgarvin.net/blog/posts/84/comment-page-1#comment-203</link>
		<dc:creator>Paul</dc:creator>
		<pubDate>Fri, 14 Aug 2009 17:08:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.paulgarvin.net/blog/?p=84#comment-203</guid>
		<description>Yes, validating input from a web form, but could be applied to accepting input from an RPC-XML or Json API. PHP doesn&#039;t have a taint mode. There is an RFC for putting it into 5.4/6.0. You are right about teh bound SQL params. That does give you protection against SQL injection.</description>
		<content:encoded><![CDATA[<p>Yes, validating input from a web form, but could be applied to accepting input from an RPC-XML or Json API. PHP doesn&#8217;t have a taint mode. There is an RFC for putting it into 5.4/6.0. You are right about teh bound SQL params. That does give you protection against SQL injection.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: shinronin</title>
		<link>http://www.paulgarvin.net/blog/posts/84/comment-page-1#comment-202</link>
		<dc:creator>shinronin</dc:creator>
		<pubDate>Thu, 13 Aug 2009 14:24:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.paulgarvin.net/blog/?p=84#comment-202</guid>
		<description>hey paul, are we talking about validating input from a web form prior to insertion into a db?  does PHP have a taint mode?  if so, that plus bind params are pretty robust security measures.</description>
		<content:encoded><![CDATA[<p>hey paul, are we talking about validating input from a web form prior to insertion into a db?  does PHP have a taint mode?  if so, that plus bind params are pretty robust security measures.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
