<?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/download/0.8.5/"/>
<rdf:li rdf:resource="http://pear.php.net/package/Validate/download/0.8.4/"/>
<rdf:li rdf:resource="http://pear.php.net/package/Validate/download/0.8.3/"/>
<rdf:li rdf:resource="http://pear.php.net/package/Validate/download/0.8.2/"/>
<rdf:li rdf:resource="http://pear.php.net/package/Validate/download/0.8.1/"/>
<rdf:li rdf:resource="http://pear.php.net/package/Validate/download/0.8.0/"/>
<rdf:li rdf:resource="http://pear.php.net/package/Validate/download/0.7.0/"/>
<rdf:li rdf:resource="http://pear.php.net/package/Validate/download/0.6.5/"/>
<rdf:li rdf:resource="http://pear.php.net/package/Validate/download/0.6.4/"/>
<rdf:li rdf:resource="http://pear.php.net/package/Validate/download/0.6.3/"/>
</rdf:Seq>
</items>

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

<item rdf:about="http://pear.php.net/package/Validate/download/0.8.5/">
 <title>Validate 0.8.5</title>
 <link>http://pear.php.net/package/Validate/download/0.8.5/</link>
 <content:encoded>QA Release&lt;br /&gt;
Request #17963: Allow test suite to run without DNS resolver [patch by remicollet, adjustments by dufuz]&lt;br /&gt;
Bug #17279 Validate::email() with 'fullTLDValidation' =&gt; 'true' always return false.&lt;br /&gt;
Bug #17947 testdate test fails if date.timezone not set&lt;br /&gt;
Bug #17948 multicard test fails
 </content:encoded>
 <dc:date>2011-12-18T12:05:55-05:00</dc:date>
</item>
<item rdf:about="http://pear.php.net/package/Validate/download/0.8.4/">
 <title>Validate 0.8.4</title>
 <link>http://pear.php.net/package/Validate/download/0.8.4/</link>
 <content:encoded>QA release&lt;br /&gt;
Bug #17555 Use correct pattern delim&lt;br /&gt;
Bug #17755 Encoding to UTF-8 in Validate.php&lt;br /&gt;
Bug #17756 Avoiding ereg
 </content:encoded>
 <dc:date>2010-10-10T14:43:03-05:00</dc:date>
</item>
<item rdf:about="http://pear.php.net/package/Validate/download/0.8.3/">
 <title>Validate 0.8.3</title>
 <link>http://pear.php.net/package/Validate/download/0.8.3/</link>
 <content:encoded>* Bug #14865   Fixing some unit test failures (amir)&lt;br /&gt;
* Bug #15945   Improper string used to check domain dns (amir)&lt;br /&gt;
* Bug #16381   String format validation fails for VALIDATE_NAME.VALIDATE_XXX (amir)&lt;br /&gt;
* Bug #16427   Email Validation not working for check_domain (amir)&lt;br /&gt;
* Bug #16811   Should determine whether Net/IDNA.php is available less &quot;destructively&quot; (kguest)
 </content:encoded>
 <dc:date>2009-11-24T03:51:09-05:00</dc:date>
</item>
<item rdf:about="http://pear.php.net/package/Validate/download/0.8.2/">
 <title>Validate 0.8.2</title>
 <link>http://pear.php.net/package/Validate/download/0.8.2/</link>
 <content:encoded>* Bug #12658: New lines at end of file create output (davidc)&lt;br /&gt;
* Bug #11001     RFC822 Comments break PCRE (davidc)&lt;br /&gt;
* Bug #14075     Validate::uri() rejects valid tag: URIs (davidc)&lt;br /&gt;
* Bug #14866     Notice: Undefined index: VALIDATE_ITLD_EMAILS (amir)&lt;br /&gt;
* Bug #14931     Warning: max(): Array must contain atleast one element (doconnor)&lt;br /&gt;
* Doc Bug #14180     Typo in $modulo variable description (amir)&lt;br /&gt;
* Doc Bug #14046     Docs desperately needed (amir)&lt;br /&gt;
* Request #956     Validate::email() doesn't allow Internationalized Domain Names (IDN) (davidc)&lt;br /&gt;
* Request #14791     Improve PHPCS Results [amir]&lt;br /&gt;
* Removed Net_IDNA Dependency [davidc]
 </content:encoded>
 <dc:date>2009-01-31T13:53:19-05:00</dc:date>
</item>
<item rdf:about="http://pear.php.net/package/Validate/download/0.8.1/">
 <title>Validate 0.8.1</title>
 <link>http://pear.php.net/package/Validate/download/0.8.1/</link>
 <content:encoded>* Fix Bug #12658: New lines at end of file create output [davidc]
 </content:encoded>
 <dc:date>2007-12-12T14:20:09-05:00</dc:date>
</item>
<item rdf:about="http://pear.php.net/package/Validate/download/0.8.0/">
 <title>Validate 0.8.0</title>
 <link>http://pear.php.net/package/Validate/download/0.8.0/</link>
 <content:encoded>* Fix Bug #2662: Invalid email addresses are validated [dufuz]&lt;br /&gt;
