<?xml version="1.0" encoding="iso-8859-1"?>
<rdf:RDF
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns="http://purl.org/rss/1.0/"
    xmlns:content="http://purl.org/rss/1.0/modules/content/"
    xmlns:dc="http://purl.org/dc/elements/1.1/"
>
    <channel rdf:about="http://pear.php.net">
    <link>http://pear.php.net/</link>
    <dc:creator>pear-webmaster@lists.php.net</dc:creator>
    <dc:publisher>pear-webmaster@lists.php.net</dc:publisher>
    <dc:language>en-us</dc:language><items>
<rdf:Seq><rdf:li rdf:resource="http://pear.php.net/package/Validate_US/download/0.5.5/"/>
<rdf:li rdf:resource="http://pear.php.net/package/Validate_US/download/0.5.4/"/>
<rdf:li rdf:resource="http://pear.php.net/package/Validate_US/download/0.5.3/"/>
<rdf:li rdf:resource="http://pear.php.net/package/Validate_US/download/0.5.2/"/>
<rdf:li rdf:resource="http://pear.php.net/package/Validate_US/download/0.5.1/"/>
<rdf:li rdf:resource="http://pear.php.net/package/Validate_US/download/0.5.0/"/>
</rdf:Seq>
</items>

<title>Latest releases of validate_us</title>
<description>The latest releases for the package validate_us</description>
</channel>

<item rdf:about="http://pear.php.net/package/Validate_US/download/0.5.5/">
 <title>Validate_US 0.5.5</title>
 <link>http://pear.php.net/package/Validate_US/download/0.5.5/</link>
 <content:encoded>QA release&lt;br /&gt;
Bug #18118 Incorrect validation
 </content:encoded>
 <dc:date>2012-04-07T22:45:47-05:00</dc:date>
</item>
<item rdf:about="http://pear.php.net/package/Validate_US/download/0.5.4/">
 <title>Validate_US 0.5.4</title>
 <link>http://pear.php.net/package/Validate_US/download/0.5.4/</link>
 <content:encoded>QA release&lt;br /&gt;
Request #12498 Suggestion for US ZIP code validation
 </content:encoded>
 <dc:date>2010-10-10T14:27:51-05:00</dc:date>
</item>
<item rdf:about="http://pear.php.net/package/Validate_US/download/0.5.3/">
 <title>Validate_US 0.5.3</title>
 <link>http://pear.php.net/package/Validate_US/download/0.5.3/</link>
 <content:encoded>* Fix Bug #2394: Validate_US needs updating [busterb]&lt;br /&gt;
* Fix Bug #5867: Test bug. [davidc]&lt;br /&gt;
* Fix Bug #11784: running phpcs on US.php highlights 138 errors + 15 warnings [kguest]&lt;br /&gt;
* Fix Bug #11837: package now uses validate_functions.inc for tests but it is not&lt;br /&gt;
  installed. [kguest]&lt;br /&gt;
* Implement Feature #6676: just  a note about source code comments [davidc]&lt;br /&gt;
* Implement Feature #6898: Change if empty() then true behavior of Validate_US::phoneNumber() [davidc]
 </content:encoded>
 <dc:date>2007-12-12T14:46:38-05:00</dc:date>
</item>
<item rdf:about="http://pear.php.net/package/Validate_US/download/0.5.2/">
 <title>Validate_US 0.5.2</title>
 <link>http://pear.php.net/package/Validate_US/download/0.5.2/</link>
 <content:encoded>- Switch to the new BSD License&lt;br /&gt;
(see http://www.opensource.org/licenses/bsd-license.php)
 </content:encoded>
 <dc:date>2005-11-04T11:18:40-05:00</dc:date>
</item>
<item rdf:about="http://pear.php.net/package/Validate_US/download/0.5.1/">
 <title>Validate_US 0.5.1</title>
 <link>http://pear.php.net/package/Validate_US/download/0.5.1/</link>
 <content:encoded>- Made smaller regexes for phone numbers.&lt;br /&gt;
- Fixed a bug in the phone number validation, now if there's an open&lt;br /&gt;
'(' you need to have a ')' that closes it.&lt;br /&gt;
-  Fix bug 4914: No $this in static method ! Reset last url case of read error.&lt;br /&gt;
&lt;br /&gt;
- Split from Validate into independent package&lt;br /&gt;
- CS fixes&lt;br /&gt;
- region() added in US (that is validation of the states)&lt;br /&gt;
- phoneNumber() added.  hasn't had a release in too long.&lt;br /&gt;
- Fix Bug #4068 Always returns true if area code is required in Validate_US::phoneNumber&lt;br /&gt;
- BC break!&lt;br /&gt;
postalCode unified between countries (name wise), now all postcode validation funcs are named postalCode&lt;br /&gt;
- Added test cases for some of the functions&lt;br /&gt;
- Added a var named $high_groups which will stores result of a query to a webpage that ssnGetHighGroups&lt;br /&gt;
does to get list of all high groups, this will really help keeping the load down if there is a need to validate more then one ssn&lt;br /&gt;
in a row.&lt;br /&gt;
- Fix an unassigned variable warning in SSN checks&lt;br /&gt;
- Lots of updates to how SSN checks work (various contributors)&lt;br /&gt;
Note, I'm releasing this because I just realized that I'm the maintainer and it&lt;br /&gt;
hasn't had a release in too long. We really should stabilize it.
 </content:encoded>
 <dc:date>2005-09-23T15:03:55-05:00</dc:date>
</item>
<item rdf:about="http://pear.php.net/package/Validate_US/download/0.5.0/">
 <title>Validate_US 0.5.0</title>
 <link>http://pear.php.net/package/Validate_US/download/0.5.0/</link>
 <content:encoded>- Split from Validate into independent package&lt;br /&gt;
- CS fixes&lt;br /&gt;
- region() added in US (that is validation of the states)&lt;br /&gt;
- phoneNumber() added. 	hasn't had a release in too long.&lt;br /&gt;
- Fix Bug #4068 Always returns true if area code is required in Validate_US::phoneNumber 	 &lt;br /&gt;
- BC break! 	 &lt;br /&gt;
postalCode unified between countries (name wise), now all postcode validation funcs are named postalCode 	 &lt;br /&gt;
- Added test cases for some of the functions 	 &lt;br /&gt;
- Added a var named $high_groups which will stores result of a query to a webpage that ssnGetHighGroups 	 &lt;br /&gt;
does to get list of all high groups, this will really help keeping the load down if there is a need to validate more then one ssn 	 &lt;br /&gt;
in a row.&lt;br /&gt;
- Fix an unassigned variable warning in SSN checks&lt;br /&gt;
- Lots of updates to how SSN checks work (various contributors)&lt;br /&gt;
Note, I'm releasing this because I just realized that I'm the maintainer and it&lt;br /&gt;
hasn't had a release in too long. We really should stabilize it.
 </content:encoded>
 <dc:date>2005-05-20T16:48:47-05:00</dc:date>
</item>

</rdf:RDF>