<?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/PhpDocumentor/download/1.5.0a1/"/>
<rdf:li rdf:resource="http://pear.php.net/package/PhpDocumentor/download/1.4.4/"/>
<rdf:li rdf:resource="http://pear.php.net/package/PhpDocumentor/download/1.4.3/"/>
<rdf:li rdf:resource="http://pear.php.net/package/PhpDocumentor/download/1.4.2/"/>
<rdf:li rdf:resource="http://pear.php.net/package/PhpDocumentor/download/1.4.1/"/>
<rdf:li rdf:resource="http://pear.php.net/package/PhpDocumentor/download/1.4.0/"/>
<rdf:li rdf:resource="http://pear.php.net/package/PhpDocumentor/download/1.4.0RC2/"/>
<rdf:li rdf:resource="http://pear.php.net/package/PhpDocumentor/download/1.4.0RC1/"/>
<rdf:li rdf:resource="http://pear.php.net/package/PhpDocumentor/download/1.4.0a2/"/>
<rdf:li rdf:resource="http://pear.php.net/package/PhpDocumentor/download/1.4.0a1/"/>
</rdf:Seq>
</items>

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

<item rdf:about="http://pear.php.net/package/PhpDocumentor/download/1.5.0a1/">
 <title>PhpDocumentor 1.5.0a1</title>
 <link>http://pear.php.net/package/PhpDocumentor/download/1.5.0a1/</link>
 <content:encoded>This release includes a new --charset runtime option.&lt;br /&gt;
&lt;br /&gt;
This release will also see and document &quot;RIC&quot; files (Readme/Changelog/Install) in project subdirectories,&lt;br /&gt;
rather than only seeing them in the project root.&lt;br /&gt;
&lt;br /&gt;
* Bug #12733: Warning in error.html file with XML:DocBook:peardoc2 [ashnazg]&lt;br /&gt;
* Bug #16784: CHM: files are duplicated in the [FILES] section of the project file. [ashnazg]&lt;br /&gt;
* Bug #19197: Fatal Error on building documentation [ashnazg]&lt;br /&gt;
* Bug #19243: Tutorials are not honoring ordered vs unordered lists [ashnazg|lapistano]&lt;br /&gt;
* Bug #19410: Sourcecode Option does not work [ashnazg|rhorber]&lt;br /&gt;
&lt;br /&gt;
* Req #4960: support for different encoding [ashnazg|miau]&lt;br /&gt;
* Req #12236: Allow RIC files in all directory [ashnazg|yunosh]&lt;br /&gt;
* Req #19242: Allow images in tutorials [ashnazg|lapistano]
 </content:encoded>
 <dc:date>2012-09-02T00:42:23-05:00</dc:date>
 <dc:publisher>ashnazg</dc:publisher>
