<?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_CA/download/0.1.3/"/>
<rdf:li rdf:resource="http://pear.php.net/package/Net_URL2/download/0.2.0/"/>
<rdf:li rdf:resource="http://pear.php.net/package/HTML_AJAX/download/0.5.6/"/>
<rdf:li rdf:resource="http://pear.php.net/package/Validate_IE/download/1.0.1/"/>
<rdf:li rdf:resource="http://pear.php.net/package/HTML_AJAX/download/0.5.5/"/>
<rdf:li rdf:resource="http://pear.php.net/package/HTML_AJAX/download/0.5.4/"/>
<rdf:li rdf:resource="http://pear.php.net/package/HTML_AJAX/download/0.5.3/"/>
<rdf:li rdf:resource="http://pear.php.net/package/MDB2_Driver_mssql/download/1.3.0b1/"/>
<rdf:li rdf:resource="http://pear.php.net/package/MDB2/download/2.5.0b1/"/>
<rdf:li rdf:resource="http://pear.php.net/package/pearweb_channelxml/download/1.13.0/"/>
</rdf:Seq>
</items>

<title>PEAR: Latest releases for davidc</title>
<description>The latest releases for the PEAR developer davidc (David Coallier)</description>
</channel>

<item rdf:about="http://pear.php.net/package/Validate_CA/download/0.1.3/">
 <title>Validate_CA 0.1.3</title>
 <link>http://pear.php.net/package/Validate_CA/download/0.1.3/</link>
 <content:encoded>- Deprecated Validate_CA::Luhn() method&lt;br /&gt;
 - Fixes bug #11785 (PEAR coding standard compliance)
 </content:encoded>
 <dc:date>2008-09-01T13:26:09-05:00</dc:date>
</item>
<item rdf:about="http://pear.php.net/package/Net_URL2/download/0.2.0/">
 <title>Net_URL2 0.2.0</title>
 <link>http://pear.php.net/package/Net_URL2/download/0.2.0/</link>
 <content:encoded>Major rewrite to comply with RFC3986 (bug 11574).&lt;br /&gt;
Much better support for resolving relative URLs.&lt;br /&gt;
WARNING: Method and property names has changed to reflect the terminology used in the RFC - THIS RELEASE IS NOT BACKWARDS COMPATIBLE WITH VERSION 0.1.0.
 </content:encoded>
 <dc:date>2008-06-18T15:22:27-05:00</dc:date>
</item>
<item rdf:about="http://pear.php.net/package/HTML_AJAX/download/0.5.6/">
 <title>HTML_AJAX 0.5.6</title>
 <link>http://pear.php.net/package/HTML_AJAX/download/0.5.6/</link>
 <content:encoded>* Fix Coding Standard Problems&lt;br /&gt;
* Refactor svn code layout, build system&lt;br /&gt;
* Remove usused jsunit code&lt;br /&gt;
* Add support for content-type text/xml #14032&lt;br /&gt;
* Fix combineActions with empty actions #13854&lt;br /&gt;
* Fix Javascript in HTML_AJAX.replace target document doesn't get executed in Opera. #14144 put opera on the ie codepath not the gecko codepath&lt;br /&gt;
* Fix Bug #12027 html_ajax.post and Opera (array), this fix might break older versions of Opera, but supporting the new version seems more important
 </content:encoded>
 <dc:date>2008-06-16T14:51:43-05:00</dc:date>
</item>
<item rdf:about="http://pear.php.net/package/Validate_IE/download/1.0.1/">
 <title>Validate_IE 1.0.1</title>
 <link>http://pear.php.net/package/Validate_IE/download/1.0.1/</link>
 <content:encoded>* bug fix: #13633 - support for the 089 mobile phone network
 </content:encoded>
 <dc:date>2008-04-10T19:15:02-05:00</dc:date>
</item>
<item rdf:about="http://pear.php.net/package/HTML_AJAX/download/0.5.5/">
 <title>HTML_AJAX 0.5.5</title>
 <link>http://pear.php.net/package/HTML_AJAX/download/0.5.5/</link>
 <content:encoded>* Merge bug fixes in combineJsIncludes from Clearhealth&lt;br /&gt;
* Fix for bug #13616, HTML_AJAX_lite.js wasn't rebuilt in the 0.5.4 release
 </content:encoded>
 <dc:date>2008-04-07T18:49:27-05:00</dc:date>
</item>
<item rdf:about="http://pear.php.net/package/HTML_AJAX/download/0.5.4/">
 <title>HTML_AJAX 0.5.4</title>
 <link>http://pear.php.net/package/HTML_AJAX/download/0.5.4/</link>
 <content:encoded>* This fixes ie6 problems, and immediate upgrade from 0.5.3 is recommended&lt;br /&gt;
* Fix for bug #13113 - Opera, JavaScript and XMLSerializer&lt;br /&gt;
* Add a newline at the end of packed files
 </content:encoded>
 <dc:date>2008-04-04T17:09:58-05:00</dc:date>
</item>
<item rdf:about="http://pear.php.net/package/HTML_AJAX/download/0.5.3/">
 <title>HTML_AJAX 0.5.3</title>
 <link>http://pear.php.net/package/HTML_AJAX/download/0.5.3/</link>
 <content:encoded>* Gzip compression Support&lt;br /&gt;
