<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" 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/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">

<channel>
	<title>phpInputValidator</title>
	
	<link>http://www.phpinputvalidator.org</link>
	<description>News and information about phpInputValidator</description>
	<lastBuildDate>Fri, 02 Sep 2011 23:59:14 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/phpInputValidator" /><feedburner:info uri="phpinputvalidator" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><item>
		<title>Github</title>
		<link>http://feedproxy.google.com/~r/phpInputValidator/~3/99xN7GVhXqI/</link>
		<comments>http://www.phpinputvalidator.org/github/#comments</comments>
		<pubDate>Fri, 02 Sep 2011 23:58:09 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://www.phpinputvalidator.org/?p=49</guid>
		<description><![CDATA[Though I have loved using Assembla and still do I feel that it&#8217;s time to move on to Github. My hope is it will bring more eyes to the project and with luck more help. Eventually everything will be moved &#8230;<p class="read-more"><a href="http://www.phpinputvalidator.org/github/">Read more &#187;</a></p>]]></description>
			<content:encoded><![CDATA[<p>Though I have loved using Assembla and still do I feel that it&#8217;s time to move on to Github. My hope is it will bring more eyes to the project and with luck more help. Eventually everything will be moved over but for now I have started with just setting up the repository.</p>
<p>Check it out:<br />
<a title="http://github.com/T3chn0crat/phpInputValidator" href="http://github.com/T3chn0crat/phpInputValidator">http://github.com/T3chn0crat/phpInputValidator</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.phpinputvalidator.org/github/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.phpinputvalidator.org/github/</feedburner:origLink></item>
		<item>
		<title>Website Change</title>
		<link>http://feedproxy.google.com/~r/phpInputValidator/~3/UhLQXzGnoxs/</link>
		<comments>http://www.phpinputvalidator.org/website-change/#comments</comments>
		<pubDate>Thu, 04 Aug 2011 22:27:39 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://www.phpinputvalidator.org/?p=52</guid>
		<description><![CDATA[Ok I finally had enough comments about the old website and decided to change it over and make the WP blog the default page for the site.  So now you will no longer have to look at the ugly page &#8230;<p class="read-more"><a href="http://www.phpinputvalidator.org/website-change/">Read more &#187;</a></p>]]></description>
			<content:encoded><![CDATA[<p>Ok I finally had enough comments about the old website and decided to change it over and make the WP blog the default page for the site.  So now you will no longer have to look at the ugly page any more.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.phpinputvalidator.org/website-change/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.phpinputvalidator.org/website-change/</feedburner:origLink></item>
		<item>
		<title>v3 Work</title>
		<link>http://feedproxy.google.com/~r/phpInputValidator/~3/aw4gTLSAZP8/</link>
		<comments>http://www.phpinputvalidator.org/v3-work/#comments</comments>
		<pubDate>Fri, 17 Jun 2011 15:27:52 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://www.phpinputvalidator.org/blog/?p=35</guid>
		<description><![CDATA[Sorry for the long delay.  I have been working on other projects. I have begun work on the next release v3.  It&#8217;s a total rewrite using php 5.3.0 as the base.  Which will mean no backward compatibility I believe.  I &#8230;<p class="read-more"><a href="http://www.phpinputvalidator.org/v3-work/">Read more &#187;</a></p>]]></description>
			<content:encoded><![CDATA[<p>Sorry for the long delay.  I have been working on other projects.</p>
<p>I have begun work on the next release v3.  It&#8217;s a total rewrite using php 5.3.0 as the base.  Which will mean no backward compatibility I believe.  I will see what I can do but at this point it looks pretty unlikely.</p>
<p>The positives are:</p>
<ul>
<li>Using namespaces which will help make it less like to step on other libraries</li>
<li>No longer need to use the PIV prefix</li>
<li>Faster</li>
<li>Everything is loaded dynamically</li>
<li>Less memory intensive since</li>
<li>Much easier to add plugins and create extensions</li>
</ul>
<div>I have also decided to remove the security component and make it an optional plugin.  Seems that people are not using it as much if even at all.  Most likely logging will be the same way.</div>
<div>As always you can follow the development on <a href="https://www.assembla.com/code/phpInputValidator/subversion/nodes">https://www.assembla.com/code/phpInputValidator/subversion/nodes </a> You can also help contribute.</div>
<div>Stay tuned.  More coming soon.</div>
]]></content:encoded>
			<wfw:commentRss>http://www.phpinputvalidator.org/v3-work/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.phpinputvalidator.org/v3-work/</feedburner:origLink></item>
		<item>
		<title>v2.0.1</title>
		<link>http://feedproxy.google.com/~r/phpInputValidator/~3/q_SRuHdJsiY/</link>
		<comments>http://www.phpinputvalidator.org/v2-0-1/#comments</comments>
		<pubDate>Thu, 09 Dec 2010 21:35:28 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[Releases]]></category>

		<guid isPermaLink="false">http://www.phpinputvalidator.org/blog/?p=32</guid>
		<description><![CDATA[2.0.1 has now been officially released.  Thank you to everyone that provided fixes or requests for new features. + Added reason of security event + Added ability to enable disable security * Fixed error with true/false and 0]]></description>
			<content:encoded><![CDATA[<p>2.0.1 has now been officially released.  Thank you to everyone that provided fixes or requests for new features.</p>
<p>+ Added reason of security event<br />
+ Added ability to enable disable security<br />
* Fixed error with true/false and 0</p>
]]></content:encoded>
			<wfw:commentRss>http://www.phpinputvalidator.org/v2-0-1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.phpinputvalidator.org/v2-0-1/</feedburner:origLink></item>
		<item>
		<title>HtmlPurifier 4.2.0</title>
		<link>http://feedproxy.google.com/~r/phpInputValidator/~3/mR1DxDXfmcE/</link>
		<comments>http://www.phpinputvalidator.org/htmlpurifier-4-2-0/#comments</comments>
		<pubDate>Thu, 14 Oct 2010 21:54:56 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://www.phpinputvalidator.org/blog/?p=29</guid>
		<description><![CDATA[phpInputValidator has been tested and works correctly with HTMLPurifier 4.2.0.  Please upgrade!]]></description>
			<content:encoded><![CDATA[<p>phpInputValidator has been tested and works correctly with HTMLPurifier 4.2.0.  Please upgrade!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.phpinputvalidator.org/htmlpurifier-4-2-0/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.phpinputvalidator.org/htmlpurifier-4-2-0/</feedburner:origLink></item>
		<item>
		<title>2.0.0</title>
		<link>http://feedproxy.google.com/~r/phpInputValidator/~3/5MoXTAHHvyY/</link>
		<comments>http://www.phpinputvalidator.org/2-0-0/#comments</comments>
		<pubDate>Mon, 07 Jun 2010 20:24:10 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Releases]]></category>

		<guid isPermaLink="false">http://www.phpinputvalidator.org/blog/?p=25</guid>
		<description><![CDATA[2.0.0 has now been officially released.  Thank you to everyone that provided fixes or requests for new features. Change log: + Even/Odd type * Multibyte is now enabled by default * HTMLPurifier is now required to be v4 or better &#8230;<p class="read-more"><a href="http://www.phpinputvalidator.org/2-0-0/">Read more &#187;</a></p>]]></description>
			<content:encoded><![CDATA[<p>2.0.0 has now been officially released.  Thank you to everyone that provided fixes or requests for new features.</p>
<p>Change log:<br />
+ Even/Odd type<br />
* Multibyte is now enabled by default<br />
* HTMLPurifier is now required to be v4 or better<br />
* Changed HTMLPurifier configuration value setup (category =&gt; (config =&gt; value))</p>
]]></content:encoded>
			<wfw:commentRss>http://www.phpinputvalidator.org/2-0-0/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.phpinputvalidator.org/2-0-0/</feedburner:origLink></item>
		<item>
		<title>HTMLPurifier 4.1.1</title>
		<link>http://feedproxy.google.com/~r/phpInputValidator/~3/Fe8nHuZqwmI/</link>
		<comments>http://www.phpinputvalidator.org/htmlpurifier-4-1-1/#comments</comments>
		<pubDate>Thu, 03 Jun 2010 18:05:45 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://www.phpinputvalidator.org/blog/?p=21</guid>
		<description><![CDATA[I have tested with HTMLPurifier 4.1.1 and everything works correctly.]]></description>
			<content:encoded><![CDATA[<p>I have tested with HTMLPurifier 4.1.1 and everything works correctly.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.phpinputvalidator.org/htmlpurifier-4-1-1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.phpinputvalidator.org/htmlpurifier-4-1-1/</feedburner:origLink></item>
		<item>
		<title>HTMLPurifer 4.1.0</title>
		<link>http://feedproxy.google.com/~r/phpInputValidator/~3/-LThfOIx15o/</link>
		<comments>http://www.phpinputvalidator.org/htmlpurifer-4-1-0/#comments</comments>
		<pubDate>Tue, 27 Apr 2010 15:11:37 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://www.phpinputvalidator.org/blog/?p=19</guid>
		<description><![CDATA[I have tested phpInputValidator with the new release of HTMLPurifier 4.1.0 and it works fine.  Feel free to use it.]]></description>
			<content:encoded><![CDATA[<p>I have tested phpInputValidator with the new release of HTMLPurifier 4.1.0 and it works fine.  Feel free to use it.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.phpinputvalidator.org/htmlpurifer-4-1-0/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.phpinputvalidator.org/htmlpurifer-4-1-0/</feedburner:origLink></item>
		<item>
		<title>2.0.0-RC3</title>
		<link>http://feedproxy.google.com/~r/phpInputValidator/~3/49_MFJzxK9g/</link>
		<comments>http://www.phpinputvalidator.org/2-0-0-rc3/#comments</comments>
		<pubDate>Wed, 14 Apr 2010 16:45:28 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Releases]]></category>

		<guid isPermaLink="false">http://www.phpinputvalidator.org/blog/?p=16</guid>
		<description><![CDATA[I have taken the feedback I have gotten from people trying it out and I have created another RC.  My belief is this will be the last RC.  Next release should be the final. Change log: * Changed config builders &#8230;<p class="read-more"><a href="http://www.phpinputvalidator.org/2-0-0-rc3/">Read more &#187;</a></p>]]></description>
			<content:encoded><![CDATA[<p>I have taken the feedback I have gotten from people trying it out and I have created another RC.  My belief is this will be the last RC.  Next release should be the final.</p>
<p>Change log:<br />
* Changed config builders to ignore svn folders<br />
+ convertNtoBR<br />
+ convertBRtoN<br />
+ fuzzy_bool<br />
+ ISBN10<br />
+ ISBN13<br />
* Improved email reg<br />
+ FirePHP support<br />
- Unneeded UTF-8 files<br />
* UTF-8 string in example file</p>
]]></content:encoded>
			<wfw:commentRss>http://www.phpinputvalidator.org/2-0-0-rc3/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.phpinputvalidator.org/2-0-0-rc3/</feedburner:origLink></item>
		<item>
		<title>Update to demo</title>
		<link>http://feedproxy.google.com/~r/phpInputValidator/~3/4JRtaO5mlXg/</link>
		<comments>http://www.phpinputvalidator.org/update-to-demo/#comments</comments>
		<pubDate>Wed, 14 Apr 2010 15:54:36 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://www.phpinputvalidator.org/blog/?p=14</guid>
		<description><![CDATA[I have fixed a few errors that were reported to me about the demo page. UTF-8 is now working correctly UTF-8 is now supported on the string test not just the HTML Fixed HTML test giving an error of missing &#8230;<p class="read-more"><a href="http://www.phpinputvalidator.org/update-to-demo/">Read more &#187;</a></p>]]></description>
			<content:encoded><![CDATA[<p>I have fixed a few errors that were reported to me about the demo page.</p>
<ul>
<li>UTF-8 is now working correctly</li>
<li>UTF-8 is now supported on the string test not just the HTML</li>
<li>Fixed HTML test giving an error of missing HTMLPurifier</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.phpinputvalidator.org/update-to-demo/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.phpinputvalidator.org/update-to-demo/</feedburner:origLink></item>
	</channel>
</rss>

