<?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.3/"/>
<rdf:li rdf:resource="http://pear.php.net/package/DBA_Relational/download/0.2.0/"/>
<rdf:li rdf:resource="http://pear.php.net/package/DBA/download/1.1.1/"/>
<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:li rdf:resource="http://pear.php.net/package/SQL_Parser/download/0.5/"/>
<rdf:li rdf:resource="http://pear.php.net/package/DBA/download/1.1/"/>
<rdf:li rdf:resource="http://pear.php.net/package/SQL_Parser/download/0.4/"/>
<rdf:li rdf:resource="http://pear.php.net/package/SQL_Parser/download/0.3/"/>
</rdf:Seq>
</items>

<title>PEAR: Latest releases for busterb</title>
<description>The latest releases for the PEAR developer busterb (Brent Cook)</description>
</channel>

<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/DBA_Relational/download/0.2.0/">
 <title>DBA_Relational 0.2.0</title>
 <link>http://pear.php.net/package/DBA_Relational/download/0.2.0/</link>
 <content:encoded>* Released with package2&lt;br /&gt;
 &lt;br /&gt;
* Added a HTML Table formatting function to Toolbox.php&lt;br /&gt;
* Added new unary functions (avg, min, max, sum, count)&lt;br /&gt;
* Bug fixes
 </content:encoded>
 <dc:date>2007-04-16T04:19:44-05:00</dc:date>
</item>
<item rdf:about="http://pear.php.net/package/DBA/download/1.1.1/">
 <title>DBA 1.1.1</title>
 <link>http://pear.php.net/package/DBA/download/1.1.1/</link>
 <content:encoded>* Added bugfix #44664 so that way we do not get errors on dba_*open
 </content:encoded>
 <dc:date>2007-04-16T03:59:55-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>
<item rdf:about="http://pear.php.net/package/SQL_Parser/download/0.5/">
 <title>SQL_Parser 0.5</title>
 <link>http://pear.php.net/package/SQL_Parser/download/0.5/</link>
 <content:encoded>Parser:&lt;br /&gt;
    * More robust search clause parsing; now handles subsearches&lt;br /&gt;
      with parentheses in more cases (Brent Cook&lt;br /&gt;
    * Add more alias handling cases (John Griffin)&lt;br /&gt;
    * Handle ordinal functions in select project clauses correctly&lt;br /&gt;
    * Add explicit join support (John Griffin)&lt;br /&gt;
    * Add initial support for multiple SQL dialects (ANSI, MySQL)&lt;br /&gt;
      (John Griffin, Brent Cook)&lt;br /&gt;
    * Added SQL Compiler that takes a parse tree and generates a&lt;br /&gt;
      SQL statement (John Griffin)
 </content:encoded>
 <dc:date>2004-05-11T01:08:32-05:00</dc:date>
</item>
<item rdf:about="http://pear.php.net/package/DBA/download/1.1/">
 <title>DBA 1.1</title>
 <link>http://pear.php.net/package/DBA/download/1.1/</link>
 <content:encoded>* Added static DBA:drop()&lt;br /&gt;
* Fixed error handling to work with PHP 5's change in get_class()
 </content:encoded>
 <dc:date>2004-05-04T00:38:18-05:00</dc:date>
</item>
<item rdf:about="http://pear.php.net/package/SQL_Parser/download/0.4/">
 <title>SQL_Parser 0.4</title>
 <link>http://pear.php.net/package/SQL_Parser/download/0.4/</link>
 <content:encoded>Lexer:&lt;br /&gt;
    Fixed off-by-one error and other accesses of undefined memory&lt;br /&gt;
    Idents can be of the form aaa.bbb&lt;br /&gt;
Parser:&lt;br /&gt;
    Can now parse table.field style field names&lt;br /&gt;
    Understand some forms of table alias&lt;br /&gt;
    Fix some bugs in error carret display&lt;br /&gt;
    Fix some references to undefined memory&lt;br /&gt;
    Handle some subselects&lt;br /&gt;
    Handle 'in' and 'not in' keywords for sets and subselects&lt;br /&gt;
    Use new features of Lexer&lt;br /&gt;
    Fix quantum comparisons in creates&lt;br /&gt;
    add support for 'group by'&lt;br /&gt;
Thanks to John Griffin for many of these fixes. There are many more&lt;br /&gt;
left to merge in the next release - hopefully, it wont be too far&lt;br /&gt;
in the future.
 </content:encoded>
 <dc:date>2003-12-20T21:54:28-05:00</dc:date>
</item>
<item rdf:about="http://pear.php.net/package/SQL_Parser/download/0.3/">
 <title>SQL_Parser 0.3</title>
 <link>http://pear.php.net/package/SQL_Parser/download/0.3/</link>
 <content:encoded>This is an 'I'm back' release. Did you miss me?&lt;br /&gt;
&lt;br /&gt;
Mostly focusing on the Lexer this time.&lt;br /&gt;
* Add support for pushing tokens back (Jason Pell)&lt;br /&gt;
* Add support for # and -- comments (for real this time)&lt;br /&gt;
* Add support for ellipsis tokens&lt;br /&gt;
* Removed extraneous negative-number parsing
 </content:encoded>
 <dc:date>2003-04-14T03:51:00-05:00</dc:date>
</item>

</rdf:RDF>