<?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/MDB2_Driver_oci8/download/1.5.0b3/"/>
<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_oci8/download/1.5.0b1/"/>
<rdf:li rdf:resource="http://pear.php.net/package/MDB2_Driver_oci8/download/1.5.0a2/"/>
<rdf:li rdf:resource="http://pear.php.net/package/MDB2_Driver_oci8/download/1.5.0a1/"/>
<rdf:li rdf:resource="http://pear.php.net/package/MDB2_Driver_oci8/download/1.4.1/"/>
<rdf:li rdf:resource="http://pear.php.net/package/MDB2_Driver_oci8/download/1.4.0/"/>
<rdf:li rdf:resource="http://pear.php.net/package/MDB2_Driver_oci8/download/1.3.0/"/>
<rdf:li rdf:resource="http://pear.php.net/package/MDB2_Driver_oci8/download/1.0.2/"/>
<rdf:li rdf:resource="http://pear.php.net/package/MDB2_Driver_oci8/download/1.0.1/"/>
</rdf:Seq>
</items>

<title>Latest releases of mdb2_driver_oci8</title>
<description>The latest releases for the package mdb2_driver_oci8</description>
</channel>

<item rdf:about="http://pear.php.net/package/MDB2_Driver_oci8/download/1.5.0b3/">
 <title>MDB2_Driver_oci8 1.5.0b3</title>
 <link>http://pear.php.net/package/MDB2_Driver_oci8/download/1.5.0b3/</link>
 <content:encoded>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>2010-08-29T12:30:26-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_oci8/download/1.5.0b1/">
 <title>MDB2_Driver_oci8 1.5.0b1</title>
 <link>http://pear.php.net/package/MDB2_Driver_oci8/download/1.5.0b1/</link>
 <content:encoded>- request #12528: added 'session_mode' DSN parameter&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&lt;br /&gt;
- fixed bug #12924: correctly handle internal expected errors even with custom error handling&lt;br /&gt;
- added standaloneQuery() and databaseExists()&lt;br /&gt;
- better handling of NULL LOBs in execute()&lt;br /&gt;
- request #13106: added unixtimestamp() in the Function module&lt;br /&gt;
- a trigger is created to emulate the ON UPDATE action for FOREIGN KEY constraints.&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>2008-03-15T04:29:10-05:00</dc:date>
</item>
<item rdf:about="http://pear.php.net/package/MDB2_Driver_oci8/download/1.5.0a2/">
 <title>MDB2_Driver_oci8 1.5.0a2</title>
 <link>http://pear.php.net/package/MDB2_Driver_oci8/download/1.5.0a2/</link>
 <content:encoded>- fixed named parameter validation regexp in prepared queries&lt;br /&gt;
- fixed bug #12552: _makeAutoincrement() not quoting the sequence name in the Manager module&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>2007-12-06T15:16:39-05:00</dc:date>
</item>
<item rdf:about="http://pear.php.net/package/MDB2_Driver_oci8/download/1.5.0a1/">
 <title>MDB2_Driver_oci8 1.5.0a1</title>
 <link>http://pear.php.net/package/MDB2_Driver_oci8/download/1.5.0a1/</link>
 <content:encoded>- initial support for FOREIGN KEY and CHECK constraints in the Reverse and Manager modules&lt;br /&gt;
- fixed bug #10969: execute() does not bind reference variables (patch by Charles Woodcock)&lt;br /&gt;
- request #11297: added support for &quot;owner.table&quot; notation in the Manager and Reverse modules&lt;br /&gt;
- fixed bug #11428: propagate quote() errors with invalid data types&lt;br /&gt;
- use prepared queries in the list*() methods of the Manager module and in the&lt;br /&gt;
  Reverse module (thanks to Hugh Dixon)&lt;br /&gt;
- add support for &quot;owner&quot; parameter in listViews(), listFunctions(), listTables(),&lt;br /&gt;
  listSequences() in the Manager module&lt;br /&gt;
- added listTableTriggers() in the Manager module&lt;br /&gt;
- do not list constraints in listTableIndexes() in the Manager module&lt;br /&gt;
- fixed bug #11790: avoid array_diff() because it has a memory leak in PHP 5.1.x&lt;br /&gt;
- fixed bug #11933: avoid duplicate queries in the Reverse module and free results&lt;br /&gt;
  and prepared statement handles (thanks Jan Reitz)&lt;br /&gt;
- fixed some E_STRICT errors with PHP5&lt;br /&gt;
- fixed bug #12083: createTable() in the Manager module now returns MDB2_OK on success,&lt;br /&gt;
  as documented&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 LOB's when doing buffered queries
 </content:encoded>
 <dc:date>2007-10-28T15:27:45-05:00</dc:date>
</item>
<item rdf:about="http://pear.php.net/package/MDB2_Driver_oci8/download/1.4.1/">
 <title>MDB2_Driver_oci8 1.4.1</title>
 <link>http://pear.php.net/package/MDB2_Driver_oci8/download/1.4.1/</link>
 <content:encoded>- return length as &quot;precision,scale&quot; for NUMERIC and DECIMAL fields in mapNativeDatatype()&lt;br /&gt;
- in getTableIndexDefinition() and getTableConstraintDefinition() in the Reverse&lt;br /&gt;
  module, also return the field position in the index/constraint&lt;br /&gt;
- fixed bug #10618: query in listTableIndexes() in the Manager module missing parentheses&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 this&lt;br /&gt;
  using the &quot;database&quot; instead of &quot;username&quot; in the DSN as the username name.&lt;br /&gt;
  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;
