<?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/DBA/download/1.1.1/"/>
<rdf:li rdf:resource="http://pear.php.net/package/DBA/download/1.1/"/>
<rdf:li rdf:resource="http://pear.php.net/package/DBA/download/1.0/"/>
<rdf:li rdf:resource="http://pear.php.net/package/DBA/download/1.0-rc1/"/>
<rdf:li rdf:resource="http://pear.php.net/package/DBA/download/0.9.5/"/>
<rdf:li rdf:resource="http://pear.php.net/package/DBA/download/0.9.4/"/>
<rdf:li rdf:resource="http://pear.php.net/package/DBA/download/0.9.3/"/>
<rdf:li rdf:resource="http://pear.php.net/package/DBA/download/0.9.2/"/>
<rdf:li rdf:resource="http://pear.php.net/package/DBA/download/0.9.1/"/>
<rdf:li rdf:resource="http://pear.php.net/package/DBA/download/0.9/"/>
</rdf:Seq>
</items>

<title>Latest releases</title>
<description>The latest releases for the package dba</description>
</channel>

<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/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/DBA/download/1.0/">
 <title>DBA 1.0</title>
 <link>http://pear.php.net/package/DBA/download/1.0/</link>
 <content:encoded>This is the first stable release.&lt;br /&gt;
&lt;br /&gt;
 * Updated db_exists() to handle more driver types
 </content:encoded>
 <dc:date>2002-12-18T02:32:00-05:00</dc:date>
</item>
<item rdf:about="http://pear.php.net/package/DBA/download/1.0-rc1/">
 <title>DBA 1.0-rc1</title>
 <link>http://pear.php.net/package/DBA/download/1.0-rc1/</link>
 <content:encoded>This is the first stable release-candidate.&lt;br /&gt;
&lt;br /&gt;
 * DBA::getDriverList() returns all supported drivers by the currently running PHP interpreter. DBA works fine with PHP's new DB4 support.&lt;br /&gt;
 * Documentation updates
 </content:encoded>
 <dc:date>2002-11-30T05:15:00-05:00</dc:date>
</item>
<item rdf:about="http://pear.php.net/package/DBA/download/0.9.5/">
 <title>DBA 0.9.5</title>
 <link>http://pear.php.net/package/DBA/download/0.9.5/</link>
 <content:encoded>* Errors now return error codes in addition to messages. Thanks to Olaf Conradi for the working on this.&lt;br /&gt;
* Minor updates to code comments&lt;br /&gt;
&lt;br /&gt;
Next release will be 1.0 stable, barring any show stoppers.
 </content:encoded>
 <dc:date>2002-11-13T12:49:00-05:00</dc:date>
</item>
<item rdf:about="http://pear.php.net/package/DBA/download/0.9.4/">
 <title>DBA 0.9.4</title>
 <link>http://pear.php.net/package/DBA/download/0.9.4/</link>
 <content:encoded>Several nice changes for this release:&lt;br /&gt;
 * The DBA::exists() function has been renamed to DBA::db_exists(). This is to not be confused with the driver method exists().&lt;br /&gt;
&lt;br /&gt;
 * Added db2 support. Apparently, it just didn't work on my OS due to outdated db2 libraries (Slackware-current). Be sure to compile PHP with db2 2.7.7.&lt;br /&gt;
&lt;br /&gt;
 * Added db_drop() and drop() methods to the drivers. db_drop() is static and takes a database name as an argument; drop() deletes the currently open or last open database.&lt;br /&gt;
&lt;br /&gt;
Many of the functions that were included with the earlier developer releases, such as the table manager and SQL parser, have been split into separate packages to be released soon.
 </content:encoded>
 <dc:date>2002-09-30T03:28:00-05:00</dc:date>
</item>
<item rdf:about="http://pear.php.net/package/DBA/download/0.9.3/">
 <title>DBA 0.9.3</title>
 <link>http://pear.php.net/package/DBA/download/0.9.3/</link>
 <content:encoded>This release updates the driver constructors so that they call their base class's constructors. This makes PEAR's virtual destructor system function properly.&lt;br /&gt;
&lt;br /&gt;
NOTE: The file driver appears to work incorrectly with the latest PHP CVS. I am currently investigating the issue. For now, either use CVS from a few weeks ago, or PHP up to 4.2.3.&lt;br /&gt;
&lt;br /&gt;
Many of the functions that were included with the earlier developer releases, such as the table manager and SQL parser, have been split into separate packages to be released soon.
 </content:encoded>
 <dc:date>2002-09-26T05:21:00-05:00</dc:date>
</item>
<item rdf:about="http://pear.php.net/package/DBA/download/0.9.2/">
 <title>DBA 0.9.2</title>
 <link>http://pear.php.net/package/DBA/download/0.9.2/</link>
 <content:encoded>This release fixes a bug in the firstkey() function of the builtin drivers (gdbm, db3) and adds the missing size() function.&lt;br /&gt;
&lt;br /&gt;
Note that many of the pieces that were included with the earlier developer releases, such as the table manager and SQL parser, have been split into separate packages to be released again soon.
 </content:encoded>
 <dc:date>2002-09-25T18:02:00-05:00</dc:date>
</item>
<item rdf:about="http://pear.php.net/package/DBA/download/0.9.1/">
 <title>DBA 0.9.1</title>
 <link>http://pear.php.net/package/DBA/download/0.9.1/</link>
 <content:encoded>There is little new about DBA itself. However, this release does not include a lot of the pieces that were included with the earlier developer releases, such as the table manager and SQL parser. These have been split into separate packages so that the core DBA class can go ahead with a stable release.&lt;br /&gt;
&lt;br /&gt;
This release fixes a bug in the the DBA compatibilty functions located in DBA/Compatibility.php. It the same as 0.9 except for this fix and the addition of a testing script for the compatibility functions.
 </content:encoded>
 <dc:date>2002-09-25T01:23:00-05:00</dc:date>
</item>
<item rdf:about="http://pear.php.net/package/DBA/download/0.9/">
 <title>DBA 0.9</title>
 <link>http://pear.php.net/package/DBA/download/0.9/</link>
 <content:encoded>There is little new about DBA itself. However, this release does not include a&lt;br /&gt;
lot of the pieces that were included with the earlier developer releases, such&lt;br /&gt;
as the table manager and SQL parser. These have been split into separate&lt;br /&gt;
packages so that the core DBA class can go ahead with a stable release.&lt;br /&gt;
&lt;br /&gt;
There are three changes to note:&lt;br /&gt;
&lt;br /&gt;
 * The 'simple' driver has been renamed to 'file'. This is a better description,&lt;br /&gt;
   and shorter too.&lt;br /&gt;
&lt;br /&gt;
 * Support for opening a database persistently using the Builtin driver.&lt;br /&gt;
   See the docs for open() on that driver. Persistence is not supported with the&lt;br /&gt;
   'file' driver.&lt;br /&gt;
&lt;br /&gt;
 * Lastly, the installation directory structure is changed. Rather than&lt;br /&gt;
   installing into a subdirectory of the DB packages (DB/DBA), DBA now installs&lt;br /&gt;
   into the PEAR root directory into its own subdirectory (DBA.php, DBA).&lt;br /&gt;
   Rather than use 'require &quot;DB/DBA/DBA.php&quot;;' use 'require &quot;DBA.php&quot;;'&lt;br /&gt;
   Much simpler!
 </content:encoded>
 <dc:date>2002-09-24T22:46:00-05:00</dc:date>
</item>

</rdf:RDF>