<?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/MDB/download/1.3.0/"/>
<rdf:li rdf:resource="http://pear.php.net/package/MDB/download/1.2/"/>
<rdf:li rdf:resource="http://pear.php.net/package/MDB/download/1.1.4/"/>
<rdf:li rdf:resource="http://pear.php.net/package/MDB/download/1.1.4RC6/"/>
<rdf:li rdf:resource="http://pear.php.net/package/MDB/download/1.1.4RC5/"/>
<rdf:li rdf:resource="http://pear.php.net/package/MDB/download/1.1.4RC4/"/>
<rdf:li rdf:resource="http://pear.php.net/package/MDB/download/1.1.4RC3/"/>
<rdf:li rdf:resource="http://pear.php.net/package/MDB/download/1.1.4RC2/"/>
<rdf:li rdf:resource="http://pear.php.net/package/MDB/download/1.1.4-RC1/"/>
<rdf:li rdf:resource="http://pear.php.net/package/MDB/download/1.1.3/"/>
</rdf:Seq>
</items>

<title>PEAR: Latest releases for manuel</title>
<description>The latest releases for the PEAR developer manuel (Manuel Lemos)</description>
</channel>

<item rdf:about="http://pear.php.net/package/MDB/download/1.3.0/">
 <title>MDB 1.3.0</title>
 <link>http://pear.php.net/package/MDB/download/1.3.0/</link>
 <content:encoded>MDB requires PHP 4.2 from now on.&lt;br /&gt;
MDB:&lt;br /&gt;
- fixed PHP5 compatibility issue in MDB::isError()&lt;br /&gt;
all drivers:&lt;br /&gt;
- added quoteIdentifier() method&lt;br /&gt;
- added sequence_col_name option to make the column name inside sequence&lt;br /&gt;
  emulation tables configurable&lt;br /&gt;
- renamed toString() to __toString() in order to take advantage of new PHP5&lt;br /&gt;
  goodness and made it public&lt;br /&gt;
- unified the native error raising methods (tested on oracle, pgsql, mysql and ibase)&lt;br /&gt;
- fixed bug #1159 which would break index handling in getTableFieldDefinition()&lt;br /&gt;
  if not in portability mode&lt;br /&gt;
MDB_ibase:&lt;br /&gt;
- fixed several bugs in the buffering code&lt;br /&gt;
- fixed NULL management&lt;br /&gt;
- fixed replace()&lt;br /&gt;
MDB_oci8:&lt;br /&gt;
- fixed several bugs in the buffering code&lt;br /&gt;
- added native currId() implementation&lt;br /&gt;
MDB_Manager_oci8:&lt;br /&gt;
- added listTables() and listTableFields()&lt;br /&gt;
MDB_mysql:&lt;br /&gt;
- added quoteIdentifier() method&lt;br /&gt;
MDB_fbsql:&lt;br /&gt;
- removed broken implementations of currId()&lt;br /&gt;
MDB_mssql:&lt;br /&gt;
- removed broken implementations of currId()&lt;br /&gt;
- added quoteIdentifier() method&lt;br /&gt;
MDB_Manager_mysql:&lt;br /&gt;
- fixed mysql 4.0.13 issue in createSequence()&lt;br /&gt;
- several fixes to ensure the correct case is used when fetching data&lt;br /&gt;
  without the portability flag setting enabled&lt;br /&gt;
MDB_Manager_mssql:&lt;br /&gt;
- added listTables() and listTableFields()&lt;br /&gt;
- added getTableFieldDefinition() (still alpha quality)&lt;br /&gt;
test suite:&lt;br /&gt;
- added several test and applied PHP5 compatibility fixes&lt;br /&gt;
- fixed a wrong assumption in the fetchmode bug test&lt;br /&gt;
- moved set_time_limit() call to the setup script to be easier to customize
 </content:encoded>
 <dc:date>2004-04-22T07:26:53-05:00</dc:date>
