<?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/Pager/download/2.4.8/"/>
<rdf:li rdf:resource="http://pear.php.net/package/MDB2_Driver_sqlite/download/1.5.0b2/"/>
<rdf:li rdf:resource="http://pear.php.net/package/MDB2_Driver_pgsql/download/1.5.0b2/"/>
<rdf:li rdf:resource="http://pear.php.net/package/MDB2_Driver_oci8/download/1.5.0b2/"/>
<rdf:li rdf:resource="http://pear.php.net/package/MDB2_Driver_mysqli/download/1.5.0b2/"/>
<rdf:li rdf:resource="http://pear.php.net/package/MDB2_Driver_mysql/download/1.5.0b2/"/>
<rdf:li rdf:resource="http://pear.php.net/package/MDB2_Driver_mssql/download/1.3.0b2/"/>
<rdf:li rdf:resource="http://pear.php.net/package/MDB2_Driver_ibase/download/1.5.0b2/"/>
<rdf:li rdf:resource="http://pear.php.net/package/MDB2/download/2.5.0b2/"/>
<rdf:li rdf:resource="http://pear.php.net/package/DB_Pager/download/0.7.2/"/>
</rdf:Seq>
</items>

<title>PEAR: Latest releases for quipo</title>
<description>The latest releases for the PEAR developer quipo (Lorenzo Alberton)</description>
</channel>

<item rdf:about="http://pear.php.net/package/Pager/download/2.4.8/">
 <title>Pager 2.4.8</title>
 <link>http://pear.php.net/package/Pager/download/2.4.8/</link>
 <content:encoded>- request #15949: add autoSubmit option to getPerPageSelectBox() [Matt Rosenquist]&lt;br /&gt;
- fix potential issues with encoding in getPerPageSelectBox() and getPageSelectBox()
 </content:encoded>
 <dc:date>2009-04-21T23:49:41-05:00</dc:date>
</item>
<item rdf:about="http://pear.php.net/package/MDB2_Driver_sqlite/download/1.5.0b2/">
 <title>MDB2_Driver_sqlite 1.5.0b2</title>
 <link>http://pear.php.net/package/MDB2_Driver_sqlite/download/1.5.0b2/</link>
 <content:encoded>- fixed bug #12117: disconnect() does not work as documented&lt;br /&gt;
- fixed bug #13815: incomplete regexp in the Reverse module&lt;br /&gt;
- fixed bug #13928: Invalid triggers created for 'ON UPDATE'&lt;br /&gt;
- fixed bug #14302: Connection errors were not always returned&lt;br /&gt;
&lt;br /&gt;
note:&lt;br /&gt;
open todo items:&lt;br /&gt;
- fix pattern escaping using GLOB instead of LIKE or create and register own implementation of LIKE
 </content:encoded>
 <dc:date>2009-01-14T12:26:40-05:00</dc:date>
</item>
<item rdf:about="http://pear.php.net/package/MDB2_Driver_pgsql/download/1.5.0b2/">
 <title>MDB2_Driver_pgsql 1.5.0b2</title>
 <link>http://pear.php.net/package/MDB2_Driver_pgsql/download/1.5.0b2/</link>
 <content:encoded>- fixed bug #12117: disconnect() does not work as documented&lt;br /&gt;
- fixed bug #13481: getTableConstraintDefinition() may return incomplete results&lt;br /&gt;
- fixed bug #13877: UNIQUE index not always recognized as constraint&lt;br /&gt;
- fixed bug #14292: alterTable() cannot change column type when no implicit cast is defined&lt;br /&gt;
- fixed bug #14510: getTableFieldDefinition() does not unquote defaults&lt;br /&gt;
- fixed bug #14828: unixtimestamp() generates invalid SQL for non-constant argument&lt;br /&gt;
- fixed bug #15056: tableInfo does not work with pgsql schemas (added support to&lt;br /&gt;
  table schemas to Manager module)&lt;br /&gt;
