<?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/Mail_mimeDecode/download/1.5.6/"/>
<rdf:li rdf:resource="http://pear.php.net/package/SQL_Parser/download/0.7.0/"/>
<rdf:li rdf:resource="http://pear.php.net/package/DB_DataObject/download/1.11.5/"/>
<rdf:li rdf:resource="http://pear.php.net/package/DB_DataObject/download/1.11.4/"/>
<rdf:li rdf:resource="http://pear.php.net/package/HTML_Template_Flexy/download/1.3.13/"/>
<rdf:li rdf:resource="http://pear.php.net/package/DB_DataObject/download/1.11.3/"/>
<rdf:li rdf:resource="http://pear.php.net/package/Date/download/1.5.0a4/"/>
<rdf:li rdf:resource="http://pear.php.net/package/DB_DataObject/download/1.11.2/"/>
<rdf:li rdf:resource="http://pear.php.net/package/DB_DataObject/download/1.11.1/"/>
<rdf:li rdf:resource="http://pear.php.net/package/DB_DataObject/download/1.11.0/"/>
</rdf:Seq>
</items>

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

<item rdf:about="http://pear.php.net/package/Mail_mimeDecode/download/1.5.6/">
 <title>Mail_mimeDecode 1.5.6</title>
 <link>http://pear.php.net/package/Mail_mimeDecode/download/1.5.6/</link>
 <content:encoded>Minor Bug fix release.&lt;br /&gt;
    #20431 - support for android&lt;br /&gt;
    #19762 - multipart signed not split correctly on line breaks&lt;br /&gt;
    #20027 - replace /e with preg_replace_callback&lt;br /&gt;
    #19762 - multipart/signed eating of new line, and expose sig_hdr etc.
 </content:encoded>
 <dc:date>2016-08-28T23:07:12-05:00</dc:date>
 <dc:publisher>alan_k</dc:publisher>
</item>
<item rdf:about="http://pear.php.net/package/SQL_Parser/download/0.7.0/">
 <title>SQL_Parser 0.7.0</title>
 <link>http://pear.php.net/package/SQL_Parser/download/0.7.0/</link>
 <content:encoded>Minor Feature / bug fixes release&lt;br /&gt;
 * basic create table, alter table support &lt;br /&gt;
 &lt;br /&gt;
 fix #18647 - extral lexemes for mysql dialect&lt;br /&gt;
 fix #18298 - document the options for dialect a bit better&lt;br /&gt;
 fix #18559 - update parsing (bug got lost somewhere)&lt;br /&gt;
 fix #18648 - index table options support (thomas ernest1)&lt;br /&gt;
 fix #16129 - support columns without column names&lt;br /&gt;
 fix #4089 - IF EXISTS support for drop table
 </content:encoded>
 <dc:date>2016-04-06T21:50:18-05:00</dc:date>
 <dc:publisher>alan_k</dc:publisher>
</item>
<item rdf:about="http://pear.php.net/package/DB_DataObject/download/1.11.5/">
 <title>DB_DataObject 1.11.5</title>
 <link>http://pear.php.net/package/DB_DataObject/download/1.11.5/</link>
 <content:encoded>Minor  feature and fix release.&lt;br /&gt;
&lt;br /&gt;
Changes&lt;br /&gt;
#----  -  force usage of tableName - rather than direct access to __table&lt;br /&gt;
#----   - autoJoin: check joined tables against database structure  &lt;br /&gt;
&lt;br /&gt;
Bugs&lt;br /&gt;
#20536 -  generator spaces after dataobject variables&lt;br /&gt;
&lt;br /&gt;
Feature requests&lt;br /&gt;
#20540 - support empty extends_location so that no require_once is generated by Generator
 </content:encoded>
 <dc:date>2015-11-10T07:32:04-05:00</dc:date>
 <dc:publisher>alan_k</dc:publisher>
</item>
<item rdf:about="http://pear.php.net/package/DB_DataObject/download/1.11.4/">
 <title>DB_DataObject 1.11.4</title>
 <link>http://pear.php.net/package/DB_DataObject/download/1.11.4/</link>
 <content:encoded>Minor  feature and fix release. (Basically a yearly release now..)&lt;br /&gt;
&lt;br /&gt;
  #20291	Ignored in update $dao-&gt;field = 0 (fix bad check for null)&lt;br /&gt;
  #20149  - correct free for linked objects / more detailed error reporting on update error&lt;br /&gt;
  #19962 - Cannot insert or update when part of a reference in multi-key case is NULL by vtamma&lt;br /&gt;
  #19973 - accept START TRANSACTION as an alias for BEGIN&lt;br /&gt;
      -  suuport for useindex (mysql only) and&lt;br /&gt;
  #19922 - pear error not being set in static property.&lt;br /&gt;
      - fix static infront of depricated staticget() method and fix call to PEAR:: static calls.&lt;br /&gt;
      - Fix some static errors that are now fatal unfortunatly...&lt;br /&gt;
      - fix building of autojoin when using distinct columns
 </content:encoded>
 <dc:date>2015-04-08T10:54:58-05:00</dc:date>
 <dc:publisher>alan_k</dc:publisher>