</item>
<item rdf:about="http://pear.php.net/package/PhpDocumentor/download/1.4.4/">
 <title>PhpDocumentor 1.4.4</title>
 <link>http://pear.php.net/package/PhpDocumentor/download/1.4.4/</link>
 <content:encoded>Includes these PEAR items:&lt;br /&gt;
 * Fix Bug #11543: empty @todo tags/comments shouldn't be included in TODO list [ashnazg]&lt;br /&gt;
 * Fix Bug #12704: XML/Beautifier removed comment in XML Docbook peardoc2 converter&lt;br /&gt;
   template [ashnazg]&lt;br /&gt;
 * Fix Bug #13606: parameter name and description do not line up in generated docs [ashnazg]&lt;br /&gt;
 * Fix Bug #13653: Media file copy - copies incorrect file [ashnazg]&lt;br /&gt;
 * Fix Bug #14201: templatebase not working as intended [ashnazg]&lt;br /&gt;
 * Fix Bug #14640: class witch extending DOMDocument [ashnazg]&lt;br /&gt;
 * Fix Bug #16279: Type Hints in Function Signature Cause Loss of @param type [ashnazg]&lt;br /&gt;
 * Fix Bug #16546: Default parser uses php 4.0 standards [ashnazg]&lt;br /&gt;
 * Fix Bug #16825: Templates Point to Nonexistent Image Files [ashnazg]&lt;br /&gt;
 * Fix Bug #16826: Unused media folder and files exist [ashnazg]&lt;br /&gt;
 * Fix Bug #17395: Fatal Error when trying to run document [ashnazg]&lt;br /&gt;
 * Fix Bug #18058: Patch: fix some notices (which may cause a crash of other tools) [ashnazg]&lt;br /&gt;
 * Fix Bug #18100: phpdocu-general@sourceforge.net bounces [ashnazg]&lt;br /&gt;
 * Fix Bug #18220: Truncated filenames in Converter files [ashnazg]&lt;br /&gt;
 * Fix Bug #18782: class tree generation mistake [ashnazg]&lt;br /&gt;
 * Fix Bug #18870: Class tree wont shows implemented interfaces if class has no childs [ashnazg]&lt;br /&gt;
 * Fix Bug #18871: Class tree wont shows internal PHP interfaces [ashnazg]&lt;br /&gt;
 * Fix Bug #18872: Class tree puts comma uncorrectly in interfaces list [ashnazg]&lt;br /&gt;
 * Fix Bug #19017: remove error_reporting (for PEAR QA team) [ashnazg]&lt;br /&gt;
 * Implement Feature #12211: @inheritdoc not working for child methods &amp; variables [ashnazg]&lt;br /&gt;
 * Implement Feature #15580: Add link back from api document to pear website or package website [ashnazg]&lt;br /&gt;
 * Implement Feature #17906: Please, consider realising 'Plain.php' file under PHP 3.01 license [ashnazg]&lt;br /&gt;
&lt;br /&gt;
Includes these Sourceforge items:&lt;br /&gt;
* [2155014] fatal error when parsing 'myclass extends DOMDocument'
 </content:encoded>
 <dc:date>2011-12-03T22:45:15-05:00</dc:date>
 <dc:publisher>ashnazg</dc:publisher>
</item>
<item rdf:about="http://pear.php.net/package/PhpDocumentor/download/1.4.3/">
 <title>PhpDocumentor 1.4.3</title>
 <link>http://pear.php.net/package/PhpDocumentor/download/1.4.3/</link>
 <content:encoded>Includes these PEAR items:&lt;br /&gt;
 * Bug #11654: @static in DocBlock Template can cause PHP Notice [ashnazg|mvriel]&lt;br /&gt;
 * Bug #11813: @link URL short description does'nt work [ashnazg]&lt;br /&gt;
 * Bug #13800: Invalid tutorials tree generation [ashnazg|wrzasq]&lt;br /&gt;
 * Bug #14191: earthli template contains bad HTML [ashnazg|jorrit]&lt;br /&gt;
 * Bug #14472: Incorrect line numbers with heredoc [ashnazg|indigo]&lt;br /&gt;
 * Bug #15517: Wrong table of contents in tutorials [ashnazg]&lt;br /&gt;
 * Bug #16431: Warning: get_class() expects parameter 1 to be object, string given [ashnazg|aharvey]&lt;br /&gt;
 * Bug #16441: Parse error when parsing &lt;&lt;foo&gt;&gt; [ashnazg|marcusson]&lt;br /&gt;
 * Bug #16446: Use of split() causes E_DEPRECATED warnings [ashnazg|aharvey]&lt;br /&gt;
 * Feature #13599: Third Gotcha on Bare Minimum Tutorial example [ashnazg]&lt;br /&gt;
 * Feature #14312: @param tag with additional arguments doesn't work as expected [ashnazg]&lt;br /&gt;
 * Feature #14461: Data Type Confusion for Some Tags [ashnazg]&lt;br /&gt;
&lt;br /&gt;
Includes these Sourceforge items:&lt;br /&gt;
* [2692032] use of templatebase - missing information [ashnazg]&lt;br /&gt;
* [2669256] get_class() expects parameter 1 to be object, string given [ashnazg]&lt;br /&gt;
* [2669110] ereg / split is deprecated [ashnazg]&lt;br /&gt;
* [1940914] Tutorials tree is added to tutorials which have no children [ashnazg|wrzasq]&lt;br /&gt;
* [1929926] Default version number not updated [ashnazg]&lt;br /&gt;
* [1918851] @toc render is wrong in earthli tutorial_toc.tpl [ashnazg]&lt;br /&gt;
* [1903136] Constant Link not worked [ashnazg|scholesmafia]&lt;br /&gt;
* [1771553] @link URL short description does\'nt work [ashnazg]
 </content:encoded>
 <dc:date>2009-09-05T17:29:21-05:00</dc:date>
 <dc:publisher>ashnazg</dc:publisher>
