<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
>
	<channel>
<title>phpDocumentor News</title>
<link>http://phpdoc.org</link>
<description>
phpDocumentor News
</description>
<lastBuildDate>Mon, 31 Mar 2008 12:00:00 -0700</lastBuildDate>
<language>en</language>


	<item>
	<title>phpDocumentor 1.4.2 released</title>
	<pubDate>Mon, 31 Mar 2008 12:00:00 -0700</pubDate>
	<link>http://phpdoc.org/news.php?id=57</link>

	<description>
        The phpDocumentor team would like to announce the release of phpDocumentor 1.4.2.
This release fixes two Windows-specific bugs, one involving usage of the &quot;--ignore&quot; option, and one involving usage of the @filesource tag.

Other minor changes are moving the install location of the &quot;makedocs.sh&quot; utility script (so that it doesn't end up in &quot;/usr/bin&quot; on *nix) and small documentation updates.


The following PEAR items are included in version 1.4.2:

Bug #12361: missing links to the filesource
Bug #12699: makedocs.sh script needs a better install location
Bug #12929: paramete \'ignore\' oper mistake
Doc #12764: Update INSTALL for web docbuilder


The following Sourceforge items are included in version 1.4.2:

[1829133] Progress display not happening until conversion finished [ashnazg]
[1779257] ignore=.. option not working correctly on Win | fix attaced [ashnazg|mrasnika]

</description>
	<content:encoded>
	&lt;p&gt;The phpDocumentor team would like to announce the release of phpDocumentor 1.4.2.&lt;/p&gt;
&lt;p&gt;This release fixes two Windows-specific bugs, one involving usage of the &quot;--ignore&quot; option, and one involving usage of the @filesource tag.&lt;/p&gt;

&lt;p&gt;Other minor changes are moving the install location of the &quot;makedocs.sh&quot; utility script (so that it doesn't end up in &quot;/usr/bin&quot; on *nix) and small documentation updates.&lt;/p&gt;


&lt;p&gt;The following PEAR items are included in version 1.4.2:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Bug #12361: missing links to the filesource&lt;/li&gt;
&lt;li&gt;Bug #12699: makedocs.sh script needs a better install location&lt;/li&gt;
&lt;li&gt;Bug #12929: paramete \'ignore\' oper mistake&lt;/li&gt;
&lt;li&gt;Doc #12764: Update INSTALL for web docbuilder&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;The following Sourceforge items are included in version 1.4.2:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;[1829133] Progress display not happening until conversion finished [ashnazg]&lt;/li&gt;
&lt;li&gt;[1779257] ignore=.. option not working correctly on Win | fix attaced [ashnazg|mrasnika]&lt;/li&gt;
&lt;/ul&gt;
	</content:encoded>

</item>
	<item>
	<title>phpDocumentor 1.4.0 Released</title>
	<pubDate>Mon, 23 Jul 2007 12:00:00 -0700</pubDate>
	<link>http://phpdoc.org/news.php?id=56</link>

	<description>
        The PhpDocumentor team would like to announce the release of PhpDocumentor version 1.4.0 through SourceForge and pear.php.net.  This is the first stable feature release since 2006.

This release adds in:


    new tags for &quot;magic&quot; properties and methods

          (http://manual.phpdoc.org/HTMLSmartyConverter/HandS/phpDocumentor/tutorial_tags.property.pkg.html )
          (http://manual.phpdoc.org/HTMLSmartyConverter/HandS/phpDocumentor/tutorial_tags.method.pkg.html )


    new runtime options &quot;--ignoresymlinks&quot; and &quot;--undocumentedelements&quot;

          http://manual.phpdoc.org/HTMLSmartyConverter/HandS/phpDocumentor/tutorial_phpDocumentor.howto.pkg.html#using.command-line.ignore-symlinks
          http://manual.phpdoc.org/HTMLSmartyConverter/HandS/phpDocumentor/tutorial_phpDocumentor.howto.pkg.html#using.command-line.undocumentedelements



    new memory_limit option in phpDocumentor.ini
           allows you to configure PHP's memory_limit setting for the PhpDocumentor execution only, rather than modifying it in your php.ini file



This release also fixes several bugs from 1.3.2.

You can upgrade using pear upgrade or downloading the code from SourceForge http://sourceforge.net/project/showfiles.php?group_id=11194

Changelog:

    Includes these PEAR items:

           Req #10670: Don&amp;apos;t Die on Empty Tag Descriptions
           Bug #10864: PhpDocumentor dies when parsing illegal page-level docblock
           Bug #10870: Dead links generated with HTML:Smarty:PHP 
           Bug #10871: Wrong rendering of inline {@internal}}
           Bug #10910: DOM templates create incorrect trees
           Bug #11409: PHP Notices accompany Global Never Found errors
           Doc #10675: Clear some errors.html items
           Doc #10730: Replace Sourceforge Trackers with PEAR
           Doc #10914: Can&amp;apos;t use nested tags inside &amp;lt;kbd&amp;gt; or &amp;lt;samp&amp;gt;
           Doc #10972: @method does not work
           Doc #11032: param type1|type2 not documented
           Doc #11143: Provide a Minimal Tutorial File Setup Example

    Includes these Sourceforge items:

           [1733938] regression: &amp;quot;-&amp;quot; not allowed anymore in converter (file)name
           [1733936] &amp;quot;phpdoc&amp;quot; does not return with error code &amp;quot;0&amp;quot; on success
           [1733345] inline @link tag renders wrong way
           [1724990] @static tag example
           [1724884] object return parameter value
           [1722096] DocBlock template example does not work
           [1720764] documentation update needed
          [1672589] missing elements, bad links with HTML:Smarty:HandS
           [1647423] memory_limit: bad if-clause
           [1634153] require/include with concatenated file name
           [1632496] {@internal}} becomes wrong on documentation
           [1622538] List undocumented classes/functions
           [1602988] Added --ignore-symlinks option
           [1588942] Allow memory_limit setting in phpdoc.ini
           [1588936] Show INI Path at Startup
           [1585840] Refactored RETURNs #3
           [1574047] Refactored RETURNs #2
           [1574043] Refactored RETURNs #1
           [1543289] Apply ignore patterns to subdir of dir, instead of full path
           [1543287] Use predefined PHP env var in phpdoc script
           [1540666] patch for @property, @property-read and @property-write tags
           [1124133] &amp;lt;code&amp;gt; and @include....
           [1044752] List undocumented classes/functions
</description>
	<content:encoded>
	&lt;p&gt;The PhpDocumentor team would like to announce the release of PhpDocumentor version 1.4.0 through SourceForge and pear.php.net.  This is the first stable feature release since 2006.&lt;/p&gt;

&lt;p&gt;This release adds in:&lt;/p&gt;

&lt;ul&gt;
    &lt;li&gt;new tags for &quot;magic&quot; properties and methods
&lt;ul&gt;
          &lt;li&gt;(&lt;a href=&quot;http://manual.phpdoc.org/HTMLSmartyConverter/HandS/phpDocumentor/tutorial_tags.property.pkg.html&quot;&gt;http://manual.phpdoc.org/HTMLSmartyConverter/HandS/phpDocumentor/tutorial_tags.property.pkg.html&lt;/a&gt; )&lt;/li&gt;
          &lt;li&gt;(&lt;a href=&quot;http://manual.phpdoc.org/HTMLSmartyConverter/HandS/phpDocumentor/tutorial_tags.method.pkg.html&quot;&gt;http://manual.phpdoc.org/HTMLSmartyConverter/HandS/phpDocumentor/tutorial_tags.method.pkg.html&lt;/a&gt; )&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
    &lt;li&gt;new runtime options &quot;--ignoresymlinks&quot; and &quot;--undocumentedelements&quot;
&lt;ul&gt;
          &lt;li&gt;&lt;a href=&quot;http://manual.phpdoc.org/HTMLSmartyConverter/HandS/phpDocumentor/tutorial_phpDocumentor.howto.pkg.html#using.command-line.ignore-symlinks&quot;&gt;http://manual.phpdoc.org/HTMLSmartyConverter/HandS/phpDocumentor/tutorial_phpDocumentor.howto.pkg.html#using.command-line.ignore-symlinks&lt;/a&gt;&lt;/li&gt;
          &lt;li&gt;&lt;a href=&quot;http://manual.phpdoc.org/HTMLSmartyConverter/HandS/phpDocumentor/tutorial_phpDocumentor.howto.pkg.html#using.command-line.undocumentedelements&quot;&gt;http://manual.phpdoc.org/HTMLSmartyConverter/HandS/phpDocumentor/tutorial_phpDocumentor.howto.pkg.html#using.command-line.undocumentedelements&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;
    new memory_limit option in phpDocumentor.ini
          &lt;ul&gt;&lt;li&gt; allows you to configure PHP's memory_limit setting for the PhpDocumentor execution only, rather than modifying it in your php.ini file&lt;/li&gt;&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;This release also fixes several bugs from 1.3.2.&lt;/p&gt;

&lt;p&gt;You can upgrade using pear upgrade or downloading the code from SourceForge http://sourceforge.net/project/showfiles.php?group_id=11194&lt;/p&gt;

&lt;p&gt;Changelog:&lt;/p&gt;

    &lt;p&gt;Includes these PEAR items:&lt;/p&gt;
&lt;ul&gt;
          &lt;li&gt; Req #10670: Don&amp;apos;t Die on Empty Tag Descriptions&lt;/li&gt;
          &lt;li&gt; Bug #10864: PhpDocumentor dies when parsing illegal page-level docblock&lt;/li&gt;
          &lt;li&gt; Bug #10870: Dead links generated with HTML:Smarty:PHP &lt;/li&gt;
          &lt;li&gt; Bug #10871: Wrong rendering of inline {@internal}}&lt;/li&gt;
          &lt;li&gt; Bug #10910: DOM templates create incorrect trees&lt;/li&gt;
          &lt;li&gt; Bug #11409: PHP Notices accompany Global Never Found errors&lt;/li&gt;
          &lt;li&gt; Doc #10675: Clear some errors.html items&lt;/li&gt;
          &lt;li&gt; Doc #10730: Replace Sourceforge Trackers with PEAR&lt;/li&gt;
          &lt;li&gt; Doc #10914: Can&amp;apos;t use nested tags inside &amp;lt;kbd&amp;gt; or &amp;lt;samp&amp;gt;&lt;/li&gt;
          &lt;li&gt; Doc #10972: @method does not work&lt;/li&gt;
          &lt;li&gt; Doc #11032: param type1|type2 not documented&lt;/li&gt;
          &lt;li&gt; Doc #11143: Provide a Minimal Tutorial File Setup Example&lt;/li&gt;
&lt;/ul&gt;
    &lt;p&gt;Includes these Sourceforge items:&lt;/p&gt;
&lt;ul&gt;
          &lt;li&gt; [1733938] regression: &amp;quot;-&amp;quot; not allowed anymore in converter (file)name&lt;/li&gt;
          &lt;li&gt; [1733936] &amp;quot;phpdoc&amp;quot; does not return with error code &amp;quot;0&amp;quot; on success&lt;/li&gt;
          &lt;li&gt; [1733345] inline @link tag renders wrong way&lt;/li&gt;
          &lt;li&gt; [1724990] @static tag example&lt;/li&gt;
          &lt;li&gt; [1724884] object return parameter value&lt;/li&gt;
          &lt;li&gt; [1722096] DocBlock template example does not work&lt;/li&gt;
          &lt;li&gt; [1720764] documentation update needed&lt;/li&gt;
          &lt;li&gt;[1672589] missing elements, bad links with HTML:Smarty:HandS&lt;/li&gt;
          &lt;li&gt; [1647423] memory_limit: bad if-clause&lt;/li&gt;
          &lt;li&gt; [1634153] require/include with concatenated file name&lt;/li&gt;
          &lt;li&gt; [1632496] {@internal}} becomes wrong on documentation&lt;/li&gt;
          &lt;li&gt; [1622538] List undocumented classes/functions&lt;/li&gt;
          &lt;li&gt; [1602988] Added --ignore-symlinks option&lt;/li&gt;
          &lt;li&gt; [1588942] Allow memory_limit setting in phpdoc.ini&lt;/li&gt;
          &lt;li&gt; [1588936] Show INI Path at Startup&lt;/li&gt;
          &lt;li&gt; [1585840] Refactored RETURNs #3&lt;/li&gt;
          &lt;li&gt; [1574047] Refactored RETURNs #2&lt;/li&gt;
          &lt;li&gt; [1574043] Refactored RETURNs #1&lt;/li&gt;
          &lt;li&gt; [1543289] Apply ignore patterns to subdir of dir, instead of full path&lt;/li&gt;
          &lt;li&gt; [1543287] Use predefined PHP env var in phpdoc script&lt;/li&gt;
          &lt;li&gt; [1540666] patch for @property, @property-read and @property-write tags&lt;/li&gt;
          &lt;li&gt; [1124133] &amp;lt;code&amp;gt; and @include....&lt;/li&gt;
          &lt;li&gt; [1044752] List undocumented classes/functions&lt;/li&gt;
&lt;/ul&gt;	</content:encoded>

</item>
	<item>
	<title>Phpdocumentor 1.4.0a1 Released</title>
	<pubDate>Fri, 27 Apr 2007 12:00:00 -0700</pubDate>
	<link>http://phpdoc.org/news.php?id=55</link>

	<description>
        Phpdocumentor 1.4.0a1 is a alpha release containing a number of feature additions.  The most notable addition is support for @property, @property-read and @property-write tags.  These allow you to document properties made available through __get and __set.  The manual  includes details on how to use the new tags.



Includes these PEAR items:


Req #10670: Don't Die on Empty Tag Descriptions
Doc #10675: Clear some errors.html items
Doc #10730: Replace Sourceforge Trackers with PEAR


Includes these Sourceforge items:

- [1647423] memory_limit: bad if-clause
- [1622538] List undocumented classes/functions
- [1602988] Added --ignore-symlinks option
- [1588942] Allow memory_limit setting in phpdoc.ini
- [1588936] Show INI Path at Startup
- [1585840] Refactored RETURNs #3
- [1574047] Refactored RETURNs #2
- [1574043] Refactored RETURNs #1
- [1543289] Apply ignore patterns to subdir of dir, instead of full path
- [1543287] Use predefined PHP env var in phpdoc script
- [1540666] patch for @property, @property-read and @property-write tags
- [1044752] List undocumented classes/functions
</description>
	<content:encoded>
	&lt;p&gt;Phpdocumentor 1.4.0a1 is a alpha release containing a number of feature additions.  The most notable addition is support for @property, @property-read and @property-write tags.  These allow you to document properties made available through __get and __set.  The &lt;a href=&quot;http://manual.phpdoc.org/HTMLSmartyConverter/PHP/phpDocumentor/tutorial_tags.property.pkg.html&quot;&gt;manual &lt;/a&gt; includes details on how to use the new tags.
&lt;/p&gt;

&lt;p&gt;
Includes these PEAR items:
&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Req #10670: Don't Die on Empty Tag Descriptions&lt;/li&gt;
&lt;li&gt;Doc #10675: Clear some errors.html items&lt;/li&gt;
&lt;li&gt;Doc #10730: Replace Sourceforge Trackers with PEAR&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Includes these Sourceforge items:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;- [1647423] memory_limit: bad if-clause&lt;/li&gt;
&lt;li&gt;- [1622538] List undocumented classes/functions&lt;/li&gt;
&lt;li&gt;- [1602988] Added --ignore-symlinks option&lt;/li&gt;
&lt;li&gt;- [1588942] Allow memory_limit setting in phpdoc.ini&lt;/li&gt;
&lt;li&gt;- [1588936] Show INI Path at Startup&lt;/li&gt;
&lt;li&gt;- [1585840] Refactored RETURNs #3&lt;/li&gt;
&lt;li&gt;- [1574047] Refactored RETURNs #2&lt;/li&gt;
&lt;li&gt;- [1574043] Refactored RETURNs #1&lt;/li&gt;
&lt;li&gt;- [1543289] Apply ignore patterns to subdir of dir, instead of full path&lt;/li&gt;
&lt;li&gt;- [1543287] Use predefined PHP env var in phpdoc script&lt;/li&gt;
&lt;li&gt;- [1540666] patch for @property, @property-read and @property-write tags&lt;/li&gt;
&lt;li&gt;- [1044752] List undocumented classes/functions&lt;/li&gt;
&lt;/ul&gt;	</content:encoded>

</item>
	<item>
	<title>phpDocumentor 1.3.2 released</title>
	<pubDate>Fri, 13 Apr 2007 12:00:00 -0700</pubDate>
	<link>http://phpdoc.org/news.php?id=54</link>

	<description>
        RELEASE ANNOUNCEMENT
 
phpDocumentor version 1.3.2 has been released through SourceForge and through pear.php.net.

This release is considered stable and is recommended for production usage.
 
Version 1.3.2 is a bug fix release and is a recommended upgrade for all users.
 
You can upgrade using pear upgrade or downloading the code from SourceForge
http://sourceforge.net/project/showfiles.php?group_id=11194
 
 
Here is the full changelog:
- fixed these bugs reported in Sourceforge:

[ 1667333 ] Mishandled Param = 0 Default in Converters 
[ 1656902 ] Error when converting class that extends Exception 
[ 1640392 ] docBuilder user directory 
[ 1634369 ] @global syntax in @name example 
[ 1633275 ] Update TODO Links to SF/PEAR Buglists 
[ 1631553 ] Docs Say TODO on INCLUDE Is OK 
[ 1620470 ] Ensure No Pathing Given in Output Converter Name 
[ 1620396 ] INSTALL is wrong and outdated 
[ 1614286 ] Fix Indexing of Constants 
[ 1611861 ] Fix --hidden flag handling 
[ 1611847 ] Fix PEAR Bug #9366 
[ 1602961 ] &quot;--hidden off&quot; / &quot;-dh off&quot; results in hidden=true 
[ 1590240 ] Double Tab-Count after Shell # Comment in SourceCode 
[ 1589650 ] Segfault with PHP 5.2 
[ 1588175 ] const elements sorting incorrectly 
[ 1586917 ] Object of class parserLinkInlineTag could not be converted 
[ 1585879 ] Fix the error text for Includes without docblock 
[ 1585875 ] Error text for Includes without docblock is incorrect 
[ 1583877 ] tagsort corrections in ParserDocBlock.inc 
[ 1583850 ] &quot;Created by PhpDoc&quot;, not &quot;Somesite&quot; 
[ 1573816 ] CHM default template does not set help file title 
[ 1570942 ] Grammar/Typo Corrections in Tutorial 
[ 1548910 ] Do not copy \\&quot;.svn\\&quot; and \\&quot;CVS\\&quot; dirs from media fol 
[ 1545418 ] Duplicated title in generated tutorials (docbook) 
[ 1544661 ] bteer line number alignment in smarty::php html template 
[ 1543686 ] Doesn't treat interface level docblock like class level docb 
[ 1525150 ] tag information displayed in random order 
[ 1518565 ] &quot;-q off&quot; different then not passing it 
[ 1348589 ] @copyright bug? 

- fixed these bugs reported in PEAR: 


Bug # 9151: ReflectionException when documenting classes derived from PHP internal classes 
Bug # 9366: Last line with comment in &amp;lt;code&amp;gt; disappears 
Bug # 9673: potential major security issue 
Bug # 9915: PHP Notice in PDF Converter 
Bug # 9937: Security Exploit CVE-2005-4593 
Bug #10266: List in @todo tags not processed correctly 
Bug #10289: Hangs at &quot;Converting tutorials&quot;
</description>
	<content:encoded>
	&lt;h2&gt;RELEASE ANNOUNCEMENT&lt;/h2&gt;
 
&lt;p&gt;phpDocumentor version 1.3.2 has been released through SourceForge and through pear.php.net.&lt;/p&gt;

&lt;p&gt;This release is considered stable and is recommended for production usage.&lt;/p&gt;
 
&lt;p&gt;Version 1.3.2 is a bug fix release and is a recommended upgrade for all users.&lt;/p&gt;
 
&lt;p&gt;You can upgrade using pear upgrade or downloading the code from SourceForge&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://sourceforge.net/project/showfiles.php?group_id=11194&quot;&gt;http://sourceforge.net/project/showfiles.php?group_id=11194&lt;/a&gt;&lt;/p&gt;
 
 
&lt;p&gt;Here is the full changelog:&lt;p&gt;
- fixed these bugs reported in Sourceforge:
&lt;ul&gt;
&lt;li&gt;[ 1667333 ] Mishandled Param = 0 Default in Converters &lt;/li&gt;
&lt;li&gt;[ 1656902 ] Error when converting class that extends Exception &lt;/li&gt;
&lt;li&gt;[ 1640392 ] docBuilder user directory &lt;/li&gt;
&lt;li&gt;[ 1634369 ] @global syntax in @name example &lt;/li&gt;
&lt;li&gt;[ 1633275 ] Update TODO Links to SF/PEAR Buglists &lt;/li&gt;
&lt;li&gt;[ 1631553 ] Docs Say TODO on INCLUDE Is OK &lt;/li&gt;
&lt;li&gt;[ 1620470 ] Ensure No Pathing Given in Output Converter Name &lt;/li&gt;
&lt;li&gt;[ 1620396 ] INSTALL is wrong and outdated &lt;/li&gt;
&lt;li&gt;[ 1614286 ] Fix Indexing of Constants &lt;/li&gt;
&lt;li&gt;[ 1611861 ] Fix --hidden flag handling &lt;/li&gt;
&lt;li&gt;[ 1611847 ] Fix PEAR Bug #9366 &lt;/li&gt;
&lt;li&gt;[ 1602961 ] &quot;--hidden off&quot; / &quot;-dh off&quot; results in hidden=true &lt;/li&gt;
&lt;li&gt;[ 1590240 ] Double Tab-Count after Shell # Comment in SourceCode &lt;/li&gt;
&lt;li&gt;[ 1589650 ] Segfault with PHP 5.2 &lt;/li&gt;
&lt;li&gt;[ 1588175 ] const elements sorting incorrectly &lt;/li&gt;
&lt;li&gt;[ 1586917 ] Object of class parserLinkInlineTag could not be converted &lt;/li&gt;
&lt;li&gt;[ 1585879 ] Fix the error text for Includes without docblock &lt;/li&gt;
&lt;li&gt;[ 1585875 ] Error text for Includes without docblock is incorrect &lt;/li&gt;
&lt;li&gt;[ 1583877 ] tagsort corrections in ParserDocBlock.inc &lt;/li&gt;
&lt;li&gt;[ 1583850 ] &quot;Created by PhpDoc&quot;, not &quot;Somesite&quot; &lt;/li&gt;
&lt;li&gt;[ 1573816 ] CHM default template does not set help file title &lt;/li&gt;
&lt;li&gt;[ 1570942 ] Grammar/Typo Corrections in Tutorial &lt;li&gt;
&lt;li&gt;[ 1548910 ] Do not copy \\&quot;.svn\\&quot; and \\&quot;CVS\\&quot; dirs from media fol &lt;/li&gt;
&lt;li&gt;[ 1545418 ] Duplicated title in generated tutorials (docbook) &lt;/li&gt;
&lt;li&gt;[ 1544661 ] bteer line number alignment in smarty::php html template &lt;/li&gt;
&lt;li&gt;[ 1543686 ] Doesn't treat interface level docblock like class level docb &lt;/li&gt;
&lt;li&gt;[ 1525150 ] tag information displayed in random order &lt;/li&gt;
&lt;li&gt;[ 1518565 ] &quot;-q off&quot; different then not passing it &lt;/li&gt;
&lt;li&gt;[ 1348589 ] @copyright bug? &lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;- fixed these bugs reported in PEAR: &lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
Bug # 9151: ReflectionException when documenting classes derived from PHP internal classes &lt;/li&gt;
&lt;li&gt;Bug # 9366: Last line with comment in &amp;lt;code&amp;gt; disappears &lt;/li&gt;
&lt;li&gt;Bug # 9673: potential major security issue &lt;/li&gt;
&lt;li&gt;Bug # 9915: PHP Notice in PDF Converter &lt;/li&gt;
&lt;li&gt;Bug # 9937: Security Exploit CVE-2005-4593 &lt;/li&gt;
&lt;li&gt;Bug #10266: List in @todo tags not processed correctly &lt;/li&gt;
&lt;li&gt;Bug #10289: Hangs at &quot;Converting tutorials&quot;&lt;/li&gt;
&lt;/ul&gt;	</content:encoded>

</item>
	<item>
	<title>PhpDocumentor 1.3.0 stable is released</title>
	<pubDate>Fri, 18 Aug 2006 12:00:00 -0700</pubDate>
	<link>http://phpdoc.org/news.php?id=53</link>

	<description>
        PhpDocumentor 1.3.0 stable
August 18, 2006
Download:
pear upgrade PhpDocumentor
http://pear.php.net/PhpDocumentor
http://sourceforge.net/project/showfiles.php?group_id=11194&amp;package_id=10450&amp;release_id=440432

Information and documentation:
http://www.phpdoc.org


The PhpDocumentor team would like to announce the release of PhpDocumentor version 1.3.0.  This is the first stable release since 2003, and marks a dramatic step up from previous releases.

This release adds in:

    full PHP 5 support, including knowledge of internal classes for PHP version 5.1.0+ using the Reflection extension.
    highlighting of tutorial XML
    beautifying of output from the XML:DocBook/peardoc2:default converter



In addition, the release fixes more than 100 bugs found since version 1.2.3.  Output from source highlighting is much more efficient, resulting in slightly smaller file size for option sourcecode=on.  Multi-national characters are now allowed in a package name, although internationalization support is not fully complete.


PhpDocumentor is the standard automatic documentation solution for PHP written in PHP.  Originally inspired by JavaDoc, PhpDocumentor has over 6 years of battle-testing and is bundled in popular IDEs such as Zend Studio, PHPEdit, PhpEd, and others.</description>
	<content:encoded>
	&lt;p&gt;&lt;b&gt;PhpDocumentor 1.3.0 stable&lt;/b&gt;&lt;/p&gt;
&lt;p&gt;August 18, 2006&lt;/p&gt;
&lt;p&gt;Download:&lt;br&gt;
&lt;code&gt;pear upgrade PhpDocumentor&lt;/code&gt;&lt;br&gt;
&lt;a href=&quot;http://pear.php.net/PhpDocumentor&quot;&gt;http://pear.php.net/PhpDocumentor&lt;/a&gt;&lt;br&gt;
&lt;a href=&quot;http://sourceforge.net/project/showfiles.php?group_id=11194&amp;package_id=10450&amp;release_id=440432&quot;&gt;http://sourceforge.net/project/showfiles.php?group_id=11194&amp;package_id=10450&amp;release_id=440432&lt;/a&gt;
&lt;/p&gt;
&lt;p&gt;Information and documentation:&lt;br&gt;
http://www.phpdoc.org&lt;/p&gt;

&lt;p&gt;
The PhpDocumentor team would like to announce the release of PhpDocumentor version 1.3.0.  This is the first stable release since 2003, and marks a dramatic step up from previous releases.
&lt;/p&gt;
&lt;p&gt;This release adds in:
&lt;ol&gt;
   &lt;li&gt; full PHP 5 support, including knowledge of internal classes for PHP version 5.1.0+ using the Reflection extension.&lt;/li&gt;
   &lt;li&gt; highlighting of tutorial XML&lt;/li&gt;
   &lt;li&gt; beautifying of output from the XML:DocBook/peardoc2:default converter&lt;/li&gt;
&lt;/ol&gt;
&lt;/p&gt;
&lt;p&gt;
In addition, the release fixes more than 100 bugs found since version 1.2.3.  Output from source highlighting is much more efficient, resulting in slightly smaller file size for option sourcecode=on.  Multi-national characters are now allowed in a package name, although internationalization support is not fully complete.
&lt;/p&gt;
&lt;p&gt;
PhpDocumentor is the standard automatic documentation solution for PHP written in PHP.  Originally inspired by JavaDoc, PhpDocumentor has over 6 years of battle-testing and is bundled in popular IDEs such as Zend Studio, PHPEdit, PhpEd, and others.&lt;/p&gt;	</content:encoded>

</item>
	<item>
	<title>PhpDocumentor-1.3.0RC6 Released</title>
	<pubDate>Tue, 02 May 2006 12:00:00 -0700</pubDate>
	<link>http://phpdoc.org/news.php?id=52</link>

	<description>
        PHP 5 support and more.


The vast majority of the bugs in both the Sourceforge tracker and on in the PEAR bug database have been fixed in this release.  We hope to follow it up shortly with a 1.3.0 final.


This release fixes a large number of bugs, and switches
to the LGPL license instead of the PHP License.
Features added to this release include:



  Full PHP 5 support, phpDocumentor both runs in and parses Zend Engine 2
   language constructs.  Internal classes are recognized and inheritance is
   documented.  Note that you must be running phpDocumentor in
   PHP 5 in order to parse PHP 5 code
  XML:DocBook/peardoc2:default converter now beautifies the source using
   PEAR's XML_Beautifier if available
  inline {@example} tag - this works just like {@source} except that
   it displays the contents of another file.  In tutorials, it works
   like &amp;lt;programlisting&amp;rt;
  customizable README/INSTALL/CHANGELOG files
  phpDocumentor tries to run .ini files out of the current directory
   first, to allow you to put them anywhere you want to
  multi-national characters are now allowed in package/subpackage names
  images in tutorials with the &amp;lt;graphic&amp;gt; tag
  un-modified output with &amp;lt;programlisting role=&quot;html&quot;&amp;gt;
  html/xml source highlighting with &amp;lt;programlisting role=&quot;tutorial&quot;&amp;gt;
</description>
	<content:encoded>
	&lt;p&gt;PHP 5 support and more.&lt;/p&gt;

&lt;p&gt;
The vast majority of the bugs in both the Sourceforge tracker and on in the PEAR bug database have been fixed in this release.  We hope to follow it up shortly with a 1.3.0 final.
&lt;/p&gt;
&lt;p&gt;
This release fixes a large number of bugs, and switches
to the LGPL license instead of the PHP License.
Features added to this release include:
&lt;/p&gt;

&lt;ul&gt;
 &lt;li&gt; Full PHP 5 support, phpDocumentor both runs in and parses Zend Engine 2
   language constructs.  Internal classes are recognized and inheritance is
   documented.  Note that you must be running phpDocumentor in
   PHP 5 in order to parse PHP 5 code&lt;/li&gt;
 &lt;li&gt; XML:DocBook/peardoc2:default converter now beautifies the source using
   PEAR's XML_Beautifier if available&lt;/li&gt;
 &lt;li&gt; inline {@example} tag - this works just like {@source} except that
   it displays the contents of another file.  In tutorials, it works
   like &amp;lt;programlisting&amp;rt;&lt;/li&gt;
 &lt;li&gt; customizable README/INSTALL/CHANGELOG files&lt;/li&gt;
 &lt;li&gt; phpDocumentor tries to run .ini files out of the current directory
   first, to allow you to put them anywhere you want to&lt;/li&gt;
 &lt;li&gt; multi-national characters are now allowed in package/subpackage names&lt;/li&gt;
 &lt;li&gt; images in tutorials with the &amp;lt;graphic&amp;gt; tag&lt;/li&gt;
 &lt;li&gt; un-modified output with &amp;lt;programlisting role=&quot;html&quot;&amp;gt;
 &lt;li&gt; html/xml source highlighting with &amp;lt;programlisting role=&quot;tutorial&quot;&amp;gt;&lt;/li&gt;
&lt;/ul&gt;	</content:encoded>

</item>
	<item>
	<title>Projects list moved to a wiki</title>
	<pubDate>Sat, 25 Feb 2006 12:00:00 -0700</pubDate>
	<link>http://phpdoc.org/news.php?id=51</link>

	<description>
        In an effort to help get more people involved in phpDocumentor i've set up a section for it in my wiki.  
Right now its only being used for maintaining the projects using phpDocumentor list, since I never updated the hard coded version.
If your using phpDocumentor please add your project to the list.</description>
	<content:encoded>
	&lt;p&gt;In an effort to help get more people involved in phpDocumentor i've set up a &lt;a href=&quot;http://wiki.bluga.net/phpDocumentor/HomePage&quot;&gt;section for it in my wiki&lt;/a&gt;.  
Right now its only being used for maintaining the projects using phpDocumentor list, since I never updated the hard coded version.
If your using phpDocumentor please add your project to the &lt;a href=&quot;http://wiki.bluga.net/phpDocumentor/projects&quot;&gt;list&lt;/a&gt;.&lt;/p&gt;	</content:encoded>

</item>
	<item>
	<title>Rss Feed added</title>
	<pubDate>Tue, 27 Dec 2005 12:00:00 -0700</pubDate>
	<link>http://phpdoc.org/news.php?id=50</link>

	<description>
        An rss feed has been added for phpDocumentor news.  I just hacked it up so hopefully it works right.  Let me know if you see any problems, the feed should be added to planet.php.net once its been tested a bit.</description>
	<content:encoded>
	An rss feed has been added for phpDocumentor news.  I just hacked it up so hopefully it works right.  Let me know if you see any problems, the feed should be added to planet.php.net once its been tested a bit.	</content:encoded>

</item>
	<item>
	<title>phpDocumentor 1.3.0 RC4 is Released</title>
	<pubDate>Tue, 29 Nov 2005 12:00:00 -0700</pubDate>
	<link>http://phpdoc.org/news.php?id=49</link>

	<description>
        
PHP 5 support and more, fix bugs

This will be the last release in the 1.x series.  2.0 is next

Features added to this release include:

 * Full PHP 5 support, phpDocumentor both runs in and parses Zend Engine 2
   language constructs.  Note that you must be running phpDocumentor in
   PHP 5 in order to parse PHP 5 code
 * XML:DocBook/peardoc2:default converter now beautifies the source using
   PEAR's XML_Beautifier if available
 * inline {@example} tag - this works just like {@source} except that
   it displays the contents of another file.  In tutorials, it works
   like 
 * customizable README/INSTALL/CHANGELOG files
 * phpDocumentor tries to run .ini files out of the current directory
   first, to allow you to put them anywhere you want to
 * multi-national characters are now allowed in package/subpackage names
 * images in tutorials with the  tag
 * un-modified output with 
 * html/xml source highlighting with 

Bugs Fixed
- WARNING: phpDocumentor installs phpdoc in the
  scripts directory, and this will conflict with PHPDoc,
  you can't have both installed at the same time
- Switched to Smarty 2.6.0, now it will work in PHP 5.  Other
  changes made to the code to make it work in PHP 5, including parsing
  of private/public/static/etc. access modifiers
- fixed these bugs:
 [ not entered ] XMLDocBookpeardoc2 beautifier removes comments
 [ 896444 ] Bad line numbers
 [ 937235 ] duplicated /** after abstract method declaration
 [ 962319 ] Define : don't show the assigned value
 [ 977674 ] Parser error
 [ 989258 ] wrong interfaces parsing
 [ 1150809 ] Infinite loop when class extends itself
 [ 1151196 ] PHP Fatal error: Cannot re-assign $this
 [ 1151650 ] UTF8 decoding for DocBook packages
 [ 1152781 ] PHP_NOTICE: Uninitialized string offset in ParserDescCleanup
 [ 1153593 ] string id=&quot;....&quot; in tutorials
 [ 1164253 ] Inherited Class Constants are not displayed
 [ 1171583 ] CHM wrong filesource
 [ 1180200 ] HighlightParser does not handle Heredoc Blocks.
 [ 1202772 ] missing parentheses in Parser.inc line 946
 [ 1203445 ] Call to a member function on a non-object in Parser.inc
 [ 1203451 ] array to string conversion notice in InlineTags.inc
- fixed these bugs reported in PEAR:
 Bug #2288: Webfrontend ignores more than one dir in &quot;Files to ignore&quot;
 Bug #5011: PDF generation warning on uksort

Available from PEAR or from Sourceforge

Website: http://phpdoc.org

Pear Links:
   Package home: http://pear.php.net/package/PhpDocumentor
   Changelog: http://pear.php.net/package/PhpDocumentor/download/1.3.0RC4
   Download: http://pear.php.net/get/PhpDocumentor-1.3.0RC4.tgz

SF Links:
   Project Page: http://sourceforge.net/projects/phpdocu/
   Download: http://sourceforge.net/project/showfiles.php?group_id=11194&amp;package_id=10450&amp;release_id=374570
   Release Notes: http://sourceforge.net/project/shownotes.php?release_id=374570&amp;group_id=11194</description>
	<content:encoded>
	&lt;pre&gt;
PHP 5 support and more, fix bugs

This will be the last release in the 1.x series.  2.0 is next

Features added to this release include:

 * Full PHP 5 support, phpDocumentor both runs in and parses Zend Engine 2
   language constructs.  Note that you must be running phpDocumentor in
   PHP 5 in order to parse PHP 5 code
 * XML:DocBook/peardoc2:default converter now beautifies the source using
   PEAR's XML_Beautifier if available
 * inline {@example} tag - this works just like {@source} except that
   it displays the contents of another file.  In tutorials, it works
   like &lt;programlisting&gt;
 * customizable README/INSTALL/CHANGELOG files
 * phpDocumentor tries to run .ini files out of the current directory
   first, to allow you to put them anywhere you want to
 * multi-national characters are now allowed in package/subpackage names
 * images in tutorials with the &lt;graphic&gt; tag
 * un-modified output with &lt;programlisting role=&quot;html&quot;&gt;
 * html/xml source highlighting with &lt;programlisting role=&quot;tutorial&quot;&gt;

Bugs Fixed
- WARNING: phpDocumentor installs phpdoc in the
  scripts directory, and this will conflict with PHPDoc,
  you can't have both installed at the same time
- Switched to Smarty 2.6.0, now it will work in PHP 5.  Other
  changes made to the code to make it work in PHP 5, including parsing
  of private/public/static/etc. access modifiers
- fixed these bugs:
 [ not entered ] XMLDocBookpeardoc2 beautifier removes comments
 [ 896444 ] Bad line numbers
 [ 937235 ] duplicated /** after abstract method declaration
 [ 962319 ] Define : don't show the assigned value
 [ 977674 ] Parser error
 [ 989258 ] wrong interfaces parsing
 [ 1150809 ] Infinite loop when class extends itself
 [ 1151196 ] PHP Fatal error: Cannot re-assign $this
 [ 1151650 ] UTF8 decoding for DocBook packages
 [ 1152781 ] PHP_NOTICE: Uninitialized string offset in ParserDescCleanup
 [ 1153593 ] string id=&quot;....&quot; in tutorials
 [ 1164253 ] Inherited Class Constants are not displayed
 [ 1171583 ] CHM wrong filesource
 [ 1180200 ] HighlightParser does not handle Heredoc Blocks.
 [ 1202772 ] missing parentheses in Parser.inc line 946
 [ 1203445 ] Call to a member function on a non-object in Parser.inc
 [ 1203451 ] array to string conversion notice in InlineTags.inc
- fixed these bugs reported in PEAR:
 Bug #2288: Webfrontend ignores more than one dir in &quot;Files to ignore&quot;
 Bug #5011: PDF generation warning on uksort

Available from PEAR or from Sourceforge

Website: &lt;a href=&quot;http://phpdoc.org&quot;&gt;http://phpdoc.org&lt;/a&gt;

Pear Links:
   Package home: &lt;a href=&quot;http://pear.php.net/package/PhpDocumentor&quot;&gt;http://pear.php.net/package/PhpDocumentor&lt;/a&gt;
   Changelog: &lt;a href=&quot;http://pear.php.net/package/PhpDocumentor/download/1.3.0RC4&quot;&gt;http://pear.php.net/package/PhpDocumentor/download/1.3.0RC4&lt;/a&gt;
   Download: &lt;a href=&quot;http://pear.php.net/get/PhpDocumentor-1.3.0RC4.tgz
&quot;&gt;http://pear.php.net/get/PhpDocumentor-1.3.0RC4.tgz&lt;/a&gt;

SF Links:
   Project Page: &lt;a href=&quot;http://sourceforge.net/projects/phpdocu/&quot;&gt;http://sourceforge.net/projects/phpdocu/&lt;/a&gt;
   Download: &lt;a href=&quot;http://sourceforge.net/project/showfiles.php?group_id=11194&amp;package_id=10450&amp;release_id=374570&quot;&gt;http://sourceforge.net/project/showfiles.php?group_id=11194&amp;package_id=10450&amp;release_id=374570&lt;/a&gt;
   Release Notes: &lt;a href=&quot;http://sourceforge.net/project/shownotes.php?release_id=374570&amp;group_id=11194&quot;&gt;http://sourceforge.net/project/shownotes.php?release_id=374570&amp;group_id=11194&lt;/a&gt;	</content:encoded>

</item>
	<item>
	<title>phpDocumentor Support for Vim</title>
	<pubDate>Fri, 16 Sep 2005 12:00:00 -0700</pubDate>
	<link>http://phpdoc.org/news.php?id=48</link>

	<description>
        PDV - phpDocumentor for Vim : Provides really comfortable generation of phpDocumentor doc blocks for PHP4 &amp; 5

For more info read Tobias blog posting announcing it.</description>
	<content:encoded>
	PDV - phpDocumentor for Vim : Provides really comfortable generation of phpDocumentor doc blocks for PHP4 &amp; 5

For more info read Tobias &lt;a href='http://www.schlitt.info/applications/blog/index.php?/archives/372-Comfortable-PHP-editing-with-VIM-4.html'&gt;blog posting announcing it&lt;/a&gt;.	</content:encoded>

</item>
</channel>
</rss>
