<?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/DB/download/1.7.14/"/>
<rdf:li rdf:resource="http://pear.php.net/package/Config/download/1.10.12/"/>
<rdf:li rdf:resource="http://pear.php.net/package/DB/download/1.7.14RC2/"/>
<rdf:li rdf:resource="http://pear.php.net/package/Auth/download/1.6.4/"/>
<rdf:li rdf:resource="http://pear.php.net/package/Auth/download/1.6.3/"/>
<rdf:li rdf:resource="http://pear.php.net/package/Auth/download/1.6.2/"/>
<rdf:li rdf:resource="http://pear.php.net/package/Auth/download/1.6.1/"/>
<rdf:li rdf:resource="http://pear.php.net/package/Auth/download/1.6.0/"/>
<rdf:li rdf:resource="http://pear.php.net/package/DB/download/1.7.14RC1/"/>
<rdf:li rdf:resource="http://pear.php.net/package/DB/download/1.7.13/"/>
</rdf:Seq>
</items>

<title>PEAR: Latest releases for aharvey</title>
<description>The latest releases for the PEAR developer aharvey (Adam Harvey)</description>
</channel>

<item rdf:about="http://pear.php.net/package/DB/download/1.7.14/">
 <title>DB 1.7.14</title>
 <link>http://pear.php.net/package/DB/download/1.7.14/</link>
 <content:encoded>Changes since 1.7.13:&lt;br /&gt;
&lt;br /&gt;
All drivers:&lt;br /&gt;
* Made the definition of DB_common::raiseError() compatible with PEAR::raiseError() by adding dummy parameters.  Request 11581.&lt;br /&gt;
* Fixed SKIP block in the 20locale.phpt test.&lt;br /&gt;
* Fixed non-persistent connections to really be non-persistent when unserialising. Bug 15115.&lt;br /&gt;
&lt;br /&gt;
ibase:&lt;br /&gt;
* Changed the order of regular expressions applied when mapping errors so that constraint violations in PHP 4.4 are actually reported as constraint violations and not table not found errors.&lt;br /&gt;
* Fixed a test that should have been skipped in PHP 4.4.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
ifx:&lt;br /&gt;
* Use PCRE rather than ereg. Bug 17722, patch by Olle Jonsson.&lt;br /&gt;
&lt;br /&gt;
mssql:&lt;br /&gt;
* Fix escaping of string values with lines ending in a backslash character. Bug 16117.&lt;br /&gt;
&lt;br /&gt;
oci8:&lt;br /&gt;
* Fix for last_query reconstruction with lots of placeholders.  Bug 12418, patch by Nicholas Evans.&lt;br /&gt;
* Fix replacement of values in last_query for :bind's numbered over 10. Bug 14603.&lt;br /&gt;
* Unset $_prepared_queries in freePrepared().  Bug 14271.&lt;br /&gt;
&lt;br /&gt;
pgsql:&lt;br /&gt;
* Added special-case to handle SAVEPOINT queries as manip queries.  Bug 12260.&lt;br /&gt;
* Implement rudimentary support for WITH...SELECT queries. Bug 17136.&lt;br /&gt;
&lt;br /&gt;
sqlite:&lt;br /&gt;
* Added support for another error message in the SQLite driver.  Bug 12105, patch by Adam Ashley.&lt;br /&gt;
* Implement auto_increment support in tableInfo(). Request 13193.
 </content:encoded>
 <dc:date>2011-08-27T14:42:21-05:00</dc:date>
</item>
<item rdf:about="http://pear.php.net/package/Config/download/1.10.12/">
 <title>Config 1.10.12</title>
 <link>http://pear.php.net/package/Config/download/1.10.12/</link>
 <content:encoded>I believe we'll call this the &quot;all hail Christian Weiske&quot; release, since he's&lt;br /&gt;
been a very busy bee.&lt;br /&gt;
&lt;br /&gt;
Bugs fixed:&lt;br /&gt;
&lt;br /&gt;
 * Fixed Bug #11435: Fix IniCommented parsing of ~ ! | &amp; ( ). (aashley)&lt;br /&gt;
 * Fixed Bug #11807: Config can create invalid php for unknown values.&lt;br /&gt;
   (cweiske)&lt;br /&gt;
 * Fixed Bug #11827: notice when using arrays (directive[]=value) in inifiles.&lt;br /&gt;
   (cweiske)&lt;br /&gt;
 * Fixed Bug #12291: PEAR GenericConf newline shouldn't need a space. (cweiske)&lt;br /&gt;
 * Fixed Bug #12387: GenericConf doesn't allow for hyphens on left-hand-side of&lt;br /&gt;
   a directive. (cweiske)&lt;br /&gt;
 * Fixed Bug #12388: GenericConf doesn't allow whitepace to left of directive&lt;br /&gt;
   delimiter. (cweiske)&lt;br /&gt;
 * Fixed Bug #13116: Syntax Strict notice for references on constructors.&lt;br /&gt;
   (fjfnaranjo)&lt;br /&gt;
 * Fixed Bug #15964: errors in test suite. (cweiske)&lt;br /&gt;
 * Fixed Bug #16590: parseConfig phparray ignores named arrays that use numbers&lt;br /&gt;
   as name. (cweiske)&lt;br /&gt;
 * Fixed Bug #18124: Saving arrays back to ini file fails. (cweiske)&lt;br /&gt;