</item>
<item rdf:about="http://pear.php.net/package/PhpDocumentor/download/1.4.2/">
 <title>PhpDocumentor 1.4.2</title>
 <link>http://pear.php.net/package/PhpDocumentor/download/1.4.2/</link>
 <content:encoded>Includes these PEAR items:&lt;br /&gt;
Bug #12361: missing links to the filesource&lt;br /&gt;
Bug #12699: makedocs.sh script needs a better install location&lt;br /&gt;
Bug #12929: paramete 'ignore' oper mistake&lt;br /&gt;
Doc #12764: Update INSTALL for web docbuilder&lt;br /&gt;
&lt;br /&gt;
Includes these Sourceforge items:&lt;br /&gt;
- [1829133] Progress display not happening until conversion finished [ashnazg]&lt;br /&gt;
- [1779257] ignore=.. option not working correctly on Win | fix attaced [ashnazg|mrasnika]
 </content:encoded>
 <dc:date>2008-03-30T19:56:28-05:00</dc:date>
 <dc:publisher>ashnazg</dc:publisher>
</item>
<item rdf:about="http://pear.php.net/package/PhpDocumentor/download/1.4.1/">
 <title>PhpDocumentor 1.4.1</title>
 <link>http://pear.php.net/package/PhpDocumentor/download/1.4.1/</link>
 <content:encoded>Includes these PEAR items:&lt;br /&gt;
Req #11755: Remove Unused DocBlock_Lexer and PHPT Tests [ashnazg]&lt;br /&gt;
Req #11757: Move PhpUnit Tests into new tests dir [ashnazg]&lt;br /&gt;
Bug #10909: PHP Notice in PDF Converter line 210 [ashnazg]&lt;br /&gt;
Bug #11613: -q flag is not honoured [ashnazg]&lt;br /&gt;
Bug #11683: examples displayed using earthli style are not rendered properly [ashnazg|kguest]&lt;br /&gt;
Bug #11788: Two failing unit tests [ashnazg]&lt;br /&gt;
Bug #11809: Incorrect @name usage causes fatal crash [ashnazg]&lt;br /&gt;
Bug #12121: phpdoc.bat cannot launch php.exe [ashnazg|kalvaro]&lt;br /&gt;
Bug #12172: media files are not being copied [ashnazg|nemesis]&lt;br /&gt;
Bug #12201: Misleading error message [ashnazg|yunosh]&lt;br /&gt;
Doc #12459: @subpackage does not fix name conflicts [ashnazg]&lt;br /&gt;
&lt;br /&gt;
Includes these Sourceforge items:&lt;br /&gt;
- [1846302] php version &gt; 4.3.0 and tokenizer [ashnazg]&lt;br /&gt;
- [1845584] File suffix should be lowercase [ashnazg]&lt;br /&gt;
- [1842595] makedoc.sh doesn't like embedded blanks in paths [ashnazg|munroe_r]&lt;br /&gt;
- [1839924] addErrorDie has to exit with non-zero return code! [ashnazg|blueyed]&lt;br /&gt;
- [1826342] Data-dependent endless(?) loop in parser [ashnazg]&lt;br /&gt;
- [1733936] &quot;phpdoc&quot; does not return with error code &quot;0&quot; on success [ashnazg|blueyed]
 </content:encoded>
 <dc:date>2007-12-14T16:02:42-05:00</dc:date>
 <dc:publisher>ashnazg</dc:publisher>
</item>
<item rdf:about="http://pear.php.net/package/PhpDocumentor/download/1.4.0/">
 <title>PhpDocumentor 1.4.0</title>
 <link>http://pear.php.net/package/PhpDocumentor/download/1.4.0/</link>
 <content:encoded>Includes these PEAR items:&lt;br /&gt;
