<?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/Text_Wiki_Tiki/download/0.1.0/"/>
<rdf:li rdf:resource="http://pear.php.net/package/DB_DataObject_FormBuilder/download/1.0.0/"/>
<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/Text_Wiki/download/1.2.0/"/>
<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/HTML_QuickForm_ElementGrid/download/0.1.1/"/>
<rdf:li rdf:resource="http://pear.php.net/package/DB_DataObject_FormBuilder/download/1.0.0RC7/"/>
</rdf:Seq>
</items>

<title>PEAR: Latest releases for justinpatrin</title>
<description>The latest releases for the PEAR developer justinpatrin (Justin Patrin)</description>
</channel>

<item rdf:about="http://pear.php.net/package/Text_Wiki_Tiki/download/0.1.0/">
 <title>Text_Wiki_Tiki 0.1.0</title>
 <link>http://pear.php.net/package/Text_Wiki_Tiki/download/0.1.0/</link>
 <content:encoded>Release with some improvements to Tiki Render:&lt;br /&gt;
&lt;br /&gt;
* New supported render rules: Paragraph, Preformatted, Redirect&lt;br /&gt;
* Fix bug #16322: properly URL rendering&lt;br /&gt;
* Fix render for heading rule&lt;br /&gt;
* Fix render for code rule&lt;br /&gt;
* Fix render for definition list&lt;br /&gt;
* Improvement to image render: can render images without additional params and has configuration option for the image path&lt;br /&gt;
* Add PHPUnit tests for Tiki render
 </content:encoded>
 <dc:date>2009-08-10T13:44:44-05:00</dc:date>
</item>
<item rdf:about="http://pear.php.net/package/DB_DataObject_FormBuilder/download/1.0.0/">
 <title>DB_DataObject_FormBuilder 1.0.0</title>
 <link>http://pear.php.net/package/DB_DataObject_FormBuilder/download/1.0.0/</link>
 <content:encoded>First stable release.&lt;br /&gt;
&lt;br /&gt;
Fixes:&lt;br /&gt;
* Fixed driver name case issues (bug #13071)&lt;br /&gt;
* Fixed _array2date() notices (bug #14079)&lt;br /&gt;
* Made unit tests skip instead of fail when configuration isn't present
 </content:encoded>
 <dc:date>2009-05-26T19:25:32-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/Text_Wiki/download/1.2.0/">
 <title>Text_Wiki 1.2.0</title>
 <link>http://pear.php.net/package/Text_Wiki/download/1.2.0/</link>
 <content:encoded>Stable release for 1.2.0&lt;br /&gt;
&lt;br /&gt;
Changes since 1.2.0RC2&lt;br /&gt;
 * Fix Bug #10114: Ruleset Case Sensitivity [justinpatrin]&lt;br /&gt;
 * Fix Bug #11262: Doesn't behave nicely with &lt;code type=&quot;php&quot;&gt; [justinpatrin]&lt;br /&gt;
 * Fixed a notices about undefined 'css' and 'name' indexes [mic]&lt;br /&gt;
 * Allow class to be specified in Xhtml Box and Center renderers [mic]&lt;br /&gt;
 * Use css instead of deprecated align attribute for Xhtml/Image alignment [justinpatrin]&lt;br /&gt;
 * Don't pop up a new window with Xhtml Interwiki and Phplookup renderers when target is '_self' [justinpatrin]&lt;br /&gt;
 * Properly encode text in Xhtml Preformatted renderer [mic]&lt;br /&gt;
&lt;br /&gt;
Changes since 1.2.0RC1 (1.2.0RC2)&lt;br /&gt;
 * Added an Address Xhtml renderer&lt;br /&gt;
 * Balanced token checking has been added (this means that output such as &lt;b&gt;&lt;i&gt;italic&lt;/b&gt;&lt;/i&gt; is caught)&lt;br /&gt;
 * A new stack-based callback system for renderers has been added to allow for more flexible output handling (see BlockQuote)&lt;br /&gt;
 * The Url Xhtml renderer now allows a name to be passed in&lt;br /&gt;
 * The Url Xhtml, Plain, Latex renderers now allow start/end tokens&lt;br /&gt;
 * Package.xml 2.0 is now used exclusively&lt;br /&gt;
 * Bug #7320 fix UTF-8 rendering in WikiLink and Freelink&lt;br /&gt;
 * Various UTF-8 fixes&lt;br /&gt;
 * Bug #6292 remove paragraph tags from around headings and hrs in Xhtml renderer&lt;br /&gt;
 * Preformatted Xhtml renderer now correctly escapes output&lt;br /&gt;
&lt;br /&gt;
Changes since 1.1.0 (1.2.0RC1)&lt;br /&gt;
 * Internal Text_Wiki error handling used in factory and singleton&lt;br /&gt;
 * Needed files are now required&lt;br /&gt;
 * bertrand Gugger left development of Text_Wiki&lt;br /&gt;
 * Raw output is now encoded in Xhtml renderer to avoid XSS attacks&lt;br /&gt;
 * Bug 8313 fix anchor output in Xhtml/Wikilink when used in conjuction with sprintf (thanks to bjs5075 at rit dot edu)&lt;br /&gt;
 * Fixed various encoding issues with Xhtml/Wikilink URLs&lt;br /&gt;
 * Bug #7091 fixed variable substitution in Latex renderer (thanks randlem at bgsu dot edu)
 </content:encoded>
 <dc:date>2007-06-09T20:06:01-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/HTML_QuickForm_ElementGrid/download/0.1.1/">
 <title>HTML_QuickForm_ElementGrid 0.1.1</title>
 <link>http://pear.php.net/package/HTML_QuickForm_ElementGrid/download/0.1.1/</link>
 <content:encoded>Fixed bug #10578, elements in the grid with [X] now export their values correctly
 </content:encoded>
 <dc:date>2007-04-01T03:36:23-05:00</dc:date>
</item>
<item rdf:about="http://pear.php.net/package/DB_DataObject_FormBuilder/download/1.0.0RC7/">
 <title>DB_DataObject_FormBuilder 1.0.0RC7</title>
 <link>http://pear.php.net/package/DB_DataObject_FormBuilder/download/1.0.0RC7/</link>
 <content:encoded>* Fix Bug #10574: Line 1750 [justinpatrin]
 </content:encoded>
 <dc:date>2007-03-31T13:33:51-05:00</dc:date>
</item>

</rdf:RDF>