&lt;br /&gt;
Feature requests implemented:&lt;br /&gt;
&lt;br /&gt;
 * Request #13791: Options for the PHPConstants container. (cweiske)&lt;br /&gt;
 * Request #16656: New 'linebreak' option for IniCommented container. (cweiske)&lt;br /&gt;
 * Request #16724: PHPConstants container should have option lowercase.&lt;br /&gt;
   (cweiske)
 </content:encoded>
 <dc:date>2010-12-24T08:05:17-05:00</dc:date>
</item>
<item rdf:about="http://pear.php.net/package/DB/download/1.7.14RC2/">
 <title>DB 1.7.14RC2</title>
 <link>http://pear.php.net/package/DB/download/1.7.14RC2/</link>
 <content:encoded>This long, long overdue release candidate of DB fixes a number of minor issues reported since the release of DB 1.7.13 along with some issues in DB 1.7.14RC1 that have been exposed by a more comprehensive testing platform than was previously available.&lt;br /&gt;
&lt;br /&gt;
Changes since 1.7.14RC1:&lt;br /&gt;
&lt;br /&gt;
All drivers:&lt;br /&gt;
* Fixed SKIP block in the 20locale.phpt test.&lt;br /&gt;
* Fixed non-persistent connections to really be non-persistent when unserialising. Bug 15115.&lt;br /&gt;
&lt;br /&gt;
ibase:&lt;br /&gt;
* Changed the order of regular expressions applied when mapping errors so that constraint violations in PHP 4.4 are actually reported as constraint violations and not table not found errors.&lt;br /&gt;
* Fixed a test that should have been skipped in PHP 4.4.&lt;br /&gt;
&lt;br /&gt;
ifx:&lt;br /&gt;
* Use PCRE rather than ereg. Bug 17722, patch by Olle Jonsson.&lt;br /&gt;
&lt;br /&gt;
mssql:&lt;br /&gt;
* Fix escaping of string values with lines ending in a backslash character. Bug 16617.&lt;br /&gt;
&lt;br /&gt;
pgsql:&lt;br /&gt;
* Implement rudimentary support for WITH...SELECT queries. Bug 17136.&lt;br /&gt;
&lt;br /&gt;
oci8:&lt;br /&gt;
* Fix replacement of values in last_query for :bind's numbered over 10. Bug 14603.&lt;br /&gt;
* Unset $_prepared_queries in freePrepared().  Bug 14271.&lt;br /&gt;
&lt;br /&gt;
sqlite:&lt;br /&gt;
* Implement auto_increment support in tableInfo(). Request 13193.&lt;br /&gt;
&lt;br /&gt;
Changes since 1.7.13:&lt;br /&gt;
&lt;br /&gt;
All drivers:&lt;br /&gt;
* Made the definition of DB_common::raiseError() compatible with PEAR::raiseError() by adding dummy parameters.  Request 11581.&lt;br /&gt;
&lt;br /&gt;
oci8:&lt;br /&gt;
* Fix for last_query reconstruction with lots of placeholders.  Bug 12418, patch by Nicholas Evans.&lt;br /&gt;
&lt;br /&gt;
pgsql:&lt;br /&gt;
* Added special-case to handle SAVEPOINT queries as manip queries.  Bug 12260.&lt;br /&gt;
&lt;br /&gt;
sqlite:&lt;br /&gt;
* Added support for another error message in the SQLite driver.  Bug 12105, patch by Adam Ashley.
 </content:encoded>
 <dc:date>2010-12-24T07:27:26-05:00</dc:date>
</item>
<item rdf:about="http://pear.php.net/package/Auth/download/1.6.4/">
 <title>Auth 1.6.4</title>
 <link>http://pear.php.net/package/Auth/download/1.6.4/</link>
 <content:encoded>Fix baseinstalldir
 </content:encoded>
 <dc:date>2010-10-25T15:25:33-05:00</dc:date>
</item>
<item rdf:about="http://pear.php.net/package/Auth/download/1.6.3/">
 <title>Auth 1.6.3</title>
 <link>http://pear.php.net/package/Auth/download/1.6.3/</link>
 <content:encoded>Automatically built QA release&lt;br /&gt;
Bug #17691 PATCH: Using explode instead of split - doconnor
 </content:encoded>
 <dc:date>2010-10-25T13:33:27-05:00</dc:date>
</item>
<item rdf:about="http://pear.php.net/package/Auth/download/1.6.2/">
 <title>Auth 1.6.2</title>
 <link>http://pear.php.net/package/Auth/download/1.6.2/</link>
 <content:encoded>* Fix Bug #13756: Variable name mispelling in SAP container&lt;br /&gt;