- fixed query in getTableConstraintDefinition() [bug #10548], made the $table&lt;br /&gt;
  parameter optional and added support for Foreign Keys and CHECK constraints&lt;br /&gt;
  (thanks to Hugh Dixon)&lt;br /&gt;
- detect autoincrement fields in getTableFieldDefinition() (thanks to Hugh Dixon)&lt;br /&gt;
- don't return index definition in getTableIndexDefinition() if it's a constraint&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 LOB's when doing buffered queries
 </content:encoded>
 <dc:date>2007-05-03T14:56:52-05:00</dc:date>
</item>
<item rdf:about="http://pear.php.net/package/MDB2_Driver_oci8/download/1.4.0/">
 <title>MDB2_Driver_oci8 1.4.0</title>
 <link>http://pear.php.net/package/MDB2_Driver_oci8/download/1.4.0/</link>
 <content:encoded>- propagate errors in getTableFieldDefinition() in the Reverse module&lt;br /&gt;
- implemented getTriggerDefinition() in the Reverse module [experimental]&lt;br /&gt;
- implemented guid() in the Function module [globally unique identifier]&lt;br /&gt;
- added missing error codes (including the one reported in bug #9780)&lt;br /&gt;
- fixed bug #10003: integer length problem in getTypeDeclaration() in the Datatype&lt;br /&gt;
  module (thanks to priyadi at priyadi dot net)&lt;br /&gt;
- implemented a fallback mechanism within getTableIndexDefinition() and&lt;br /&gt;
  getTableConstraintDefinition() in the Reverse module to ignore the 'idxname_format'&lt;br /&gt;
  option and use the index name as provided in case of failure before returning&lt;br /&gt;
  an error&lt;br /&gt;
- fixed bug #4854: Oracle Easy Connect syntax only works with array DSN&lt;br /&gt;
- added a 'nativetype_map_callback' option to map native data declarations back to&lt;br /&gt;
  custom data types (thanks to Andrew Hill).&lt;br /&gt;
- fixed bug #10215: selected the wrong field in the query in listTableConstraints()&lt;br /&gt;
  in the Manager module&lt;br /&gt;
- fixed bug #10337: call to non-existing object error in the manager module&lt;br /&gt;
- fixed bug #10340: hard-coded field name in SQL query in _makeAutoincrement()&lt;br /&gt;
- phpdoc fixes&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 this&lt;br /&gt;
  using the &quot;database&quot; instead of &quot;username&quot; in the DSN as the username name.&lt;br /&gt;
  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 LOB's when doing buffered queries
 </content:encoded>
 <dc:date>2007-03-13T16:55:10-05:00</dc:date>
</item>
<item rdf:about="http://pear.php.net/package/MDB2_Driver_oci8/download/1.3.0/">
 <title>MDB2_Driver_oci8 1.3.0</title>
 <link>http://pear.php.net/package/MDB2_Driver_oci8/download/1.3.0/</link>
 <content:encoded>- fixed inheritance structure of convertResult()&lt;br /&gt;
- fixed several critical typos in tableInfo()&lt;br /&gt;
- added support for new 'disable_iso_date' date DSN option (Request #8739)&lt;br /&gt;
- removed spurious 4th parameter of getDeclaration()&lt;br /&gt;
- fixed handling of last_number in currID() and getSequenceDefinition()&lt;br /&gt;
- skipping 1.1.x and 1.2.x to show that the driver is inline with the other drivers&lt;br /&gt;
- migrated to package.xml version 2&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 this&lt;br /&gt;
  using the &quot;database&quot; instead of &quot;username&quot; in the DSN as the username name.&lt;br /&gt;
  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 LOB's when doing buffered queries
 </content:encoded>
 <dc:date>2006-11-03T08:13:06-05:00</dc:date>
</item>
<item rdf:about="http://pear.php.net/package/MDB2_Driver_oci8/download/1.0.2/">
 <title>MDB2_Driver_oci8 1.0.2</title>
 <link>http://pear.php.net/package/MDB2_Driver_oci8/download/1.0.2/</link>
 <content:encoded>- flip positions property array in prepared statement objects to make it&lt;br /&gt;
  possible to optionally use the same named placeholder in multiple places&lt;br /&gt;
  inside a single prepared statement&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 this&lt;br /&gt;
  using the &quot;database&quot; instead of &quot;username&quot; in the DSN as the username name.&lt;br /&gt;
  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
 </content:encoded>
 <dc:date>2006-09-03T03:32:43-05:00</dc:date>
</item>
<item rdf:about="http://pear.php.net/package/MDB2_Driver_oci8/download/1.0.1/">
 <title>MDB2_Driver_oci8 1.0.1</title>
 <link>http://pear.php.net/package/MDB2_Driver_oci8/download/1.0.1/</link>
 <content:encoded>- return an error if a named placeholder name is used twice inside a single statement&lt;br /&gt;
- do not list empty contraints and indexes&lt;br /&gt;
- added support for 'primary' option in createTable()&lt;br /&gt;
- do not set a default if type is a LOB (Request #8074)&lt;br /&gt;
- fixed handling return values when disable_query is set in _doQuery() and _execute()&lt;br /&gt;
- increased MDB2 dependency too 2.2.1&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 this&lt;br /&gt;
  using the &quot;database&quot; instead of &quot;username&quot; in the DSN as the username name.&lt;br /&gt;
  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
 </content:encoded>
 <dc:date>2006-08-21T14:25:56-05:00</dc:date>
</item>

</rdf:RDF>