</item>
<item rdf:about="http://pear.php.net/package/HTML_Template_Flexy/download/1.3.13/">
 <title>HTML_Template_Flexy 1.3.13</title>
 <link>http://pear.php.net/package/HTML_Template_Flexy/download/1.3.13/</link>
 <content:encoded>Minor fixes and feature release - includes PHP5 depricated fixes&lt;br /&gt;
&lt;br /&gt;
Bug Fixes	&lt;br /&gt;
&lt;br /&gt;
   #18825 - old cvs link on package description.. update to what will be broken soon.. svn link...&lt;br /&gt;
   #----- - replace \e with preg_callback&lt;br /&gt;
   #----- - work around  https://bugs.php.net/bug.php?id=62796 &lt;br /&gt;
   #----- -  support placeholder translation  in password fields correctly&lt;br /&gt;
   #----- -  more fixes for placeholder translation, and better support for translator Dataobjects / fix static on factory&lt;br /&gt;
   #----- -  output for json should use encodeunsafe, otherwise header gets sent&lt;br /&gt;
   #----- - ignore the string translation code on non-html templates - you can still use the {_(....)_} translation placeholder to flag a translatable string&lt;br /&gt;
  &lt;br /&gt;
New Features&lt;br /&gt;
&lt;br /&gt;
  &lt;br /&gt;
  #----- -  add support for placeholder html5 tag for translation&lt;br /&gt;
  #----- - Add support for DB_DataObject based template translations requires DB_DataObject to be autoloaded or required before use.&lt;br /&gt;
  #----- - add test code for bug 19880&lt;br /&gt;
  #----- - add raw include and json including for flexy:include src=  type=raw|json name=[jsname]&lt;br /&gt;
  #----- - support for storing original text from &lt;xxxx flexy:contents=&quot;....&quot;&gt;These contents&lt;/xxx&gt; in flexy-&gt;compiler-&gt;contentStrings&lt;br /&gt;
  #----- - support for full tag in flexy:contents=&quot;{standard.flexy[arg].stuff()}&quot; &lt;br /&gt;
  #----- - change default encoding to UTF-8&lt;br /&gt;
  #----- - expose compiler when its used as flexy-&gt;compiler&lt;br /&gt;
  #----- - move translation code into core class, and support element translation of input type=submit value=xxxxx&lt;br /&gt;
  #----- - add extra comment on var, and hide error reporting on ob_end_clean - which output spurious warnings&lt;br /&gt;
  #----- - tidy up code for output to file - ob_ methods playing up quite a bit on different versions of PHP&lt;br /&gt;
  #----- - add outputObjectToFile - a memory friendly outputObject , which can not use inline functions, as support is not available in some servers..&lt;br /&gt;
  #----- -  remove pass by ref on object, as it is not needed any more&lt;br /&gt;
  #----- -  add new method resolvePath - that enables quering of where the template physicaly resides&lt;br /&gt;
  #----- -  PHP5.4 E_ALL change support
 </content:encoded>
 <dc:date>2014-11-21T05:29:11-05:00</dc:date>
 <dc:publisher>alan_k</dc:publisher>
</item>
<item rdf:about="http://pear.php.net/package/DB_DataObject/download/1.11.3/">
 <title>DB_DataObject 1.11.3</title>
 <link>http://pear.php.net/package/DB_DataObject/download/1.11.3/</link>
 <content:encoded>Minor  feature and fix release. (Basically a yearly release now..)&lt;br /&gt;
  #19922 - fix for pear error not being set in static property.&lt;br /&gt;
  #19973 - accept START TRANSACTION as an alias for BEGIN&lt;br /&gt;
  #19962 - Cannot insert or update when part of a reference in multi-key case is NULL by vtamma&lt;br /&gt;
  #20149  - correct free for linked objects / more detailed error reporting on update error&lt;br /&gt;
          - fix building of autojoin when using distinct columns
 </content:encoded>
 <dc:date>2014-04-22T06:16:04-05:00</dc:date>
 <dc:publisher>alan_k</dc:publisher>
</item>
<item rdf:about="http://pear.php.net/package/Date/download/1.5.0a4/">
 <title>Date 1.5.0a4</title>
 <link>http://pear.php.net/package/Date/download/1.5.0a4/</link>
 <content:encoded>Fix broken tgz package file
 </content:encoded>
 <dc:date>2013-10-08T06:05:56-05:00</dc:date>
 <dc:publisher>cweiske</dc:publisher>