* Fix Bug #13757: AUTH_LOG_ERR used but not defined&lt;br /&gt;
* Fix Bug #14248: Typo and documentation fixes&lt;br /&gt;
* Fix Bug #16676: Notices in PEAR container (cweiske)
 </content:encoded>
 <dc:date>2009-10-15T07:03:01-05:00</dc:date>
</item>
<item rdf:about="http://pear.php.net/package/Auth/download/1.6.1/">
 <title>Auth 1.6.1</title>
 <link>http://pear.php.net/package/Auth/download/1.6.1/</link>
 <content:encoded>* Actually included the new NetVPOPMaild container file.&lt;br /&gt;
	  *mutter*grumble*stupid package.xml*grumble*mutter*&lt;br /&gt;
* Fix Bug #13578: Parse errors in DB Containers
 </content:encoded>
 <dc:date>2008-04-04T02:58:43-05:00</dc:date>
</item>
<item rdf:about="http://pear.php.net/package/Auth/download/1.6.0/">
 <title>Auth 1.6.0</title>
 <link>http://pear.php.net/package/Auth/download/1.6.0/</link>
 <content:encoded>* Fixed Bug #12112: Advanced Security Cookie has different settings to&lt;br /&gt;
  session cookie.&lt;br /&gt;
* Implemented Request #13337: New vpopmail container utilising Net_Vpopmaild.&lt;br /&gt;
  Patch supplied by Bill Shupp (shupp)&lt;br /&gt;
* Implemented Request #13418: Karma support for PEAR Container. Patch supplied&lt;br /&gt;
  by Christian Weiske (cweiske).&lt;br /&gt;
* Added correct debug message for when no login has occured instead of session&lt;br /&gt;
  storage not found.&lt;br /&gt;
* Implemented Request #12061: Auto Quote handle database schema changes. ie&lt;br /&gt;
  schema.tableName -&gt; &quot;schema&quot;.&quot;tableName&quot;&lt;br /&gt;
* Implemented Request #12087: Ability to select which Advanced Security options&lt;br /&gt;
  are used.&lt;br /&gt;
* Fixed Doc Bug #12156: Correction to doc page for Auth::setSessionName() by&lt;br /&gt;
  Adam Harvey (aharvey)
 </content:encoded>
 <dc:date>2008-04-03T23:07:10-05:00</dc:date>
</item>
<item rdf:about="http://pear.php.net/package/DB/download/1.7.14RC1/">
 <title>DB 1.7.14RC1</title>
 <link>http://pear.php.net/package/DB/download/1.7.14RC1/</link>
 <content:encoded>This release candidate of DB fixes a number of minor issues reported since the release of DB 1.7.13. Note that this release has not yet been tested for databases other than MySQL, PostgreSQL and SQLite; however I've decided to put it out as a release candidate now as I won't be able to test the other database drivers until next week.&lt;br /&gt;
&lt;br /&gt;
All drivers:&lt;br /&gt;
* Made the definition of DB_common::raiseError() compatible with PEAR::raiseError() by adding dummy parameters.  Request 11581.&lt;br /&gt;
&lt;br /&gt;
oci8:&lt;br /&gt;
* Fix for last_query reconstruction with lots of placeholders.  Bug 12418, patch by Nicholas Evans.&lt;br /&gt;
&lt;br /&gt;
pgsql:&lt;br /&gt;
* Added special-case to handle SAVEPOINT queries as manip queries.  Bug 12260.&lt;br /&gt;
&lt;br /&gt;
sqlite:&lt;br /&gt;
* Added support for another error message in the SQLite driver.  Bug 12105, patch by Adam Ashley.
 </content:encoded>
 <dc:date>2007-11-27T21:29:39-05:00</dc:date>
</item>
<item rdf:about="http://pear.php.net/package/DB/download/1.7.13/">
 <title>DB 1.7.13</title>
 <link>http://pear.php.net/package/DB/download/1.7.13/</link>
 <content:encoded>This release of DB fixes a number of minor issues reported since the release of DB 1.7.12.&lt;br /&gt;
&lt;br /&gt;
All drivers:&lt;br /&gt;
* Replaced instances of '=&amp; new Foo' with '= new Foo' to make DB (slightly) more E_STRICT friendly.  Request 11581.&lt;br /&gt;
&lt;br /&gt;
mysql:&lt;br /&gt;
* Added an explicit call to select the database to fix calls to tableInfo() without a preceding query.  Bug 11580.&lt;br /&gt;
&lt;br /&gt;
mysqli:&lt;br /&gt;
* Added an explicit call to select the database to fix calls to tableInfo() without a preceding query.  Bug 11580.&lt;br /&gt;
&lt;br /&gt;
sqlite:&lt;br /&gt;
* Altered fetchInto() to remove extraneous quotes returned by SQLite.  Bug 11716.
 </content:encoded>
 <dc:date>2007-09-21T11:16:43-05:00</dc:date>
</item>

</rdf:RDF>