Req #10670: Don&amp;apos;t Die on Empty Tag Descriptions&lt;br /&gt;
Bug #10864: PhpDocumentor dies when parsing illegal page-level docblock&lt;br /&gt;
Bug #10870: Dead links generated with HTML:Smarty:PHP&lt;br /&gt;
Bug #10871: Wrong rendering of inline {@internal}}&lt;br /&gt;
Bug #10910: DOM templates create incorrect trees&lt;br /&gt;
Bug #11409: PHP Notices accompany Global Never Found errors&lt;br /&gt;
Doc #10675: Clear some errors.html items&lt;br /&gt;
Doc #10730: Replace Sourceforge Trackers with PEAR&lt;br /&gt;
Doc #10914: Can&amp;apos;t use nested tags inside &amp;lt;kbd&amp;gt; or &amp;lt;samp&amp;gt;&lt;br /&gt;
Doc #10972: @method does not work&lt;br /&gt;
Doc #11032: param type1|type2 not documented&lt;br /&gt;
Doc #11143: Provide a Minimal Tutorial File Setup Example&lt;br /&gt;
&lt;br /&gt;
Includes these Sourceforge items:&lt;br /&gt;
- [1733938] regression: &amp;quot;-&amp;quot; not allowed anymore in converter (file)name&lt;br /&gt;
- [1733936] &amp;quot;phpdoc&amp;quot; does not return with error code &amp;quot;0&amp;quot; on success&lt;br /&gt;
- [1733345] inline @link tag renders wrong way&lt;br /&gt;
- [1724990] @static tag example&lt;br /&gt;
- [1724884] object return parameter value&lt;br /&gt;
- [1722096] DocBlock template example does not work&lt;br /&gt;
- [1720764] documentation update needed&lt;br /&gt;
- [1672589] missing elements, bad links with HTML:Smarty:HandS&lt;br /&gt;
- [1647423] memory_limit: bad if-clause&lt;br /&gt;
- [1634153] require/include with concatenated file name&lt;br /&gt;
- [1632496] {@internal}} becomes wrong on documentation&lt;br /&gt;
- [1622538] List undocumented classes/functions&lt;br /&gt;
- [1602988] Added --ignore-symlinks option&lt;br /&gt;
- [1588942] Allow memory_limit setting in phpdoc.ini&lt;br /&gt;
- [1588936] Show INI Path at Startup&lt;br /&gt;
- [1585840] Refactored RETURNs #3&lt;br /&gt;
- [1574047] Refactored RETURNs #2&lt;br /&gt;
- [1574043] Refactored RETURNs #1&lt;br /&gt;
- [1543289] Apply ignore patterns to subdir of dir, instead of full path&lt;br /&gt;
- [1543287] Use predefined PHP env var in phpdoc script&lt;br /&gt;
- [1540666] patch for @property, @property-read and @property-write tags&lt;br /&gt;
- [1124133] &amp;lt;code&amp;gt; and @include....&lt;br /&gt;
- [1044752] List undocumented classes/functions
 </content:encoded>
 <dc:date>2007-07-23T12:48:38-05:00</dc:date>
 <dc:publisher>jeichorn</dc:publisher>
</item>
<item rdf:about="http://pear.php.net/package/PhpDocumentor/download/1.4.0RC2/">
 <title>PhpDocumentor 1.4.0RC2</title>
 <link>http://pear.php.net/package/PhpDocumentor/download/1.4.0RC2/</link>
 <content:encoded>Includes no PEAR items:&lt;br /&gt;
&lt;br /&gt;
Includes these Sourceforge items:&lt;br /&gt;
- [1733938] regression: &quot;-&quot; not allowed anymore in converter (file)name&lt;br /&gt;
- [1733936] &quot;phpdoc&quot; does not return with error code &quot;0&quot; on success&lt;br /&gt;
- [1733345] inline @link tag renders wrong way&lt;br /&gt;
- [1722096] DocBlock template example does not work
 </content:encoded>
 <dc:date>2007-07-09T22:30:29-05:00</dc:date>
 <dc:publisher>jeichorn</dc:publisher>