</item>
<item rdf:about="http://pear.php.net/package/DB_DataObject/download/1.11.2/">
 <title>DB_DataObject 1.11.2</title>
 <link>http://pear.php.net/package/DB_DataObject/download/1.11.2/</link>
 <content:encoded>(re-release of 1.11.0 - to fix archive tar issue. / fix dependancy)&lt;br /&gt;
&lt;br /&gt;
Minor  feature and fix release. (Basically a yearly release now..)&lt;br /&gt;
&lt;br /&gt;
    Dependancies&lt;br /&gt;
      &lt;br /&gt;
      MDB2 and DB are now optional dependancies, although one of them is required.&lt;br /&gt;
    &lt;br /&gt;
    &lt;br /&gt;
    AutoJoin - improvements      &lt;br /&gt;
      - support sqlValue and DB_DataObject_Cast values in setFrom()&lt;br /&gt;
      - correct filtering - diff and intersect... so additional cols do not get injected by exclude..&lt;br /&gt;
      - autoJoin( &quot;exclude&quot; =&gt; array( &quot;col1&quot;, &quot;col2&quot;) ) should now exclude the columns from selectAdd/As&lt;br /&gt;
      - correctly handle include in autojoin - based on derived column names&lt;br /&gt;
      - autojoin now supports include and distinct, and returns count as the column to count on + handles Closure on debugging output of config&lt;br /&gt;
    &lt;br /&gt;
    Other Changes&lt;br /&gt;
    - add limited support for building derived table queries - which can speed up mysql queries hugely when using distinct/limit  &lt;br /&gt;
    &lt;br /&gt;
    Removed / changed / depricated&lt;br /&gt;
     - remove PHP4 support&lt;br /&gt;
    -  Make staticGet depricated in generator and main code (move to end of file with rest of depricated stuff..&lt;br /&gt;
    &lt;br /&gt;
    Minor fixes&lt;br /&gt;
    - fix signature on depricated staticGet method&lt;br /&gt;
    - fix typo in links code DO::getLinks()&lt;br /&gt;
    - fix is_a syntax error - RTFM might be a good idea&lt;br /&gt;
    - check return value from generator&lt;br /&gt;
    - remove blob test from stringtostring code..&lt;br /&gt;
   &lt;br /&gt;
   Bug Fixes&lt;br /&gt;
    &lt;br /&gt;
      #19697 - str_replace only if needed to reduce memory - and move staticAutoloadTAble to depricated section&lt;br /&gt;
      #19637 - strip support with regex broke boolean settings&lt;br /&gt;
      #19640 - indentation not correct on generator &lt;br /&gt;
                      &lt;br /&gt;
      #19500 - use same way that pear db mssql driver quotes for regular strings (tidy up)&lt;br /&gt;
      #19500 - support for mssql in DataObject Cast&lt;br /&gt;
      #19505 - simplify the proxy loading code detection and usage.&lt;br /&gt;
      #19479 - simpler test should do the job&lt;br /&gt;
      #19479 - link loaded test was incorrect&lt;br /&gt;
      #19475 - comment out a few echos that got left in
 </content:encoded>
 <dc:date>2013-04-05T09:33:32-05:00</dc:date>
 <dc:publisher>alan_k</dc:publisher>
</item>
<item rdf:about="http://pear.php.net/package/DB_DataObject/download/1.11.1/">
 <title>DB_DataObject 1.11.1</title>
 <link>http://pear.php.net/package/DB_DataObject/download/1.11.1/</link>
 <content:encoded>(re-release of 1.11.0 - to fix archive tar issue.)&lt;br /&gt;
&lt;br /&gt;
Minor  feature and fix release. (Basically a yearly release now..)&lt;br /&gt;
&lt;br /&gt;
    Dependancies&lt;br /&gt;
      &lt;br /&gt;
      MDB2 and DB are now optional dependancies, although one of them is required.&lt;br /&gt;
    &lt;br /&gt;
    &lt;br /&gt;
    AutoJoin - improvements      &lt;br /&gt;
      - support sqlValue and DB_DataObject_Cast values in setFrom()&lt;br /&gt;
      - correct filtering - diff and intersect... so additional cols do not get injected by exclude..&lt;br /&gt;
      - autoJoin( &quot;exclude&quot; =&gt; array( &quot;col1&quot;, &quot;col2&quot;) ) should now exclude the columns from selectAdd/As&lt;br /&gt;
      - correctly handle include in autojoin - based on derived column names&lt;br /&gt;
      - autojoin now supports include and distinct, and returns count as the column to count on + handles Closure on debugging output of config&lt;br /&gt;
    &lt;br /&gt;
    Other Changes&lt;br /&gt;
    - add limited support for building derived table queries - which can speed up mysql queries hugely when using distinct/limit  &lt;br /&gt;
    &lt;br /&gt;
    Removed / changed / depricated&lt;br /&gt;
     - remove PHP4 support&lt;br /&gt;
    -  Make staticGet depricated in generator and main code (move to end of file with rest of depricated stuff..&lt;br /&gt;
    &lt;br /&gt;
    Minor fixes&lt;br /&gt;
    - fix signature on depricated staticGet method&lt;br /&gt;
    - fix typo in links code DO::getLinks()&lt;br /&gt;
    - fix is_a syntax error - RTFM might be a good idea&lt;br /&gt;
    - check return value from generator&lt;br /&gt;
    - remove blob test from stringtostring code..&lt;br /&gt;
   &lt;br /&gt;
   Bug Fixes&lt;br /&gt;
    &lt;br /&gt;
      #19697 - str_replace only if needed to reduce memory - and move staticAutoloadTAble to depricated section&lt;br /&gt;
      #19637 - strip support with regex broke boolean settings&lt;br /&gt;
      #19640 - indentation not correct on generator &lt;br /&gt;
                      &lt;br /&gt;
      #19500 - use same way that pear db mssql driver quotes for regular strings (tidy up)&lt;br /&gt;
      #19500 - support for mssql in DataObject Cast&lt;br /&gt;
      #19505 - simplify the proxy loading code detection and usage.&lt;br /&gt;
      #19479 - simpler test should do the job&lt;br /&gt;
      #19479 - link loaded test was incorrect&lt;br /&gt;
      #19475 - comment out a few echos that got left in
 </content:encoded>
 <dc:date>2013-04-05T08:02:08-05:00</dc:date>
 <dc:publisher>alan_k</dc:publisher>
</item>
<item rdf:about="http://pear.php.net/package/DB_DataObject/download/1.11.0/">
 <title>DB_DataObject 1.11.0</title>
 <link>http://pear.php.net/package/DB_DataObject/download/1.11.0/</link>
 <content:encoded>Minor  feature and fix release. (Basically a yearly release now..)&lt;br /&gt;
&lt;br /&gt;
    Dependancies&lt;br /&gt;
      &lt;br /&gt;
      MDB2 and DB are now optional dependancies, although one of them is required.&lt;br /&gt;
    &lt;br /&gt;
    &lt;br /&gt;
    AutoJoin - improvements      &lt;br /&gt;
      - support sqlValue and DB_DataObject_Cast values in setFrom()&lt;br /&gt;
      - correct filtering - diff and intersect... so additional cols do not get injected by exclude..&lt;br /&gt;
      - autoJoin( &quot;exclude&quot; =&gt; array( &quot;col1&quot;, &quot;col2&quot;) ) should now exclude the columns from selectAdd/As&lt;br /&gt;
      - correctly handle include in autojoin - based on derived column names&lt;br /&gt;
      - autojoin now supports include and distinct, and returns count as the column to count on + handles Closure on debugging output of config&lt;br /&gt;
    &lt;br /&gt;
    Other Changes&lt;br /&gt;
    - add limited support for building derived table queries - which can speed up mysql queries hugely when using distinct/limit  &lt;br /&gt;
    &lt;br /&gt;
    Removed / changed / depricated&lt;br /&gt;
     - remove PHP4 support&lt;br /&gt;
    -  Make staticGet depricated in generator and main code (move to end of file with rest of depricated stuff..&lt;br /&gt;
    &lt;br /&gt;
    Minor fixes&lt;br /&gt;
    - fix signature on depricated staticGet method&lt;br /&gt;
    - fix typo in links code DO::getLinks()&lt;br /&gt;
    - fix is_a syntax error - RTFM might be a good idea&lt;br /&gt;
    - check return value from generator&lt;br /&gt;
    - remove blob test from stringtostring code..&lt;br /&gt;
   &lt;br /&gt;
   Bug Fixes&lt;br /&gt;
    &lt;br /&gt;
      #19697 - str_replace only if needed to reduce memory - and move staticAutoloadTAble to depricated section&lt;br /&gt;
      #19637 - strip support with regex broke boolean settings&lt;br /&gt;
      #19640 - indentation not correct on generator &lt;br /&gt;
                      &lt;br /&gt;
      #19500 - use same way that pear db mssql driver quotes for regular strings (tidy up)&lt;br /&gt;
      #19500 - support for mssql in DataObject Cast&lt;br /&gt;
      #19505 - simplify the proxy loading code detection and usage.&lt;br /&gt;
      #19479 - simpler test should do the job&lt;br /&gt;
      #19479 - link loaded test was incorrect&lt;br /&gt;
      #19475 - comment out a few echos that got left in
 </content:encoded>
 <dc:date>2013-04-03T13:40:42-05:00</dc:date>
 <dc:publisher>alan_k</dc:publisher>
</item>

</rdf:RDF>