* Fix for Bug #12129  	Error with URL generated using HTML_AJAX_Helper::setupAJAX()&lt;br /&gt;
* Add an option to optionally combined js libraries&lt;br /&gt;
* Fix for bug #12415 - Return value of makeRequest in formSubmit when doing a async request&lt;br /&gt;
* Fix for bug #13113 - Opera, JavaScript and XMLSerializer
 </content:encoded>
 <dc:date>2008-04-01T23:20:05-05:00</dc:date>
</item>
<item rdf:about="http://pear.php.net/package/MDB2_Driver_mssql/download/1.3.0b1/">
 <title>MDB2_Driver_mssql 1.3.0b1</title>
 <link>http://pear.php.net/package/MDB2_Driver_mssql/download/1.3.0b1/</link>
 <content:encoded>- fixed bug #12391: fixed lastInsertID() (thanks to Marius Toma)&lt;br /&gt;
- fixed bug #12599: BLOB quoting incorrect (thanks to Ferdy Hanssen)&lt;br /&gt;
- fixed bug #12697: MDB2_Driver_mssql fails to load with the sybase_ct extension&lt;br /&gt;
- request #12731: added truncateTable() in the Manager module&lt;br /&gt;
- request #12732: added vacuum() in the Manager module for OPTIMIZE/VACUUM TABLE abstraction&lt;br /&gt;
- request #12800: added alterDatabase() in the Manager module [afz]&lt;br /&gt;
- fixed bug #12924: correctly handle internal expected errors even with custom error handling&lt;br /&gt;
- extended alterTable() support in the Manager module [afz]&lt;br /&gt;
- added standaloneQuery() and databaseExists()&lt;br /&gt;
- request #13106: added unixtimestamp() in the Function module&lt;br /&gt;
&lt;br /&gt;
open todo items:&lt;br /&gt;
- explore fast limit/offset emulation (Request #4544)
 </content:encoded>
 <dc:date>2008-03-15T04:28:17-05:00</dc:date>
</item>
<item rdf:about="http://pear.php.net/package/MDB2/download/2.5.0b1/">
 <title>MDB2 2.5.0b1</title>
 <link>http://pear.php.net/package/MDB2/download/2.5.0b1/</link>
 <content:encoded>- request #12731: added truncateTable() in the Manager module&lt;br /&gt;
- request #12732: added vacuum() in the Manager module for OPTIMIZE/VACUUM TABLE abstraction&lt;br /&gt;
- request #12800: added alterDatabase() in the Manager module [afz]&lt;br /&gt;
- fixed bug #12924: correctly handle internal expected errors even with custom error handling&lt;br /&gt;
- fixed bug #12991: new error code in errorInfo() [afz]&lt;br /&gt;
- added databaseExists() method [afz]&lt;br /&gt;
- request #13106: added unixtimestamp() in the Function module&lt;br /&gt;
- added max_identifiers_length option&lt;br /&gt;
&lt;br /&gt;
open todo items:&lt;br /&gt;
- handle autoincrement fields in alterTable()&lt;br /&gt;
- add length handling to LOB reverse engineering&lt;br /&gt;
- add EXPLAIN abstraction&lt;br /&gt;
- add cursor support along the lines of PDO (Request #3660 etc.)&lt;br /&gt;
- add PDO based drivers, especially a driver to support SQLite 3 (Request #6907)&lt;br /&gt;
- add support to export/import in CSV format&lt;br /&gt;
- add more functions to the Function module (MD5(), IFNULL(), etc.)&lt;br /&gt;
- add support for database/table/row LOCKs&lt;br /&gt;
- add support for CHECK (ENUM as possible mysql fallback) constraints&lt;br /&gt;
- generate STATUS file from test suite results and allow users to submit test results&lt;br /&gt;
- add support for full text index creation and querying&lt;br /&gt;
- add tests to check if the RDBMS specific handling with portability options&lt;br /&gt;
  disabled behaves as expected&lt;br /&gt;
- handle implicit commits (like for DDL) in any affected driver (mysql, sqlite..)&lt;br /&gt;
- add a getTableFieldsDefinitions() method to be used in tableInfo()&lt;br /&gt;
- drop ILIKE from matchPattern() and instead add a second parameter to&lt;br /&gt;
  handle case sensitivity with arbitrary operators&lt;br /&gt;
- handle LOBs in buffered result sets (Request #8793)
 </content:encoded>
 <dc:date>2008-03-15T04:27:39-05:00</dc:date>
</item>
<item rdf:about="http://pear.php.net/package/pearweb_channelxml/download/1.13.0/">
 <title>pearweb_channelxml 1.13.0</title>
 <link>http://pear.php.net/package/pearweb_channelxml/download/1.13.0/</link>
 <content:encoded>- Remove the xmlrpc tags&lt;br /&gt;
- fix de mirror, make it use SSL to work&lt;br /&gt;
- now handles the DTD for PEAR
 </content:encoded>
 <dc:date>2008-03-08T17:22:35-05:00</dc:date>
</item>

</rdf:RDF>