&lt;br /&gt;
Thanks to Holger Schletz for all the above patches!&lt;br /&gt;
&lt;br /&gt;
open todo items:&lt;br /&gt;
- enable pg_execute() once issues with bytea column are resolved&lt;br /&gt;
- use pg_result_error_field() to handle localized error messages (Request #7059)&lt;br /&gt;
- add option to use unnamed prepared statements&lt;br /&gt;
  (see http://www.postgresql.org/docs/current/static/protocol-flow.html Extended Query)
 </content:encoded>
 <dc:date>2009-01-14T12:26:27-05:00</dc:date>
</item>
<item rdf:about="http://pear.php.net/package/MDB2_Driver_oci8/download/1.5.0b2/">
 <title>MDB2_Driver_oci8 1.5.0b2</title>
 <link>http://pear.php.net/package/MDB2_Driver_oci8/download/1.5.0b2/</link>
 <content:encoded>- fixed bug #12117: disconnect() does not work as documented&lt;br /&gt;
- fixed bug #14383: wrong replacement with prepared statements with LOB parameters&lt;br /&gt;
  after the 9th position&lt;br /&gt;
- request #14639: automatically fetch CLOBs when retrieved with 'text' data type&lt;br /&gt;
&lt;br /&gt;
note:&lt;br /&gt;
- please use the latest ext/oci8 version from pecl.php.net/oci8&lt;br /&gt;
 (binaries are available from snaps.php.net and pecl4win.php.net)&lt;br /&gt;
- by default this driver emulates the database concept other RDBMS have by&lt;br /&gt;
  using the &quot;database&quot; option instead of &quot;username&quot; in the DSN as the username name.&lt;br /&gt;
  This behaviour can be disabled by setting the &quot;emulate_database&quot; option to false.&lt;br /&gt;
- the multi_query test failes because this is not supported by ext/oci8&lt;br /&gt;
- the null LOB test failes because this is not supported by Oracle&lt;br /&gt;
&lt;br /&gt;
open todo items:&lt;br /&gt;
- enable use of read() for LOBs to read a LOB in chunks&lt;br /&gt;
- buffer LOBs when doing buffered queries
 </content:encoded>
 <dc:date>2009-01-14T12:26:07-05:00</dc:date>
</item>
<item rdf:about="http://pear.php.net/package/MDB2_Driver_mysqli/download/1.5.0b2/">
 <title>MDB2_Driver_mysqli 1.5.0b2</title>
 <link>http://pear.php.net/package/MDB2_Driver_mysqli/download/1.5.0b2/</link>
 <content:encoded>- fixed bug #12117: disconnect() does not work as documented&lt;br /&gt;
- fixed bug #13412: sometimes getTableConstraintDefinition() fails for FOREIGN KEYs&lt;br /&gt;
- fixed bug #13581: wrong query in beginTransaction() for certain MySQL versions&lt;br /&gt;
- fixed bug #13928: Invalid triggers created for 'ON UPDATE'&lt;br /&gt;
- fixed bug #15051: Cannot create constraints with field length&lt;br /&gt;
- add index on FK column(s) or a FK constraint cannot be created in some cases&lt;br /&gt;
&lt;br /&gt;
open todo items:&lt;br /&gt;
- use a trigger to emulate setting default now()
 </content:encoded>
 <dc:date>2009-01-14T12:25:53-05:00</dc:date>
</item>
<item rdf:about="http://pear.php.net/package/MDB2_Driver_mysql/download/1.5.0b2/">
 <title>MDB2_Driver_mysql 1.5.0b2</title>
 <link>http://pear.php.net/package/MDB2_Driver_mysql/download/1.5.0b2/</link>
 <content:encoded>- fixed bug #12117: disconnect() does not work as documented&lt;br /&gt;
- fixed bug #13412: sometimes getTableConstraintDefinition() fails for FOREIGN KEYs&lt;br /&gt;
- fixed bug #13581: wrong query in beginTransaction() for certain MySQL versions&lt;br /&gt;
- request #13657: in setCharset(), use mysql_set_charset() if available [cwiedmann]&lt;br /&gt;
- fixed bug #13928: Invalid triggers created for 'ON UPDATE'&lt;br /&gt;
- fixed bug #15051: Cannot create constraints with field length&lt;br /&gt;
- add index on FK column(s) or a FK constraint cannot be created in some cases&lt;br /&gt;
&lt;br /&gt;
note:&lt;br /&gt;
- the multi_query test failes because this is not supported by ext/mysql&lt;br /&gt;
&lt;br /&gt;
open todo items:&lt;br /&gt;
- use a trigger to emulate setting default now()
 </content:encoded>
 <dc:date>2009-01-14T12:25:42-05:00</dc:date>
</item>
<item rdf:about="http://pear.php.net/package/MDB2_Driver_mssql/download/1.3.0b2/">
 <title>MDB2_Driver_mssql 1.3.0b2</title>
 <link>http://pear.php.net/package/MDB2_Driver_mssql/download/1.3.0b2/</link>
 <content:encoded>- fixed bug #11571: when using setLimit(), numRows() returns wrong values&lt;br /&gt;
- fixed bug #12117: disconnect() does not work as documented&lt;br /&gt;
- fixed bug #14019: MDB2 is not aware of MS-SQL 'smalldatetime' type&lt;br /&gt;
&lt;br /&gt;
open todo items:&lt;br /&gt;
- explore fast limit/offset emulation (Request #4544)
 </content:encoded>
 <dc:date>2009-01-14T12:25:28-05:00</dc:date>
</item>
<item rdf:about="http://pear.php.net/package/MDB2_Driver_ibase/download/1.5.0b2/">
 <title>MDB2_Driver_ibase 1.5.0b2</title>
 <link>http://pear.php.net/package/MDB2_Driver_ibase/download/1.5.0b2/</link>
 <content:encoded>- fixed bug #12117: disconnect() does not work as documented&lt;br /&gt;
- request #14639: automatically fetch CLOBs when retrieved with 'text' data type&lt;br /&gt;
- getTableFieldDefinition() now returns the charset and collation of the field, if defined
 </content:encoded>
 <dc:date>2009-01-14T12:25:17-05:00</dc:date>
</item>
<item rdf:about="http://pear.php.net/package/MDB2/download/2.5.0b2/">
 <title>MDB2 2.5.0b2</title>
 <link>http://pear.php.net/package/MDB2/download/2.5.0b2/</link>
 <content:encoded>- fixed bug #12117: disconnect() does not work as documented&lt;br /&gt;
- fixed bug #12912: replace() documentation&lt;br /&gt;
- fixed bug #13811: _skipDelimitedStrings() fails on empty strings&lt;br /&gt;
- fixed bug #13898: more tolerant check for 'new_link' DSN option&lt;br /&gt;
- request #13929: added 'default_fk_action_ondelete' and 'default_fk_action_onupdate'&lt;br /&gt;
  options for default FOREIGN KEY constraints actions&lt;br /&gt;
- fixed bug #14124: _skipDelimitedStrings() and prepare() fail with sql comments&lt;br /&gt;
  inside quoted strings&lt;br /&gt;
- fixed bug #14179: declaration of MDB2_Driver_Common::raiseError() must be&lt;br /&gt;
  compatible with that of PEAR::raiseError()&lt;br /&gt;
- fixed doc bug #14290: connect should mention the type of object returned&lt;br /&gt;
- fixed bug #14831: $ignores in _skipDelimitedStrings() [patch by Aleksander Machniak]&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>2009-01-14T12:25:03-05:00</dc:date>
</item>
<item rdf:about="http://pear.php.net/package/DB_Pager/download/0.7.2/">
 <title>DB_Pager 0.7.2</title>
 <link>http://pear.php.net/package/DB_Pager/download/0.7.2/</link>
 <content:encoded>Package 2.0
 </content:encoded>
 <dc:date>2009-01-04T13:21:41-05:00</dc:date>
</item>

</rdf:RDF>