</item>
<item rdf:about="http://pear.php.net/package/PhpDocumentor/download/1.4.0RC1/">
 <title>PhpDocumentor 1.4.0RC1</title>
 <link>http://pear.php.net/package/PhpDocumentor/download/1.4.0RC1/</link>
 <content:encoded>Includes these PEAR items:&lt;br /&gt;
Bug #11409: PHP Notices accompany Global Never Found errors&lt;br /&gt;
&lt;br /&gt;
Includes these Sourceforge items:&lt;br /&gt;
- [1724990] @static tag example&lt;br /&gt;
- [1724884] object return parameter value&lt;br /&gt;
- [1720764] documentation update needed&lt;br /&gt;
- [1672589] missing elements, bad links with HTML:Smarty:HandS&lt;br /&gt;
- [1634153] require/include with concatenated file name&lt;br /&gt;
- [1632496] {@internal}} becomes wrong on documentation&lt;br /&gt;
- [1124133] &lt;code&gt; and @include....
 </content:encoded>
 <dc:date>2007-06-25T13:39:48-05:00</dc:date>
 <dc:publisher>jeichorn</dc:publisher>
</item>
<item rdf:about="http://pear.php.net/package/PhpDocumentor/download/1.4.0a2/">
 <title>PhpDocumentor 1.4.0a2</title>
 <link>http://pear.php.net/package/PhpDocumentor/download/1.4.0a2/</link>
 <content:encoded>Includes these PEAR items:&lt;br /&gt;
Bug #10864: PhpDocumentor dies when parsing illegal page-level docblock&lt;br /&gt;
Bug #10870: Dead links generated with HTML:Smarty:PHP&lt;br /&gt;
Bug #10871: Wrong rendering of inline {@internal}}&lt;br /&gt;
Bug #10910: DOM templates create incorrect trees&lt;br /&gt;
Doc #10914: Can't use nested tags inside &lt;kbd&gt; or &lt;samp&gt;&lt;br /&gt;
Doc #10972: @method does not work&lt;br /&gt;
Doc #11032: param type1|type2 not documented&lt;br /&gt;
Doc #11143: Provide a Minimal Tutorial File Setup Example&lt;br /&gt;
&lt;br /&gt;
Includes no Sourceforge items.
 </content:encoded>
 <dc:date>2007-06-15T12:27:03-05:00</dc:date>
 <dc:publisher>jeichorn</dc:publisher>
</item>
<item rdf:about="http://pear.php.net/package/PhpDocumentor/download/1.4.0a1/">
 <title>PhpDocumentor 1.4.0a1</title>
 <link>http://pear.php.net/package/PhpDocumentor/download/1.4.0a1/</link>
 <content:encoded>Includes these PEAR items:&lt;br /&gt;
Req #10670: Don't Die on Empty Tag Descriptions&lt;br /&gt;
Doc #10675: Clear some errors.html items&lt;br /&gt;
Doc #10730: Replace Sourceforge Trackers with PEAR&lt;br /&gt;
&lt;br /&gt;
Includes these Sourceforge items:&lt;br /&gt;
- [1647423] memory_limit: bad if-clause&lt;br /&gt;
- [1622538] List undocumented classes/functions&lt;br /&gt;
- [1602988] Added --ignore-symlinks option&lt;br /&gt;
- [1588942] Allow memory_limit setting in phpdoc.ini&lt;br /&gt;
- [1588936] Show INI Path at Startup&lt;br /&gt;
- [1585840] Refactored RETURNs #3&lt;br /&gt;
- [1574047] Refactored RETURNs #2&lt;br /&gt;
- [1574043] Refactored RETURNs #1&lt;br /&gt;
- [1543289] Apply ignore patterns to subdir of dir, instead of full path&lt;br /&gt;
- [1543287] Use predefined PHP env var in phpdoc script&lt;br /&gt;
- [1540666] patch for @property, @property-read and @property-write tags&lt;br /&gt;
- [1044752] List undocumented classes/functions
 </content:encoded>
 <dc:date>2007-04-27T12:42:42-05:00</dc:date>
 <dc:publisher>jeichorn</dc:publisher>
</item>

</rdf:RDF>