* Fix Bug #2936: Typo in sample_multiple.php [dufuz]&lt;br /&gt;
* Fix Bug #4068: errant &quot;return true;&quot; in Validate_US::phoneNumber [dufuz]&lt;br /&gt;
* Fix Bug #5390: XML Package Error [dufuz]&lt;br /&gt;
* Fix Bug #7531: Email-checks need to be more RFC-compliant [amir]&lt;br /&gt;
* Fix Bug #7648: VALIDATE_EALPHA does not include the Ã… character [amir]&lt;br /&gt;
* Fix Bug #7864: uris rejected if subdomain contains underscores [amir]&lt;br /&gt;
* Fix Bug #8442: Undefined variable &quot;return&quot; [amir]&lt;br /&gt;
* Fix Bug #8629: eMail validation fails [amir]&lt;br /&gt;
* Fix Bug #8768: Valid URL's are marked invalid [amir]&lt;br /&gt;
* Fix Bug #8839: defect [amir]&lt;br /&gt;
* Fix Bug #8851: date-validation allows letters in time. [amir]&lt;br /&gt;
* Fix Bug #8853: E-Mail validation allows space before TLD [amir]&lt;br /&gt;
* Fix Bug #9156: Missing characters in validation sequence [amir]&lt;br /&gt;
* Fix Bug #9385: Missing characters in validation sequence [amir]&lt;br /&gt;
* Fix Bug #9386: Missing punctuation mark (hyphen) in VALIDATE_NAME [amir]&lt;br /&gt;
* Fix Bug #10044: email validation bug [davidc]&lt;br /&gt;
* Fix Bug #10167: ISSN/ISBN validation is broken by _checkControlNumber [dufuz]&lt;br /&gt;
* Fix Bug #10844: Validate::multiple() breaks by consolidating single field array [toggg]&lt;br /&gt;
* Fix Bug #11073: date() %d validates \d{1,2} as correct [amir]&lt;br /&gt;
* Fix Bug #11592: Email validation not working properly [davidc]&lt;br /&gt;
* Fix Bug #12452: EALPHA_LOWER is missing a ÃŸ [thesaur]&lt;br /&gt;
* Implement Feature #11244: documentation [davidc]&lt;br /&gt;
* Implement Feature #8073: a@a is valid email [amir]
 </content:encoded>
 <dc:date>2007-12-10T23:37:44-05:00</dc:date>
</item>
<item rdf:about="http://pear.php.net/package/Validate/download/0.7.0/">
 <title>Validate 0.7.0</title>
 <link>http://pear.php.net/package/Validate/download/0.7.0/</link>
 <content:encoded>- string():&lt;br /&gt;
 * New chars in VALIDATE_EALPHA_LOWER and UPPER&lt;br /&gt;
- date():&lt;br /&gt;
 * RFC822 date-time format compliant
 </content:encoded>
 <dc:date>2006-11-17T11:51:12-05:00</dc:date>
</item>
<item rdf:about="http://pear.php.net/package/Validate/download/0.6.5/">
 <title>Validate 0.6.5</title>
 <link>http://pear.php.net/package/Validate/download/0.6.5/</link>
 <content:encoded>- __stringToUtf7():&lt;br /&gt;
 * #8442, Preventing a Notice&lt;br /&gt;
- email():&lt;br /&gt;
 * #8629, hostnames starting with numbers are valid because of their popularity&lt;br /&gt;
 * #8853, E-Mail validation allows space before TLD.&lt;br /&gt;
- date():&lt;br /&gt;
 * #8851, date-validation allows letters in time.
 </content:encoded>
 <dc:date>2006-10-05T02:03:53-05:00</dc:date>
</item>
<item rdf:about="http://pear.php.net/package/Validate/download/0.6.4/">
 <title>Validate 0.6.4</title>
 <link>http://pear.php.net/package/Validate/download/0.6.4/</link>
 <content:encoded>- string():&lt;br /&gt;
 * #7648, Adding a new character to VALIDATE_EALPHA&lt;br /&gt;
- email():&lt;br /&gt;
 * #8073, a@a is a valid email address just in RFC restricted mode&lt;br /&gt;
- email():&lt;br /&gt;
 * #7531, utf-7 encoding&lt;br /&gt;
- __stringToUtf7():&lt;br /&gt;
 * new method added to do care about utf-7
 </content:encoded>
 <dc:date>2006-07-31T13:46:19-05:00</dc:date>
</item>
<item rdf:about="http://pear.php.net/package/Validate/download/0.6.3/">
 <title>Validate 0.6.3</title>
 <link>http://pear.php.net/package/Validate/download/0.6.3/</link>
 <content:encoded>- email():&lt;br /&gt;
 * #6930, accepts options as an array to confirm to the Validate standard&lt;br /&gt;
   previous boolean $check_domain still accepted for backwards compatibility&lt;br /&gt;
 * #7176, introduces an experimental option &quot;use_rfc822&quot;&lt;br /&gt;
   which switch to a full RFC822 new checker&lt;br /&gt;
 * unit test enhanced and completed&lt;br /&gt;
- class_exists call in mulitple() now passes false to the autoload param&lt;br /&gt;
- uri():&lt;br /&gt;
 * #6181, Accept URI terminating with a /&lt;br /&gt;
 * use !empty() instead of isset()&lt;br /&gt;
 * minus in the top domain as http://example.co-m is invalid&lt;br /&gt;
 * Double slashes are accepted in the path part (requested by bjori)&lt;br /&gt;
   As a consequence, only URIs with full authority can be valid, no relative URI&lt;br /&gt;
 * documentation header completed : usage notes , options and &quot;strict&quot; parameter&lt;br /&gt;
 * unit tests completed and updated , use php.net instead of unavailable example.org
 </content:encoded>
 <dc:date>2006-04-20T17:46:18-05:00</dc:date>
</item>

</rdf:RDF>