</item>
<item rdf:about="http://pear.php.net/package/MDB/download/1.2/">
 <title>MDB 1.2</title>
 <link>http://pear.php.net/package/MDB/download/1.2/</link>
 <content:encoded>the last release should have been 1.2 so I am making this rather minor&lt;br /&gt;
update the 1.2 release&lt;br /&gt;
MDB:&lt;br /&gt;
- fixed issue in MDB::singleton() when using array dsn's&lt;br /&gt;
MDB_Common:&lt;br /&gt;
- fixed typo in fetchCol (bug #523)&lt;br /&gt;
MDB_mssql:&lt;br /&gt;
- fixed parse error&lt;br /&gt;
test suite:&lt;br /&gt;
- fixed typo in the output of console test results
 </content:encoded>
 <dc:date>2004-01-11T16:15:38-05:00</dc:date>
</item>
<item rdf:about="http://pear.php.net/package/MDB/download/1.1.4/">
 <title>MDB 1.1.4</title>
 <link>http://pear.php.net/package/MDB/download/1.1.4/</link>
 <content:encoded>This release marks the end of the feature additions to MDB 1.x. All further&lt;br /&gt;
feature additions will do into the MDB 2.x (aka MDB2) branch. MDB 1.x will&lt;br /&gt;
of course still be actively maintained and possibly new drivers may get added.&lt;br /&gt;
All:&lt;br /&gt;
- fixed issues with PHP5&lt;br /&gt;
- cosmetic fixes&lt;br /&gt;
MDB Class:&lt;br /&gt;
- added MDB::isConnection()&lt;br /&gt;
- fixed issues in MDB::singleton() if instances of MDB have been disconnected&lt;br /&gt;
test suite:&lt;br /&gt;
- minor improvements to the test suite&lt;br /&gt;
- fixed most CS issues in the test suite&lt;br /&gt;
- fixed bug in test suite (user_id was incorrectly set to type text instead of integer)&lt;br /&gt;
- added a test for MDB::singleton()&lt;br /&gt;
MDB_Common:&lt;br /&gt;
- fixed bug in support() that would result in always returning true&lt;br /&gt;
- fixed bug in getValue() when $type is empty&lt;br /&gt;
- fixed bug in getDSN() incorrect handling of port value&lt;br /&gt;
- fixed bug in currID() which would result in a fatal error&lt;br /&gt;
- fixed the common implementation of fetchInto()&lt;br /&gt;
- added MDB_FETCHMODE_ASSOC to the common implementation of fetchInto()&lt;br /&gt;
All drivers:&lt;br /&gt;
- backported several fixes from HEAD to each of the drivers&lt;br /&gt;
- fixed bug in extension detection in all drivers&lt;br /&gt;
- fixed bug 22328&lt;br /&gt;
- added notes at the top of the driver regarding driver specfic issues&lt;br /&gt;
- disconnect now unsets instead of overwriting with '' in $GLOBALS['_MDB_databases']&lt;br /&gt;
- added optimize option&lt;br /&gt;
- lowercase keys in associative results if optimize option is set to portability&lt;br /&gt;
MySQL driver:&lt;br /&gt;
- fixed bug in the transaction support detection in the manager class&lt;br /&gt;
Interbase driver:&lt;br /&gt;
- now passes all but the transaction test&lt;br /&gt;
- now also supports associative fetching&lt;br /&gt;
- added missing getTypeDeclaration() method&lt;br /&gt;
- fixed replace emulation&lt;br /&gt;
- fixed bug in interbase driver LOB handling&lt;br /&gt;
- fixed autofree in fetchInto()&lt;br /&gt;
Oracle driver:&lt;br /&gt;
- fixed autofree in fetchInto()&lt;br /&gt;
- fixed a typo in convertResult()&lt;br /&gt;
MSSQL driver:&lt;br /&gt;
- now passes all tests&lt;br /&gt;
- numerous bug fixes&lt;br /&gt;
FBSQL driver:&lt;br /&gt;
- numerous bug fixes to all parts of the driver (especially to the connection handling,&lt;br /&gt;
datatype abstraction, limit support and manager class)&lt;br /&gt;
PGSQL driver:&lt;br /&gt;
- fixed a bug in the error code mapping due to changes in recent PostGreSQL versions
 </content:encoded>
 <dc:date>2004-01-05T10:12:23-05:00</dc:date>
</item>
<item rdf:about="http://pear.php.net/package/MDB/download/1.1.4RC6/">
 <title>MDB 1.1.4RC6</title>
 <link>http://pear.php.net/package/MDB/download/1.1.4RC6/</link>
 <content:encoded>All:&lt;br /&gt;
- fixed issues with PHP5&lt;br /&gt;
- cosmetic fixes&lt;br /&gt;
MDB Class:&lt;br /&gt;
- added MDB::isConnection()&lt;br /&gt;
- fixed issues in MDB::singleton() if instances of MDB have been disconnected&lt;br /&gt;
test suite:&lt;br /&gt;
- minor improvements to the test suite&lt;br /&gt;
- fixed most CS issues in the test suite&lt;br /&gt;
- fixed bug in test suite (user_id was incorrectly set to type text instead of integer)&lt;br /&gt;
- added a test for MDB::singleton()&lt;br /&gt;
MDB_Common:&lt;br /&gt;
- fixed bug in support() that would result in always returning true&lt;br /&gt;
- fixed bug in getValue() when $type is empty&lt;br /&gt;
- fixed bug in getDSN() incorrect handling of port value&lt;br /&gt;
- fixed bug in currID() which would result in a fatal error&lt;br /&gt;
- fixed the common implementation of fetchInto()&lt;br /&gt;
- added MDB_FETCHMODE_ASSOC to the common implementation of fetchInto()&lt;br /&gt;
All drivers:&lt;br /&gt;
- backported several fixes from HEAD to each of the drivers&lt;br /&gt;
- fixed bug in extension detection in all drivers&lt;br /&gt;
- fixed bug 22328&lt;br /&gt;
- added notes at the top of the driver regarding driver specfic issues&lt;br /&gt;
- disconnect now unsets instead of overwriting with '' in $GLOBALS['_MDB_databases']&lt;br /&gt;
- added optimize option&lt;br /&gt;
- lowercase keys in associative results if optimize option is set to portability&lt;br /&gt;
MySQL driver:&lt;br /&gt;
- fixed bug in the transaction support detection in the manager class&lt;br /&gt;
Interbase driver:&lt;br /&gt;
- now passes all but the transaction test&lt;br /&gt;
- now also supports associative fetching&lt;br /&gt;
- added missing getTypeDeclaration() method&lt;br /&gt;
- fixed replace emulation&lt;br /&gt;
- fixed bug in interbase driver LOB handling&lt;br /&gt;
- fixed autofree in fetchInto()&lt;br /&gt;
Oracle driver:&lt;br /&gt;
- fixed autofree in fetchInto()&lt;br /&gt;
- fixed a typo in convertResult()&lt;br /&gt;
MSSQL driver:&lt;br /&gt;
- now passes all tests&lt;br /&gt;
- numerous bug fixes&lt;br /&gt;
FBSQL driver:&lt;br /&gt;
- numerous bug fixes to all parts of the driver (especially to the connection handling,&lt;br /&gt;
datatype abstraction, limit support and manager class)&lt;br /&gt;
PGSQL driver:&lt;br /&gt;
- fixed a bug in the error code mapping due to changes in recent PostGreSQL versions
 </content:encoded>
 <dc:date>2003-12-22T12:12:08-05:00</dc:date>
</item>
<item rdf:about="http://pear.php.net/package/MDB/download/1.1.4RC5/">
 <title>MDB 1.1.4RC5</title>
 <link>http://pear.php.net/package/MDB/download/1.1.4RC5/</link>
 <content:encoded>All:&lt;br /&gt;
- fixed issues with PHP5&lt;br /&gt;
- cosmetic fixes&lt;br /&gt;
MDB Class:&lt;br /&gt;
- added MDB::isConnection()&lt;br /&gt;
- fixed issues in MDB::singleton() if instances of MDB have been disconnected&lt;br /&gt;
test suite:&lt;br /&gt;
- minor improvements to the test suite&lt;br /&gt;
- fixed bug in test suite (user_id was incorrectly set to type text instead of integer)&lt;br /&gt;
- added a test for MDB::singleton()&lt;br /&gt;
MDB_Common:&lt;br /&gt;
- fixed bug in support() that would result in always returning true&lt;br /&gt;
- fixed bug in getValue() when $type is empty&lt;br /&gt;
- fixed bug in getDSN() incorrect handling of port value&lt;br /&gt;
- fixed bug in currID() which would result in a fatal error&lt;br /&gt;
All drivers:&lt;br /&gt;
- backported several fixes from HEAD to each of the drivers&lt;br /&gt;
- fixed bug in extension detection in all drivers&lt;br /&gt;
- fixed bug 22328&lt;br /&gt;
- added notes at the top of the driver regarding driver specfic issues&lt;br /&gt;
- disconnect now unsets instead of overwriting with '' in $GLOBALS['_MDB_databases']&lt;br /&gt;
MySQL driver:&lt;br /&gt;
- fixed bug in the transaction support detection in the manager class&lt;br /&gt;
Interbase driver:&lt;br /&gt;
- now passes all tests&lt;br /&gt;
- now also supports associative fetching&lt;br /&gt;
- added missing getTypeDeclaration() method&lt;br /&gt;
- fixed replace emulation&lt;br /&gt;
- fixed bug in interbase driver LOB handling&lt;br /&gt;
- fixed autofree in fetchInto()&lt;br /&gt;
Oracle driver:&lt;br /&gt;
- fixed autofree in fetchInto()&lt;br /&gt;
MSSQL driver:&lt;br /&gt;
- now passes all tests&lt;br /&gt;
FBSQL driver:&lt;br /&gt;
- several fixes to all parts of the driver (especially to the connection handling,&lt;br /&gt;
datatype abstraction, limit support and manager class)
 </content:encoded>
 <dc:date>2003-12-06T11:06:45-05:00</dc:date>
</item>
<item rdf:about="http://pear.php.net/package/MDB/download/1.1.4RC4/">
 <title>MDB 1.1.4RC4</title>
 <link>http://pear.php.net/package/MDB/download/1.1.4RC4/</link>
 <content:encoded>- added MDB::isConnection()&lt;br /&gt;
- minor improvements to the test suite&lt;br /&gt;
- fixed bug in support() that would result in always returning true&lt;br /&gt;
- fixed bug in getValue() when $type is empty&lt;br /&gt;
- fixed bug in getDSN() incorrect handling of port value&lt;br /&gt;
- fixed bug in the transaction support detection in the mysql manager class&lt;br /&gt;
- several cosmetic fixes&lt;br /&gt;
- fixed bug in common implementation of currID() which would result in a fatal error&lt;br /&gt;
- backported several fixes from HEAD to each of the drivers&lt;br /&gt;
- interbase driver now also supports associative fetching&lt;br /&gt;
- interbase driver: added missing getTypeDeclaration() method&lt;br /&gt;
- fixed bug in extension detection&lt;br /&gt;
- fixed bug in interbase driver LOB handling&lt;br /&gt;
- interbase/oci8 driver: fixed autofree in fetchInto()&lt;br /&gt;
- fixed bug 22328 in the mysql driver&lt;br /&gt;
- fixed issues in MDB::singleton() if instances of MDB have been disconnected&lt;br /&gt;
- added a test for MDB::singleton()&lt;br /&gt;
- fixed issues with PHP5&lt;br /&gt;
- added notes at the top of the driver regarding driver specfic issues&lt;br /&gt;
- fixed typos in the mssql driver
 </content:encoded>
 <dc:date>2003-11-12T09:45:29-05:00</dc:date>
</item>
<item rdf:about="http://pear.php.net/package/MDB/download/1.1.4RC3/">
 <title>MDB 1.1.4RC3</title>
 <link>http://pear.php.net/package/MDB/download/1.1.4RC3/</link>
 <content:encoded>- added MDB::isConnection()&lt;br /&gt;
- minor improvements to the test suite&lt;br /&gt;
- fixed bug in support() that would result in always returning true&lt;br /&gt;
- fixed bug in getValue() when $type is empty&lt;br /&gt;
- fixed bug in getDSN() incorrect handling of port value&lt;br /&gt;
- fixed bug in the transaction support detection in the mysql manager class&lt;br /&gt;
- several cosmetic fixes&lt;br /&gt;
- fixed bug in common implementation of currID() which would result in a fatal error&lt;br /&gt;
- backported several fixes from HEAD to each of the drivers&lt;br /&gt;
- interbase driver now also supports associative fetching&lt;br /&gt;
- interbase driver: added missing getTypeDeclaration() method&lt;br /&gt;
- fixed bug in extension detection&lt;br /&gt;
- fixed bug in interbase driver LOB handling&lt;br /&gt;
- interbase/oci8 driver: fixed autofree in fetchInto()&lt;br /&gt;
- fixed bug 22328 in the mysql driver
 </content:encoded>
 <dc:date>2003-10-23T10:01:00-05:00</dc:date>
</item>
<item rdf:about="http://pear.php.net/package/MDB/download/1.1.4RC2/">
 <title>MDB 1.1.4RC2</title>
 <link>http://pear.php.net/package/MDB/download/1.1.4RC2/</link>
 <content:encoded>- added MDB::isConnection()&lt;br /&gt;
- minor improvements to the test suite&lt;br /&gt;
- fixed bug in support() that would result in always returning true&lt;br /&gt;
- fixed bug in getValue() when $type is empty&lt;br /&gt;
- fixed bug in getDSN() incorrect handling of port value&lt;br /&gt;
- fixed bug in the transaction support detection in the mysql manager class&lt;br /&gt;
- several cosmetic fixes&lt;br /&gt;
- fixed bug in common implementation of currID() which would result in a fatal error&lt;br /&gt;
- backported several fixes from HEAD to each of the drivers&lt;br /&gt;
- interbase driver now also supports associative fetching&lt;br /&gt;
- interbase driver: added missing getTypeDeclaration() method&lt;br /&gt;
- fixed bug in extension detection
 </content:encoded>
 <dc:date>2003-10-22T09:01:00-05:00</dc:date>
</item>
<item rdf:about="http://pear.php.net/package/MDB/download/1.1.4-RC1/">
 <title>MDB 1.1.4-RC1</title>
 <link>http://pear.php.net/package/MDB/download/1.1.4-RC1/</link>
 <content:encoded>- added MDB::isConnection()&lt;br /&gt;
- minor improvements to the test suite&lt;br /&gt;
- fixed bug in support() that would result in always returning true&lt;br /&gt;
- fixed bug in getValue() when $type is empty&lt;br /&gt;
- fixed bug in getDSN() incorrect handling of port value&lt;br /&gt;
- fixed bug in the transaction support detection in the mysql manager class&lt;br /&gt;
- several cosmetic fixes&lt;br /&gt;
- fixed bug in common implementation of currID() which would result in a fatal error&lt;br /&gt;
- backported several fixes from HEAD to each of the drivers&lt;br /&gt;
- interbase driver now also supports associative fetching
 </content:encoded>
 <dc:date>2003-10-16T12:03:00-05:00</dc:date>
</item>
<item rdf:about="http://pear.php.net/package/MDB/download/1.1.3/">
 <title>MDB 1.1.3</title>
 <link>http://pear.php.net/package/MDB/download/1.1.3/</link>
 <content:encoded>- added MDB::singleton()&lt;br /&gt;
- added MDB_Common destructor&lt;br /&gt;
- fixed serious issue in fetch[One|Row|Col|All] which prevented result sets to be free-ed correctly&lt;br /&gt;
- improvements to the manager test suite&lt;br /&gt;
- added MSSQL driver (alpha)&lt;br /&gt;
- improved Frontbase driver
 </content:encoded>
 <dc:date>2003-06-13T13:17:00-05:00</dc:date>
</item>

</rdf:RDF>