Home » Tools and Utilities » PhpDocumentor
The phpDocumentor package provides automatic documenting of php api directly from the source.
This package is unmaintained.
Download latest release 1.5.0a1 (archived versions might be outdated)
License: LGPL
Description
The phpDocumentor tool is a standalone auto-documentor similar to JavaDoc
written in PHP. It differs from PHPDoc in that it is MUCH faster, parses a much
wider range of php files, and comes with many customizations including 11 HTML
templates, windows help file CHM output, PDF output, and XML DocBook peardoc2
output for use with documenting PEAR. In addition, it can do PHPXref source
code highlighting and linking.
Features (short list):
-output in HTML, PDF (directly), CHM (with windows help compiler), XML DocBook
-very fast
-web and command-line interface
-fully customizable output with Smarty-based templates
-recognizes JavaDoc-style documentation with special tags customized for PHP 4
-automatic linking, class inheritance diagrams and intelligent override
-customizable source code highlighting, with phpxref-style cross-referencing
-parses standard README/CHANGELOG/INSTALL/FAQ files and includes them
directly in documentation
-generates a todo list from @todo tags in source
-generates multiple documentation sets based on @access private, @internal and
{@internal} tags
-example php files can be placed directly in documentation with highlighting
and phpxref linking using the @example tag
-linking between external manual and API documentation is possible at the
sub-section level in all output formats
-easily extended for specific documentation needs with Converter
-full documentation of every feature, manual can be generated directly from
the source code with "phpdoc -c makedocs" in any format desired.
-current manual always available at http://www.phpdoc.org/manual.php
-user .ini files can be used to control output, multiple outputs can be
generated at once
**WARNING**:
To use the web interface, you must set PEAR's data_dir to a subdirectory of
document root.
If browsing to http://localhost/index.php displays /path/to/htdocs/index.php,
set data_dir to a subdirectory of /path/to/htdocs:
$ pear config-set data_dir /path/to/htdocs/pear
$ pear install PhpDocumentor
http://localhost/pear/PhpDocumentor is the web interface
Documentation
Maintainers
- Joshua Eichorn (jeichorn) — lead, inactive
- Greg Beaver (cellog) — lead, inactive
- Chuck Burgess (ashnazg) — lead, active
- Andrew Morton (drewish) — developer, inactive
Dependencies
Required
- PHP (>= 4.2.0)
- PEAR Installer (>= 1.4.6)
Optional
- XML_Beautifier (>= 1.1)
Releases
- 1.5.0a1 (alpha, 2012-09-02)
Release notes
License: LGPL
This release includes a new --charset runtime option.
This release will also see and document "RIC" files (Readme/Changelog/Install) in project subdirectories,
rather than only seeing them in the project root.* Bug #12733: Warning in error.html file with XML:DocBook:peardoc2 [ashnazg]
* Bug #16784: CHM: files are duplicated in the [FILES] section of the project file. [ashnazg]
* Bug #19197: Fatal Error on building documentation [ashnazg]
* Bug #19243: Tutorials are not honoring ordered vs unordered lists [ashnazg|lapistano]
* Bug #19410: Sourcecode Option does not work [ashnazg|rhorber]* Req #4960: support for different encoding [ashnazg|miau]
* Req #12236: Allow RIC files in all directory [ashnazg|yunosh]
* Req #19242: Allow images in tutorials [ashnazg|lapistano] - 1.4.4 (stable, 2011-12-03)
Release notes
License: LGPL
Includes these PEAR items:
* Fix Bug #11543: empty @todo tags/comments shouldn't be included in TODO list [ashnazg]
* Fix Bug #12704: XML/Beautifier removed comment in XML Docbook peardoc2 converter
template [ashnazg]
* Fix Bug #13606: parameter name and description do not line up in generated docs [ashnazg]
* Fix Bug #13653: Media file copy - copies incorrect file [ashnazg]
* Fix Bug #14201: templatebase not working as intended [ashnazg]
* Fix Bug #14640: class witch extending DOMDocument [ashnazg]
* Fix Bug #16279: Type Hints in Function Signature Cause Loss of @param type [ashnazg]
* Fix Bug #16546: Default parser uses php 4.0 standards [ashnazg]
* Fix Bug #16825: Templates Point to Nonexistent Image Files [ashnazg]
* Fix Bug #16826: Unused media folder and files exist [ashnazg]
* Fix Bug #17395: Fatal Error when trying to run document [ashnazg]
* Fix Bug #18058: Patch: fix some notices (which may cause a crash of other tools) [ashnazg]
* Fix Bug #18100: phpdocu-general@sourceforge.net bounces [ashnazg]
* Fix Bug #18220: Truncated filenames in Converter files [ashnazg]
* Fix Bug #18782: class tree generation mistake [ashnazg]
* Fix Bug #18870: Class tree wont shows implemented interfaces if class has no childs [ashnazg]
* Fix Bug #18871: Class tree wont shows internal PHP interfaces [ashnazg]
* Fix Bug #18872: Class tree puts comma uncorrectly in interfaces list [ashnazg]
* Fix Bug #19017: remove error_reporting (for PEAR QA team) [ashnazg]
* Implement Feature #12211: @inheritdoc not working for child methods & variables [ashnazg]
* Implement Feature #15580: Add link back from api document to pear website or package website [ashnazg]
* Implement Feature #17906: Please, consider realising 'Plain.php' file under PHP 3.01 license [ashnazg]Includes these Sourceforge items:
* [2155014] fatal error when parsing 'myclass extends DOMDocument' - 1.4.3 (stable, 2009-09-05)
Release notes
License: LGPL
Includes these PEAR items:
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 docbuilderIncludes these Sourceforge items:
- [1829133] Progress display not happening until conversion finished [ashnazg]
- [1779257] ignore=.. option not working correctly on Win | fix attaced [ashnazg|mrasnika] - 1.4.2 (stable, 2008-03-30)
Release notes
License: LGPL
Includes these PEAR items:
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 docbuilderIncludes these Sourceforge items:
- [1829133] Progress display not happening until conversion finished [ashnazg]
- [1779257] ignore=.. option not working correctly on Win | fix attaced [ashnazg|mrasnika] - 1.4.1 (stable, 2007-12-14)
Release notes
License: LGPL
Includes these PEAR items:
Req #11755: Remove Unused DocBlock_Lexer and PHPT Tests [ashnazg]
Req #11757: Move PhpUnit Tests into new tests dir [ashnazg]
Bug #10909: PHP Notice in PDF Converter line 210 [ashnazg]
Bug #11613: -q flag is not honoured [ashnazg]
Bug #11683: examples displayed using earthli style are not rendered properly [ashnazg|kguest]
Bug #11788: Two failing unit tests [ashnazg]
Bug #11809: Incorrect @name usage causes fatal crash [ashnazg]
Bug #12121: phpdoc.bat cannot launch php.exe [ashnazg|kalvaro]
Bug #12172: media files are not being copied [ashnazg|nemesis]
Bug #12201: Misleading error message [ashnazg|yunosh]
Doc #12459: @subpackage does not fix name conflicts [ashnazg]Includes these Sourceforge items:
- [1846302] php version > 4.3.0 and tokenizer [ashnazg]
- [1845584] File suffix should be lowercase [ashnazg]
- [1842595] makedoc.sh doesn't like embedded blanks in paths [ashnazg|munroe_r]
- [1839924] addErrorDie has to exit with non-zero return code! [ashnazg|blueyed]
- [1826342] Data-dependent endless(?) loop in parser [ashnazg]
- [1733936] "phpdoc" does not return with error code "0" on success [ashnazg|blueyed] - 1.4.0 (stable, 2007-07-23)
Release notes
License: LGPL
Includes these PEAR items:
Req #10670: Don'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't use nested tags inside <kbd> or <samp>
Doc #10972: @method does not work
Doc #11032: param type1|type2 not documented
Doc #11143: Provide a Minimal Tutorial File Setup ExampleIncludes these Sourceforge items:
- [1733938] regression: "-" not allowed anymore in converter (file)name
- [1733936] "phpdoc" does not return with error code "0" 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] <code> and @include....
- [1044752] List undocumented classes/functions - 1.4.0RC2 (beta, 2007-07-09)
Release notes
License: LGPL
Includes no PEAR items:
Includes these Sourceforge items:
- [1733938] regression: "-" not allowed anymore in converter (file)name
- [1733936] "phpdoc" does not return with error code "0" on success
- [1733345] inline @link tag renders wrong way
- [1722096] DocBlock template example does not work - 1.4.0RC1 (beta, 2007-06-25)
Release notes
License: LGPL
Includes these PEAR items:
Bug #11409: PHP Notices accompany Global Never Found errorsIncludes these Sourceforge items:
- [1724990] @static tag example
- [1724884] object return parameter value
- [1720764] documentation update needed
- [1672589] missing elements, bad links with HTML:Smarty:HandS
- [1634153] require/include with concatenated file name
- [1632496] {@internal}} becomes wrong on documentation
- [1124133] <code> and @include.... - 1.4.0a2 (alpha, 2007-06-15)
Release notes
License: LGPL
Includes these PEAR items:
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
Doc #10914: Can't use nested tags inside <kbd> or <samp>
Doc #10972: @method does not work
Doc #11032: param type1|type2 not documented
Doc #11143: Provide a Minimal Tutorial File Setup ExampleIncludes no Sourceforge items.
- 1.4.0a1 (alpha, 2007-04-27)
Release notes
License: LGPL
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 PEARIncludes 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 - 1.3.2 (stable, 2007-04-13)
Release notes
License: LGPL
- 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 ] "--hidden off" / "-dh off" 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 ] "Created by PhpDoc", not "Somesite"
[ 1573816 ] CHM default template does not set help file title
[ 1570942 ] Grammar/Typo Corrections in Tutorial
[ 1548910 ] Do not copy \\".svn\\" and \\"CVS\\" 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 ] "-q off" 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 <code> 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 "Converting tutorials" - 1.3.1 (stable, 2006-10-24)
Release notes
License: LGPL
- fixed these bugs reported at sourceforge
[ 1544977 ] Command line arguments split by spaces (fix included)
[ 1545927 ] HTMLSmartyConverter logo not in package
[ 1573807 ] CHM Convertor does not strip full path for all TOC entries
[ 1575145 ] '-q on' quiet mode not fully quiet
[ 1581487 ] subdirectory include another subdirectory doc error.
- fixed these bugs reported in PEAR:
Bug #8520: Broken XML when XML_Beautifier is installed
Bug #8533: require() broken in a lot of places - cannot run!
Bug #8539: Parser error in create_examples.php
Bug #8746: XML:DocBook generates warning with function/parameters without @param tag
Bug #8773: PDF Convertor fails due to being unable to find fonts
Bug #8914: returning non varibale reference ParserData.inc#500
The peardoc2 converter no longer uses funky PHP source highlighting, leaving
that to the peardoc build instead. - 1.3.0 (stable, 2006-08-17)
Release notes
License: LGPL
PHP 5 support and more, fix bugs
This release fixes a large number of bugs, and switches
to the LGPL license instead of the PHP License.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. 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 <programlisting>
* 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 <graphic> tag
* un-modified output with <programlisting role="html">
* html/xml source highlighting with <programlisting role="tutorial">From both Windows and Unix, both the command-line version
of phpDocumentor and the web interface will work
out of the box by using command phpdoc - guaranteed :)WARNING: in order to use the web interface through PEAR, you must set your
data_dir to a subdirectory of your document root.$ pear config-set data_dir /path/to/public_html/pear
on Windows with default apache setup, it might be
C:\> pear config-set data_dir "C:\Program Files\Apache\htdocs\pear"
After this, install/upgrade phpDocumentor
$ pear upgrade phpDocumentor
and you can browse to:
http://localhost/pear/PhpDocumentor/
for the web interface
------
WARNING: The PDF Converter will not work in PHP5. The PDF library that it relies upon
segfaults with the simplest of files. Generation still works great in PHP4
------- 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 since 1.3.0RC6:
[ 941146 ] Repeated sub-tutorials
[ 1223413 ] improper load sequence when using custom templatebase
[ 1481118 ] Tags with more than one attribute keep only the first one.
[ 1485448 ] Mixing {@toc} and DOCTYPE for DocBook gives PHP fatal error
[ 1486304 ] unexpected parameter type mixed
[ 1490000 ] Javascript in header.tpl cause httpd log: File not found
[ 1491119 ] Inexistant --directory leads to obscure error message
[ 1492100 ] Warning: fread(): Length parameter must be greater than 0
[ 1492101 ] Object of class parserLinkInlineTag could not be converted
[ 1492538 ] ERROR: Converter X specified by ... is not a class
[ 1492608 ] PHP Notices in current CVS
[ 1497452 ] Fatal error: Call to undefined method parserFunction::setMo
[ 1503927 ] Wrong '--' suffix on some files
[ 1512969 ] Call to a member function cantSource() on a non-object
[ 1516781 ] Use of undefined constant T_ML_COMMENT - assumed 'T_ML_COMME
[ 1524102 ] Weird include documentation
[ 1528752 ] Trivial typo in "phpDocumentor Inline tags" documentation
[ 1533361 ] trailing comments stop phpdoc on source generation
[ 1532841 ] '%' in function parameter default value causes errors
[ 1540233 ] memory exshausted
Bug #6844: phpDocumentor doesn't show classes in file
Bug #7554: Call to undefined method ReflectionClass::hasMethod()
Bug #7577: Notice error for undefined _pv_function_param property
Bug #7686: phpdoc not run in dos box
Bug #7773: "nothing parsed" error when parsing in a directory under "tutorials"
Bug #7938: @todo does not work on include elements
Bug #8111: Fatal error: ReflectionClass::hasProperty()
Bug #8290: @param bug when description is on its own line
- fixed these bugs since 1.2.3.1:
[ not entered ] phpdoc script broken on unix
[ not entered ] XMLDocBookpeardoc2 beautifier removes comments
[ 893186 ] HTMLframes converter sometimes misses package level docs
[ 834941 ] inline @link doesn't work within <b>
[ 839092 ] CHM:default:default produces bad links
[ 839466 ] {$array['Key']} in heredoc
[ 840792 ] File Missing XML:DocBook/peardoc2:default "errors.tpl"
[ 850731 ] No DocBlock template after page-level DocBlock?
[ 850767 ] MHW Reference wrong
[ 854321 ] web interface errors with template directory
[ 856310 ] HTML:frames:DOM/earthli missing Class_logo.png image
[ 865126 ] CHM files use hard paths
[ 869803 ] bad md5sum
[ 871764 ] @global doesn't work properly with whitespace after the $var
[ 875525 ] <li> escapes <pre> and ignores paragraphs
[ 876674 ] first line of pre and code gets left trimmed
[ 877229 ] PHP 5 incompatibilities bork tutorial parsing
[ 877233 ] PHP 5 incompatibilities bork docblock source highlighting
[ 878911 ] [PHP 5 incompatibility] argv
[ 879068 ] var arrays tripped up by comments
[ 879151 ] HTML:frames:earthli Top row too small for IE
[ 880070 ] PHP5 visability for member variables not working
[ 880488 ] '0' file stops processing
[ 884863 ] Multiple authors get added in wrong order.
[ 884869 ] Wrong highligthing of object type variables
[ 892305 ] peardoc2: summary require_once Path/File.php is PathFile.php
[ 892306 ] peardoc2: @see of method not working
[ 892479 ] {@link} in // comment is escaped
[ 893470 ] __clone called directly in PackagePageElements.inc
[ 895656 ] initialized private variables not recognized as private
[ 896444 ] Bad line numbers
[ 904823 ] IntermediateParser fatal error
[ 907734 ] Exception Class is builtin to PHP5
[ 910676 ] Fatal error: Smarty error: unable to write to $compile_dir
[ 915770 ] Classes in file not showing
[ 924313 ] Objec access on array
[ 924760 ] source rendering in FireFox contains extra newlines
[ 937235 ] duplicated /** after abstract method declaration
[ 941146 ] Repeated sub-tutorials
[ 944149 ] Apostrophe in DocBook name breaks DOM/earthli tree index
[ 952217 ] HTML:frames:earthli
[ 962319 ] Define : don't show the assigned value
[ 964248 ] Convert invalid characters in package/subpackage names to _
[ 977674 ] Parser error
[ 986622 ] parserClass::setModifiers is incorrecrly documented
[ 989258 ] wrong interfaces parsing
[ 995731 ] {@internal}}-tag shows }} in HTML-doc
[ 1016927 ] no highlight for paramtype in header of function
[ 1043330 ] Make Command Line Parser support shorter syntax
[ 1044486 ] duplicate parameters
[ 1046856 ] Small filesource link bug under windows
[ 1051941 ] private variables on same line not recognized
[ 1081396 ] Display of inline {@link} tags with PHP functions
[ 1090009 ] @uses doesn't generate @usedby link when linking to file.ext
[ 1108018 ] Bad source code after /**#@-*/
[ 1145403 ] Call to a member function on a non-object
[ 1150809 ] Infinite loop when class extends itself
[ 1151196 ] PHP Fatal error: Cannot re-assign $this
[ 1151650 ] UTF8 decoding for DocBook packages
[ 1152286 ] 1.3.0RC3 - PHP5 - Smarty template doesn't work properly?
[ 1152316 ] 1.3RC3 - PHP5 - HTML:frames:* - Welcome to default!=@package
[ 1152781 ] PHP_NOTICE: Uninitialized string offset in ParserDescCleanup
[ 1153593 ] string id="...." in tutorials
[ 1156816 ] undeliverable email addresses for doc/tutorial authors
[ 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
[ 1223413 ] improper load sequence when using custom templatebase
[ 1224317 ] functions refers to wrong line
[ 1230004 ] Undefined index in class phpDocumentorTParser
[ 1255692 ] Support for "--" argument
[ 1261287 ] @filesource bug?
[ 1348852 ] Call to function Convert() on a non-object + DocBlockTags
[ 1366260 ] Default 0 parameter in method is not displayed
[ 1373244 ] Undefined variable: root_dir in docbuilder/file_dialog.php
[ 1380845 ] @uses tags not sorting
[ 1391432 ] Too many underscores in include links.
[ 1393998 ] HTMLSmartyConverter Fatal error (line 627) fix
[ 1398977 ] @return is not merged when using DocBlock Templates
[ 1428660 ] Confusing error when using {@link} in @uses
[ 1456144 ] @global oddities
[ 1459955 ] @todo tags are sorted descending instead of ascending
[ 1462690 ] PHP Notices
[ 1466205 ] more usedby than uses
[ 1473272 ] Update references of phpdoc to pear-phpdoc
[ 1481118 ] Tags with more than one attribute keep only the first one.
[ 1485448 ] Mixing {@toc} and DOCTYPE for DocBook gives PHP fatal error
[ 1486304 ] unexpected parameter type mixed
[ 1490000 ] Javascript in header.tpl cause httpd log: File not found
[ 1491119 ] Inexistant --directory leads to obscure error message
[ 1492100 ] Warning: fread(): Length parameter must be greater than 0
[ 1492101 ] Object of class parserLinkInlineTag could not be converted
[ 1492538 ] ERROR: Converter X specified by ... is not a class
[ 1492608 ] PHP Notices in current CVS
[ 1497452 ] Fatal error: Call to undefined method parserFunction::setMo
[ 1503927 ] Wrong '--' suffix on some files
[ 1512969 ] Call to a member function cantSource() on a non-object
[ 1516781 ] Use of undefined constant T_ML_COMMENT - assumed 'T_ML_COMME
[ 1524102 ] Weird include documentation
[ 1528752 ] Trivial typo in "phpDocumentor Inline tags" documentation
[ 1533361 ] trailing comments stop phpdoc on source generation
[ 1532841 ] '%' in function parameter default value causes errors
[ 1540233 ] memory exshausted
- fixed these bugs reported in PEAR:
Bug #2122: No tree menu for file identifier begining with a number
Bug #2288: Webfrontend ignores more than one dir in "Files to ignore"
Bug #2294: @toc tag is incompatible when XML prolog exists
Bug #5011: PDF generation warning on uksort
Bug #6305: array typehints break the parser
Bug #6306: Tokenizer doesn't read "....<%{$key}>..." properly
Bug #6389: Private classes are not used during grouping for class trees
Bug #6805: Rendering bug for verbatim HTML tags
Bug #6844: phpDocumentor doesn't show classes in file
Bug #6848: Reference Patch
Bug #6952: Update Install docs to tell correct package.xml location
Bug #7554: Call to undefined method ReflectionClass::hasMethod()
Bug #7577: Notice error for undefined _pv_function_param property
Bug #7686: phpdoc not run in dos box
Bug #7773: "nothing parsed" error when parsing in a directory under "tutorials"
Bug #7938: @todo does not work on include elements
Bug #8111: Fatal error: ReflectionClass::hasProperty()
Bug #8290: @param bug when description is on its own line - 1.3.0RC6 (beta, 2006-05-02)
Release notes
License: LGPL
PHP 5 support and more, fix bugs
This release fixes a large number of bugs, and switches
to the LGPL license instead of the PHP License.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. 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 <programlisting>
* 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 <graphic> tag
* un-modified output with <programlisting role="html">
* html/xml source highlighting with <programlisting role="tutorial">From both Windows and Unix, both the command-line version
of phpDocumentor and the web interface will work
out of the box by using command phpdoc - guaranteed :)WARNING: in order to use the web interface through PEAR, you must set your
data_dir to a subdirectory of your document root.$ pear config-set data_dir /path/to/public_html/pear
on Windows with default apache setup, it might be
C:\> pear config-set data_dir "C:\Program Files\Apache\htdocs\pear"
After this, install/upgrade phpDocumentor
$ pear upgrade phpDocumentor
and you can browse to:
http://localhost/pear/PhpDocumentor/
for the web interface
------
WARNING: The PDF Converter will not work in PHP5. The PDF library that it relies upon
segfaults with the simplest of files. Generation still works great in PHP4
------- 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 ] phpdoc script broken on unix
[ not entered ] XMLDocBookpeardoc2 beautifier removes comments
[ 893186 ] HTMLframes converter sometimes misses package level docs
[ 896444 ] Bad line numbers
[ 907734 ] Exception Class is builtin to PHP5
[ 924760 ] source rendering in FireFox contains extra newlines
[ 937235 ] duplicated /** after abstract method declaration
[ 944149 ] Apostrophe in DocBook name breaks DOM/earthli tree index
[ 952217 ] HTML:frames:earthli
[ 962319 ] Define : don't show the assigned value
[ 964248 ] Convert invalid characters in package/subpackage names to _
[ 977674 ] Parser error
[ 986622 ] parserClass::setModifiers is incorrecrly documented
[ 989258 ] wrong interfaces parsing
[ 995731 ] {@internal}}-tag shows }} in HTML-doc
[ 1016927 ] no highlight for paramtype in header of function
[ 1043330 ] Make Command Line Parser support shorter syntax
[ 1044486 ] duplicate parameters
[ 1046856 ] Small filesource link bug under windows
[ 1051941 ] private variables on same line not recognized
[ 1079637 ] Use of realpath() leads to empty $dir
[ 1081396 ] Display of inline {@link} tags with PHP functions
[ 1090009 ] @uses doesn't generate @usedby link when linking to file.ext
[ 1108018 ] Bad source code after /**#@-*/
[ 1145403 ] Call to a member function on a non-object
[ 1150809 ] Infinite loop when class extends itself
[ 1151196 ] PHP Fatal error: Cannot re-assign $this
[ 1151650 ] UTF8 decoding for DocBook packages
[ 1152286 ] 1.3.0RC3 - PHP5 - Smarty template doesn't work properly?
[ 1152316 ] 1.3RC3 - PHP5 - HTML:frames:* - Welcome to default!=@package
[ 1152781 ] PHP_NOTICE: Uninitialized string offset in ParserDescCleanup
[ 1153593 ] string id="...." in tutorials
[ 1156816 ] undeliverable email addresses for doc/tutorial authors
[ 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
[ 1224317 ] functions refers to wrong line
[ 1230004 ] Undefined index in class phpDocumentorTParser
[ 1255692 ] Support for "--" argument
[ 1261287 ] @filesource bug?
[ 1348852 ] Call to function Convert() on a non-object + DocBlockTags
[ 1366260 ] Default 0 parameter in method is not displayed
[ 1373244 ] Undefined variable: root_dir in docbuilder/file_dialog.php
[ 1380845 ] @uses tags not sorting
[ 1391432 ] Too many underscores in include links.
[ 1393998 ] HTMLSmartyConverter Fatal error (line 627) fix
[ 1398977 ] @return is not merged when using DocBlock Templates
[ 1428660 ] Confusing error when using {@link} in @uses
[ 1456144 ] @global oddities
[ 1459955 ] @todo tags are sorted descending instead of ascending
[ 1462690 ] PHP Notices
[ 1466205 ] more usedby than uses
[ 1473272 ] Update references of phpdoc to pear-phpdoc
- fixed these bugs reported in PEAR:
Bug #2122: No tree menu for file identifier begining with a number
Bug #2288: Webfrontend ignores more than one dir in "Files to ignore"
Bug #2294: @toc tag is incompatible when XML prolog exists
Bug #5011: PDF generation warning on uksort
Bug #6305: array typehints break the parser
Bug #6306: Tokenizer doesn't read "....<%{$key}>..." properly
Bug #6389: Private classes are not used during grouping for class trees
Bug #6805: Rendering bug for verbatim HTML tags
Bug #6848: Reference Patch
Bug #6952: Update Install docs to tell correct package.xml location - 1.3.0RC5 (beta, 2005-12-02)
Release notes
License: PHP License
PHP 5 support and more, fix bugs
This release fixes the broken "phpdoc" script in unix, and is
otherwise functionally identical to 1.3.0RC4This 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 <programlisting>
* 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 <graphic> tag
* un-modified output with <programlisting role="html">
* html/xml source highlighting with <programlisting role="tutorial">From both Windows and Unix, both the command-line version
of phpDocumentor and the web interface will work
out of the box by using command phpdoc - guaranteed :)WARNING: in order to use the web interface through PEAR, you must set your
data_dir to a subdirectory of your document root.$ pear config-set data_dir /path/to/public_html/pear
on Windows with default apache setup, it might be
C:\> pear config-set data_dir "C:\Program Files\Apache\htdocs\pear"
After this, install/upgrade phpDocumentor
$ pear upgrade phpDocumentor
and you can browse to:
http://localhost/pear/PhpDocumentor/
for the web interface
------
WARNING: The PDF Converter will not work in PHP5. The PDF library that it relies upon
segfaults with the simplest of files. Generation still works great in PHP4
------- 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 ] phpdoc script broken on unix
[ 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="...." 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 "Files to ignore"
Bug #5011: PDF generation warning on uksort - 1.3.0RC4 (beta, 2005-11-29)
Release notes
License: PHP License
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 <programlisting>
* 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 <graphic> tag
* un-modified output with <programlisting role="html">
* html/xml source highlighting with <programlisting role="tutorial">From both Windows and Unix, both the command-line version
of phpDocumentor and the web interface will work
out of the box by using command phpdoc - guaranteed :)WARNING: in order to use the web interface through PEAR, you must set your
data_dir to a subdirectory of your document root.$ pear config-set data_dir /path/to/public_html/pear
on Windows with default apache setup, it might be
C:\> pear config-set data_dir "C:\Program Files\Apache\htdocs\pear"
After this, install/upgrade phpDocumentor
$ pear upgrade phpDocumentor
and you can browse to:
http://localhost/pear/PhpDocumentor/
for the web interface
------
WARNING: The PDF Converter will not work in PHP5. The PDF library that it relies upon
segfaults with the simplest of files. Generation still works great in PHP4
------- 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="...." 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 "Files to ignore"
Bug #5011: PDF generation warning on uksort - 1.3.0RC3 (beta, 2004-04-10)
Release notes
License: PHP License
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 <programlisting>
* 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 <graphic> tag
* un-modified output with <programlisting role="html">
* html/xml source highlighting with <programlisting role="tutorial">From both Windows and Unix, both the command-line version
of phpDocumentor and the web interface will work
out of the box by using command phpdoc - guaranteed :)WARNING: in order to use the web interface through PEAR, you must set your
data_dir to a subdirectory of your document root.$ pear config-set data_dir /path/to/public_html/pear
on Windows with default apache setup, it might be
C:\> pear config-set data_dir "C:\Program Files\Apache\htdocs\pear"
After this, install/upgrade phpDocumentor
$ pear upgrade phpDocumentor
and you can browse to:
http://localhost/pear/PhpDocumentor/
for the web interface
------
WARNING: The PDF Converter will not work in PHP5. The PDF library that it relies upon
segfaults with the simplest of files. Generation still works great in PHP4
------- 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:
[ 834941 ] inline @link doesn't work within <b>
[ 839092 ] CHM:default:default produces bad links
[ 839466 ] {$array['Key']} in heredoc
[ 840792 ] File Missing XML:DocBook/peardoc2:default "errors.tpl"
[ 850731 ] No DocBlock template after page-level DocBlock?
[ 850767 ] MHW Reference wrong
[ 854321 ] web interface errors with template directory
[ 856310 ] HTML:frames:DOM/earthli missing Class_logo.png image
[ 865126 ] CHM files use hard paths
[ 875525 ] <li> escapes <pre> and ignores paragraphs
[ 876674 ] first line of pre and code gets left trimmed
[ 877229 ] PHP 5 incompatibilities bork tutorial parsing
[ 877233 ] PHP 5 incompatibilities bork docblock source highlighting
[ 878911 ] [PHP 5 incompatibility] argv
[ 879068 ] var arrays tripped up by comments
[ 879151 ] HTML:frames:earthli Top row too small for IE
[ 880070 ] PHP5 visability for member variables not working
[ 880488 ] '0' file stops processing
[ 884863 ] Multiple authors get added in wrong order.
[ 884869 ] Wrong highligthing of object type variables
[ 892305 ] peardoc2: summary require_once Path/File.php is PathFile.php
[ 892306 ] peardoc2: @see of method not working
[ 892479 ] {@link} in // comment is escaped
[ 893470 ] __clone called directly in PackagePageElements.inc
[ 895656 ] initialized private variables not recognized as private
[ 904823 ] IntermediateParser fatal error
[ 910676 ] Fatal error: Smarty error: unable to write to $compile_dir
[ 915770 ] Classes in file not showing
[ 924313 ] Objec access on array - 1.3.0RC2 (beta, 2004-02-12)
Release notes
License: PHP License
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
* inline {@example} tag - this works just like {@source} except that
it displays the contents of another file. In tutorials, it works
like <programlisting>
* 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 namesFrom both Windows and Unix, both the command-line version
of phpDocumentor and the web interface will work
out of the box by using command phpdoc - guaranteed :)WARNING: in order to use the web interface through PEAR, you must set your
data_dir to a subdirectory of your document root.$ pear config-set data_dir /path/to/public_html/pear
on Windows with default apache setup, it might be
C:\> pear config-set data_dir "C:\Program Files\Apache\htdocs\pear"
After this, install/upgrade phpDocumentor
$ pear upgrade phpDocumentor
and you can browse to:
http://localhost/pear/PhpDocumentor/
for the web interface
------
WARNING: The PDF Converter will not work in PHP5. The PDF library that it relies upon
segfaults with the simplest of files. Generation still works great in PHP4
------- 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:
[ 834941 ] inline @link doesn't work within <b>
[ 839092 ] CHM:default:default produces bad links
[ 839466 ] {$array['Key']} in heredoc
[ 840792 ] File Missing XML:DocBook/peardoc2:default "errors.tpl"
[ 850731 ] No DocBlock template after page-level DocBlock?
[ 850767 ] MHW Reference wrong
[ 854321 ] web interface errors with template directory
[ 856310 ] HTML:frames:DOM/earthli missing Class_logo.png image
[ 865126 ] CHM files use hard paths
[ 875525 ] <li> escapes <pre> and ignores paragraphs
[ 876674 ] first line of pre and code gets left trimmed
[ 877229 ] PHP 5 incompatibilities bork tutorial parsing
[ 877233 ] PHP 5 incompatibilities bork docblock source highlighting
[ 878911 ] [PHP 5 incompatibility] argv
[ 879068 ] var arrays tripped up by comments
[ 879151 ] HTML:frames:earthli Top row too small for IE
[ 880070 ] PHP5 visability for member variables not working
[ 880488 ] '0' file stops processing
[ 884863 ] Multiple authors get added in wrong order.
[ 884869 ] Wrong highligthing of object type variables
[ 892305 ] peardoc2: summary require_once Path/File.php is PathFile.php
[ 892306 ] peardoc2: @see of method not working
[ 892479 ] {@link} in // comment is escaped
[ 893470 ] __clone called directly in PackagePageElements.inc
[ 895656 ] initialized private variables not recognized as private - 1.3.0RC1 (beta, 2004-02-08)
Release notes
License: PHP License
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
* inline {@example} tag - this works just like {@source} except that
it displays the contents of another file. In tutorials, it works
like <programlisting>
* 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 namesFrom both Windows and Unix, both the command-line version
of phpDocumentor and the web interface will work
out of the box by using command phpdoc - guaranteed :)WARNING: in order to use the web interface through PEAR, you must set your
data_dir to a subdirectory of your document root.$ pear config-set data_dir /path/to/public_html/pear
on Windows with default apache setup, it might be
C:\> pear config-set data_dir "C:\Program Files\Apache\htdocs\pear"
After this, install/upgrade phpDocumentor
$ pear upgrade phpDocumentor
and you can browse to:
http://localhost/pear/PhpDocumentor/
for the web interface
------
WARNING: The PDF Converter will not work in PHP5. The PDF library that it relies upon
segfaults with the simplest of files. Generation still works great in PHP4
------- 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:
[ 834941 ] inline @link doesn't work within <b>
[ 839092 ] CHM:default:default produces bad links
[ 839466 ] {$array['Key']} in heredoc
[ 840792 ] File Missing XML:DocBook/peardoc2:default "errors.tpl"
[ 850731 ] No DocBlock template after page-level DocBlock?
[ 850767 ] MHW Reference wrong
[ 854321 ] web interface errors with template directory
[ 856310 ] HTML:frames:DOM/earthli missing Class_logo.png image
[ 865126 ] CHM files use hard paths
[ 875525 ] <li> escapes <pre> and ignores paragraphs
[ 876674 ] first line of pre and code gets left trimmed
[ 877229 ] PHP 5 incompatibilities bork tutorial parsing
[ 877233 ] PHP 5 incompatibilities bork docblock source highlighting
[ 878911 ] [PHP 5 incompatibility] argv
[ 879068 ] var arrays tripped up by comments
[ 879151 ] HTML:frames:earthli Top row too small for IE
[ 880070 ] PHP5 visability for member variables not working
[ 880488 ] '0' file stops processing
[ 884863 ] Multiple authors get added in wrong order.
[ 884869 ] Wrong highligthing of object type variables
[ 892305 ] peardoc2: summary require_once Path/File.php is PathFile.php
[ 892306 ] peardoc2: @see of method not working
[ 892479 ] {@link} in // comment is escaped - 1.2.3 (stable, 2003-10-13)
Release notes
License: PHP License
Bugfix release
From both Windows and Unix, both the command-line version
of phpDocumentor and the web interface will work
out of the box by using command phpdoc - guaranteed :)WARNING: in order to use the web interface through PEAR, you must set your
data_dir to a subdirectory of your document root.$ pear config-set data_dir /path/to/public_html/pear
on Windows with default apache setup, it might be
C:\> pear config-set data_dir "C:\Program Files\Apache\htdocs\pear"
After this, install/upgrade phpDocumentor
$ pear upgrade phpDocumentor
and you can browse to:
http://localhost/pear/PhpDocumentor/
for the web interface
- WARNING: phpDocumentor installs phpdoc in the
scripts directory, and this will conflict with PHPDoc,
you can't have both installed at the same time
- fixed these bugs:
[ 731750 ] Links to unparsed includes shown (2nd time reopened)
[ 771531 ] body styles not explicitly white
[ 795095 ] top_frame.tpl doesn't output single RIC element
[ 797066 ] HighlightParser stuffs whitespace in start of string in func
[ 802891 ] Inline link text does not show up - 1.2.2.1 (stable, 2003-08-30)
Release notes
License: PHP License
Bugfix release
From both Windows and Unix, both the command-line version
of phpDocumentor and the web interface will work
out of the box by using command phpdoc - guaranteed :)Note: the web interface will not work out of the box in PEAR. Unfortunately,
the file role needed to make this possible is still pending, but planned for
addition in PEAR 1.3. If you wish to use the web interface, you must
download phpDocumentor 1.2.2 from http://www.phpdoc.org.- WARNING: phpDocumentor installs phpdoc in the
scripts directory, and this will conflict with PHPDoc,
you can't have both installed at the same time
- fixed minor problems with --ignore option
- DocBook/peardoc2 converter outputs valid DocBook
- CHM:default converter outputs valid CHM file
- PDF:default converter outputs a great file
including color source-highlighting!
- fixed Page-Level DocBlock issues, now a page-level
docblock is the first docblock in a file if it contains
a @package tag, UNLESS the next element is a class. Warnings
raised are much more informative
- removed erroneous warning of duplicate @package tag in certain cases
- fixed these bugs:
[ 765455 ] phpdoc can't find php if it is in /usr/local/bin
[ 767251 ] broken links when no files in default package
[ 768947 ] Multiple vars not recognised
[ 772441 ] nested arrays fail parser
[ 778920 ] tutorial link warning
[ 779552 ] "Documention" instead of "Documentation" in generated pages
[ 780332 ] {@link} is closing the link prematurely when a ',' is found
[ 781913 ] usedby not when @uses at class level
[ 784810 ] stat failing.
[ 786180 ] simple lists fail if line starts with an inline tag
[ 788251 ] {@link function blah()} and {@link object blah} fail
[ 788271 ] HighlightParser links to methods before classes
[ 790685 ] HighlightParser doesn't link class::method() outside methods
[ 791023 ] bug in output: <br; />
[ 791030 ] old PHP version bug /t and ' becomes to "
[ 791131 ] old PHP version bug in output, if define contains "("
[ 791291 ] ignoretags handling incorrectly looks for ignore-tags - 1.2.1 (stable, 2003-07-04)
Release notes
License: PHP License
This is a bugfix release
@example tag has been enhanced to be more intelligent
several other minor bugfixes, see Release-1.2.1 file for information - 1.2.0a (stable, 2003-06-05)
Release notes
License: PHP License
This release marks the first stable release of phpDocumentor through
PEAR.utilities.php, missing from docbuilder, has been added to the archive
- 1.2.0 (stable, 2003-06-04)
Release notes
License: PHP License
This release marks the first stable release of phpDocumentor through
PEAR. - 1.2.0beta3 (beta, 2003-02-02)
Release notes
License: PHP License
This is the sixth attempt at a PEAR package.xml release of the
phpDocumentor package. Thanks to fixes in Archive_Tar it should install
properly with any luck.This version adds a new converter written by Harald Fielker:
- a CSV converter for the dia2code tool, to allow generation of UML
diagrams from the code.
In addition, many bugs are fixed, and features stablizedWe are very pleased to present this release to the PEAR community.
In it, there is a number of great enhancements that should make
documenting very productive.We have included the beta of the new XML:DocBook:peardoc2 converter, and
there are many problems with it. Those of you who are familiar with
peardoc2, please help us out by running a test of peardoc2 on the output
from a sample and tell us where we need to fix things to make it better
at the bug trackerhttp://sourceforge.net/tracker/?group_id=11194&atid=111194
- 1.2.0beta2 (beta, 2003-01-20)
Release notes
License: PHP License
This is the fifth attempt at a PEAR package.xml release of the
phpDocumentor package. Thanks to fixes in Archive_Tar it should install
properly with any luck. If they get around to fixing the bug on
pear.php.net (someday pear will be bug-free and we'll all be happy).This version adds several new features suggested by Darren Cook:
- command-line --ignore-tags to exclude standard tags from output for
particular usage like @todo
- @example tag for parsing external example files and including
highlighted source code in documentation
- @filesource tag for parsing the full source of the current file
and including it in the documentation
- @internal/{@internal}} tag/inline tag for marking text that should only
be parsed for advanced developers or for internal company documentationWe are very pleased to present this release to the PEAR community.
In it, there is a number of great enhancements that should make
documenting very productive.We have included the beta of the new XML:DocBook:peardoc2 converter, and
there are many problems with it. Those of you who are familiar with
peardoc2, please help us out by running a test of peardoc2 on the output
from a sample and tell us where we need to fix things to make it better
at the bug trackerhttp://sourceforge.net/tracker/?group_id=11194&atid=111194
Bugs
| ID | Status | Type | Version | Date | Summary |
|---|---|---|---|---|---|
| #88 | Closed | Bug | 2003-10-11 | Template file with wring name | |
| #255 | Closed | Bug | 2003-11-15 | missing ressource or typo error | |
| #275 | Bogus | Bug | 2003-11-19 | conflict when using PEAR::Config package | |
| #1012 | Closed | Bug | 2004-03-14 | web installation does not work as described in the ChangeLog | |
| #1193 | Bogus | Bug | 2004-04-13 | Comments in code tags improperly formatted | |
| #1902 | No Feedback | Bug | 2004-07-17 | PhpDocumentor fails to detect version right | |
| #2077 | Bogus | Bug | 2004-08-06 | PhpDocumentor-1.3.0RC3.tgz missing package.xml | |
| #2122 | Closed | Bug | 2004-08-14 | No tree menu for file identifier begining with a number | |
| #2288 | Closed | Bug | 2004-09-06 | Webfrontend ignores more than one dir in "Files to ignore" | |
| #2294 | Closed | Bug | 2004-09-06 | @toc tag is incompatible when XML prolog exists | |
| #2553 | Duplicate | Bug | 2004-10-18 | bug in ParserElements.inc on line 238 | |
| #2826 | No Feedback | Bug | 2004-11-25 | phpdoc command stops without an error | |
| #3766 | Duplicate | Bug | 2005-03-10 | Fatal error: Cannot re-assign $this in /usr/local/lib/php/PhpDocumentor/phpDocu | |
| #4125 | Closed | Bug | 2005-04-11 | E_NOTICE errors | |
| #4960 | Closed | Req | 2005-08-01 | support for different encoding | |
| #5011 | Closed | Bug | 2005-08-05 | PDF generation warning on uksort | |
| #5238 | Bogus | Bug | 2005-08-29 | Fatal error: Cannot re-assign $this | |
| #5303 | Bogus | Bug | 2005-09-05 | Last # comment in a <code> block disapears | |
| #5304 | Duplicate | Req | 2005-09-05 | You shouldn't need to escape // comments in <code> blocks | |
| #5305 | Bogus | Bug | 2005-09-05 | // comments in <code> blocks are not formated correctly | |
| #5306 | Wont fix | Req | 2005-09-05 | {@inheritdoc} doesn't work with implementor of an interface | |
| #5371 | Closed | Bug | 2005-09-12 | Getting several "PHP Fatal error: Only variables can be passed by reference" | |
| #5825 | Bogus | Bug | 2005-10-29 | @example not working | |
| #6305 | Closed | Bug | 1.3.0RC6 | 2005-12-20 | array typehints break the parser |
| #6306 | Closed | Bug | 2005-12-20 | Tokenizer doesn't read "....<%{$key}>..." properly | |
| #6386 | Bogus | Bug | 2006-01-01 | @see in class A cannot refer class B if A::$B exists | |
| #6389 | Closed | Bug | 2006-01-02 | Private classes are not used during grouping for class trees | |
| #6423 | No Feedback | Bug | 2006-01-05 | many warnings, notices and fatal error | |
| #6457 | Duplicate | Bug | 2006-01-10 | Single-line DocBlocks cause gaps in syntax highlighting | |
| #6798 | No Feedback | Bug | 1.3.0RC5 | 2006-02-16 | 2nd package documentation is empty |
| #6801 | Duplicate | Bug | 1.3.0RC5 | 2006-02-16 | Fatal Error on parsing nested lists |
| #6805 | Closed | Bug | 1.3.0RC5 | 2006-02-17 | Rendering bug for verbatim HTML tags |
| #6844 | Closed | Bug | 1.3.0RC5 | 2006-02-20 | phpDocumentor doesn't show classes in file |
| #6848 | Closed | Bug | CVS | 2006-02-20 | Reference Patch |
| #6850 | Closed | Bug | 1.3.0RC5 | 2006-02-21 | Fatal error in phpDocumentorTParser.inc on line 480 |
| #6952 | Closed | Bug | 1.3.0RC5 | 2006-02-27 | Update Install docs to tell correct package.xml location |
| #7001 | Closed | Req | 1.3.0RC5 | 2006-03-02 | turn off outbut buffering |
| #7296 | No Feedback | Bug | 1.3.0RC5 | 2006-04-04 | Call to a member function cantSource() on a non-object |
| #7297 | Wont fix | Req | 1.3.0RC5 | 2006-04-04 | @usedby |
| #7301 | Wont fix | Req | 1.3.0RC5 | 2006-04-04 | allow @param tag in page level docblocks |
| #7325 | Bogus | Bug | 1.3.0RC5 | 2006-04-06 | Unclosed pre tag in DocBlock, parsing will be incorrect |
| #7328 | Bogus | Bug | 1.3.0RC5 | 2006-04-06 | Tutorial-Manual appears larger than browser window |
| #7438 | No Feedback | Bug | 1.3.0RC5 | 2006-04-20 | @source not working |
| #7528 | Bogus | Bug | 1.3.0RC5 | 2006-04-30 | missconfiguration of app directories |
| #7548 | Closed | Bug | 1.3.0RC6 | 2006-05-03 | Notice: Undefined property: _pv_function_param |
| #7554 | Closed | Bug | 1.3.0RC6 | 2006-05-03 | Call to undefined method ReflectionClass::hasMethod() |
| #7563 | Wont fix | Req | 1.3.0RC6 | 2006-05-05 | Improve memory usage |
| #7569 | Bogus | Bug | 1.2.3 | 2006-05-06 | this pointer assigning |
| #7577 | Duplicate | Bug | 1.3.0RC6 | 2006-05-08 | Notice error for undefined _pv_function_param property |
| #7623 | No Feedback | Bug | 1.3.0RC6 | 2006-05-14 | Correct page level docblock ignored after upgrading to PHP 5.1.4 |
| #7686 | Closed | Bug | 1.3.0RC6 | 2006-05-21 | phpdoc not run in dos box |
| #7773 | Wont fix | Bug | 1.3.0RC6 | 2006-05-31 | "nothing parsed" error when parsing in a directory under "tutorials" |
| #7938 | Closed | Bug | 1.3.0RC6 | 2006-06-19 | @todo does not work on include elements |
| #8063 | Wont fix | Bug | 1.3.0RC6 | 2006-06-28 | Notices and uncaught Reflection exception when documenting Gtk2_EntryDialog |
| #8111 | Closed | Bug | 1.3.0RC6 | 2006-07-04 | Fatal error: ReflectionClass::hasProperty() |
| #8290 | Closed | Bug | 1.3.0RC6 | 2006-07-25 | @param bug when description is on its own line |
| #8365 | Bogus | Bug | 1.3.0RC6 | 2006-08-04 | Fatal Error in HTMLframesConverter.inc |
| #8443 | Bogus | Bug | 1.3.0RC6 | 2006-08-15 | File level API pages are not created |
| #8520 | Closed | Bug | 1.3.0 | 2006-08-20 | Broken XML when XML_Beautifier is installed |
| #8533 | Closed | Bug | 1.3.0 | 2006-08-22 | require() broken in a lot of places - cannot run! |
| #8539 | Closed | Bug | 1.3.0 | 2006-08-23 | Parser error in create_examples.php |
| #8746 | Closed | Bug | 1.3.0 | 2006-09-20 | XML:DocBook generates warning with function/parameters without @param tag |
| #8773 | Closed | Bug | 1.3.0 | 2006-09-23 | PDF Convertor fails due to being unable to find fonts |
| #8914 | Closed | Bug | 1.3.0 | 2006-10-09 | returning non varibale reference ParserData.inc#500 |
| #9129 | Wont fix | Req | 1.3.0 | 2006-10-21 | XHTML pages being parsed as PHP |
| #9151 | Closed | Bug | 1.3.1 | 2006-10-24 | ReflectionException when documenting classes derived from PHP internal classes |
| #9250 | No Feedback | Bug | 1.3.1 | 2006-11-06 | --templatebase does not function as expected |
| #9365 | Bogus | Bug | 1.3.1 | 2006-11-17 | .spec file incorrectly references the file package2.xml instead of package.xml |
| #9366 | Closed | Bug | 1.3.1 | 2006-11-17 | Last line with comment in <code> disappears |
| #9619 | No Feedback | Bug | 1.3.1 | 2006-12-14 | E_WARNING: strpos(): Empty delimiter |
| #9673 | Closed | Bug | 1.3.1 | 2006-12-21 | potential major security issue |
| #9915 | Closed | Bug | 1.3.1 | 2007-01-22 | PHP Notice in PDF Converter |
| #9937 | Closed | Bug | 1.3.1 | 2007-01-24 | Security Exploit CVE-2005-4593 |
| #10266 | Closed | Bug | CVS | 2007-03-05 | List in @todo tags not processed correctly |
| #10289 | Closed | Bug | 1.3.1 | 2007-03-06 | Hangs at "Converting tutorials" |
| #10558 | Wont fix | Bug | CVS | 2007-03-29 | Extra Leading Space in Sourcode View |
| #10588 | Wont fix | Req | 1.3.1 | 2007-04-02 | Removable line numbers option |
| #10640 | Wont fix | Req | CVS | 2007-04-06 | split up converters into separate packages |
| #10670 | Closed | Req | 1.3.1 | 2007-04-09 | Don't Die on Empty Tag Descriptions |
| #10675 | Closed | Doc | 1.3.1 | 2007-04-09 | Clear some errors.html items |
| #10730 | Closed | Doc | 1.3.2 | 2007-04-15 | Replace Sourceforge Trackers with PEAR |
| #10750 | Wont fix | Req | 1.3.2 | 2007-04-16 | Better USES/USEDBY Sorting |
| #10864 | Closed | Bug | 1.4.0a1 | 2007-04-27 | PhpDocumentor dies when parsing illegal page-level docblock |
| #10870 | Closed | Bug | 1.4.0a1 | 2007-04-28 | Dead links generated with HTML:Smarty:Php |
| #10871 | Closed | Bug | 1.4.0a1 | 2007-04-28 | Wrong rendering of inline {@internal}} |
| #10909 | Closed | Bug | 1.3.2 | 2007-05-02 | PHP Notice in PDF Converter line 210 |
| #10910 | Closed | Bug | 1.3.2 | 2007-05-02 | DOM templates create incorrect trees |
| #10914 | Closed | Doc | 1.4.0a1 | 2007-05-03 | Can't use nested tags inside <kbd> or <samp> |
| #10972 | Closed | Doc | 1.4.0a1 | 2007-05-07 | @method does not work |
| #10996 | Wont fix | Req | 1.4.0a1 | 2007-05-09 | @tests tag to show unit test coverage |
| #11032 | Closed | Doc | 1.4.0a1 | 2007-05-14 | param type1|type2 not documented |
| #11136 | Wont fix | Req | 1.3.2 | 2007-05-25 | @return should accept functions/methods/propertys |
| #11137 | Wont fix | Req | 1.3.2 | 2007-05-25 | @uses should differ between static and object |
| #11139 | No Feedback | Bug | 1.3.2 | 2007-05-25 | 'located in' link to wrong file if @package differs |
| #11143 | Closed | Doc | 1.4.0a1 | 2007-05-25 | Provide a Minimal Tutorial File Setup Example |
| #11409 | Closed | Bug | 1.4.0a2 | 2007-06-22 | PHP Notices accompany Global Never Found errors |
| #11503 | Wont fix | Req | CVS | 2007-07-02 | document direct output |
| #11540 | Wont fix | Bug | 1.4.0RC1 | 2007-07-06 | inline @static tag renders wrong result with XML:DocBook/peardoc2:default |
| #11543 | Closed | Bug | 1.3.2 | 2007-07-06 | empty @todo tags/comments shouldn't be included in TODO list |
| #11606 | Closed | Doc | irrelevant | 2007-07-14 | Documentation's links are broken |
| #11613 | Closed | Bug | 1.4.0RC2 | 2007-07-16 | -q flag is not honoured |
| #11617 | Closed | Bug | 2007-07-16 | API Documentation generated strange | |
| #11618 | Wont fix | Req | 1.4.0RC2 | 2007-07-16 | @uses privateMember should suppress itself when--parseprivate OFF |
| #11629 | Bogus | Bug | 1.4.0RC2 | 2007-07-17 | a test bug |
| #11654 | Closed | Bug | 1.4.0RC2 | 2007-07-20 | @static in DocBlock Template can cause PHP Notice |
| #11683 | Closed | Bug | 1.4.0 | 2007-07-25 | examples displayed using earthli style are not rendered properly |
| #11755 | Closed | Req | 1.4.0 | 2007-08-04 | Remove Unused DocBlock_Lexer and PHPT Tests |
| #11757 | Closed | Req | 1.4.0 | 2007-08-04 | Move PhpUnit Tests into new tests dir |
| #11787 | Closed | Bug | 1.4.0 | 2007-08-07 | ERROR: Nothing Parsed |
| #11788 | Closed | Bug | 1.4.0 | 2007-08-08 | Two failing unit tests |
| #11794 | Wont fix | Req | 1.4.0 | 2007-08-08 | Load config file from any path |
| #11799 | Wont fix | Req | 1.4.0 | 2007-08-08 | Config validity check |
| #11809 | Closed | Bug | 1.4.0 | 2007-08-09 | Incorrect @name usage causes fatal crash |
| #11833 | Wont fix | Req | 1.4.0 | 2007-08-13 | Config File Allow Commandline Overrides |
| #11847 | Wont fix | Req | 1.4.0 | 2007-08-15 | Add new HTML:Smarty:pearweb converter |
| #11943 | Wont fix | Req | 1.4.0 | 2007-08-30 | Utilize @assert tags when present for PhpUnit |
| #12094 | Bogus | Bug | 1.4.0 | 2007-09-21 | :: used in docblock <code> acts like @see |
| #12100 | Wont fix | Req | 1.4.0 | 2007-09-23 | Referring to inherited methods |
| #12121 | Closed | Bug | 1.4.0 | 2007-09-26 | phpdoc.bat cannot launch php.exe |
| #12128 | Duplicate | Req | 1.4.0 | 2007-09-27 | support encoding in templates |
| #12172 | Closed | Bug | 1.4.0 | 2007-10-02 | media files are not being copied |
| #12199 | Wont fix | Req | 1.4.0 | 2007-10-08 | specify return type for arrays |
| #12201 | Closed | Bug | 1.4.0 | 2007-10-08 | Misleading error message |
| #12203 | Wont fix | Bug | 1.4.0 | 2007-10-08 | Global-Datatype-Description adds extra '0' |
| #12211 | Closed | Doc | 1.4.0 | 2007-10-09 | @inheritdoc not working for child methods & variables |
| #12234 | Wont fix | Req | 1.4.0 | 2007-10-12 | support highlighting values like NULL, TRUE and FALSE |
| #12236 | Closed | Req | 1.4.0 | 2007-10-12 | Allow RIC files in all directory |
| #12360 | Wont fix | Bug | 1.4.0 | 2007-10-30 | wrong rendering of var arrays, if a key is an array |
| #12361 | Closed | Bug | 1.4.0 | 2007-10-30 | missing links to the filesource |
| #12459 | Closed | Doc | 1.4.0 | 2007-11-16 | @subpackage does not fix name conflicts |
| #12536 | Wont fix | Req | 1.4.0 | 2007-11-27 | The errors.html should be xml compliant |
| #12577 | Wont fix | Bug | 1.4.0 | 2007-12-02 | incorrect/incomplete license in package.xml |
| #12626 | Duplicate | Bug | 1.4.0 | 2007-12-06 | IO Class is causing doc render to make incorrect file copy path |
| #12699 | Closed | Bug | 1.4.1 | 2007-12-15 | makedocs.sh script needs a better install location |
| #12704 | Closed | Bug | 1.4.1 | 2007-12-16 | XML/Beautifier removed comment in XML Docbook peardoc2 converter template |
| #12733 | Closed | Bug | 1.4.1 | 2007-12-19 | Warning in error.html file with XML:DocBook:peardoc2 |
| #12764 | Closed | Doc | 1.4.1 | 2007-12-22 | Update INSTALL for web docbuilder |
| #12929 | Closed | Bug | 1.4.1 | 2008-01-18 | paramete 'ignore' oper mistake |
| #13351 | Wont fix | Req | 1.4.1 | 2008-03-08 | Bundled smarty needs security update |
| #13599 | Closed | Doc | 1.4.2 | 2008-04-05 | Third Gotcha on Bare Minimum Tutorial example |
| #13606 | Closed | Bug | 2008-04-05 | parameter name and description do not line up in generated docs | |
| #13653 | Closed | Bug | 1.4.2 | 2008-04-11 | Media file copy - copies incorrect file |
| #13671 | Duplicate | Bug | 1.4.2 | 2008-04-14 | Error with new template directory (outside the default template base) |
| #13744 | Wont fix | Req | 1.4.2 | 2008-04-22 | The class constants can't be refered by @see or @link etc. |
| #13745 | Wont fix | Req | 1.4.2 | 2008-04-22 | Improve Tokenizer Checking Code |
| #13800 | Closed | Bug | 1.4.2 | 2008-04-29 | Invalid tutorials tree generation |
| #14159 | Wont fix | Bug | 2008-06-17 | PhpDocumentor doesn't detect interfaces in @subpackage | |
| #14177 | No Feedback | Bug | 1.4.2 | 2008-06-18 | phpDocumnetor is including itself in final project |
| #14184 | Wont fix | Req | CVS | 2008-06-19 | document script termination |
| #14185 | Wont fix | Req | CVS | 2008-06-19 | docuemnt special meaning function |
| #14191 | Closed | Bug | CVS | 2008-06-19 | earthli template contains bad HTML |
| #14201 | Closed | Bug | 1.4.2 | 2008-06-20 | templatebase not working as intended |
| #14244 | Wont fix | Req | 1.4.2 | 2008-06-26 | make warning about missing class package optional |
| #14305 | Wont fix | Bug | 1.4.2 | 2008-07-07 | Missing/incomplete result for XML DocBook renderer and @return tag |
| #14312 | Closed | Doc | 1.4.2 | 2008-07-08 | @param tag with additional arguments doesn't work as expected |
| #14461 | Closed | Doc | 1.4.2 | 2008-08-06 | Data Type Confusion for Some Tags |
| #14472 | Closed | Bug | 1.4.2 | 2008-08-07 | Incorrect line numbers with heredoc |
| #14580 | Wont fix | Req | 1.4.2 | 2008-08-30 | Support for documenting Javascript Files |
| #14640 | Closed | Bug | 1.4.2 | 2008-09-12 | class witch extending DOMDocument |
| #14981 | Wont fix | Req | 2008-11-10 | "Documentation for the latest release" link for php_parser is broken | |
| #15004 | Wont fix | Bug | CVS | 2008-11-12 | Parse error in tests |
| #15109 | Wont fix | Req | 2008-11-21 | Mutliple @var tags not allowed | |
| #15267 | Bogus | Bug | 2008-12-07 | Not a class | |
| #15517 | Closed | Bug | 1.4.2 | 2009-01-05 | Wrong table of contents in tutorials |
| #15580 | Closed | Req | 2009-01-09 | Add link back from api document to pear website or package website | |
| #16210 | Wont fix | Req | 1.4.2 | 2009-05-09 | DocBlocks interfere with code folding |
| #16223 | Wont fix | Req | 1.4.2 | 2009-05-13 | Support for fluent / chain methods in PHPDoc. |
| #16270 | Wont fix | Req | 1.4.2 | 2009-05-29 | <code> should generate inline, not block HTML |
| #16279 | Closed | Bug | 1.4.0 | 2009-06-02 | Type Hints in Function Signature Cause Loss of @param type |
| #16333 | Wont fix | Req | Unknown | 2009-06-16 | @var tag documentation should be formatted better |
| #16431 | Closed | Bug | 1.4.2 | 2009-07-12 | Warning: get_class() expects parameter 1 to be object, string given |
| #16441 | Closed | Bug | 1.4.2 | 2009-07-15 | Parse error when parsing <<foo>> |
| #16446 | Closed | Bug | 1.4.2 | 2009-07-17 | Use of split() causes E_DEPRECATED warnings |
| #16542 | Wont fix | Bug | 1.4.2 | 2009-08-20 | Very random " duplicate class element " Error |
| #16546 | Closed | Bug | 1.4.2 | 2009-08-23 | Default parser uses php 4.0 standards |
| #16622 | Duplicate | Bug | 1.4.3 | 2009-09-17 | Undefined property: HTMLframesConverter::$class_data |
| #16784 | Closed | Bug | 1.4.3 | 2009-11-13 | CHM: files are duplicated in the [FILES] section of the project file. |
| #16825 | Closed | Bug | 1.4.3 | 2009-11-23 | Templates Point to Nonexistent Image Files |
| #16826 | Closed | Bug | 1.4.3 | 2009-11-23 | Unused media folder and files exist |
| #17011 | Wont fix | Req | 1.4.3 | 2010-01-18 | Add option to ignore missing parent class |
| #17124 | No Feedback | Req | 1.4.3 | 2010-02-17 | validation of documentation, instead of HTML rendering |
| #17176 | Wont fix | Req | 1.4.3 | 2010-03-01 | phpdoc doesn't understand namespaces |
| #17187 | Wont fix | Bug | 1.4.3 | 2010-03-03 | Long arrays as properties don't wrap |
| #17200 | Wont fix | Bug | 1.4.3 | 2010-03-06 | Several Errors during execution. |
| #17213 | Bogus | Doc | 1.4.3 | 2010-03-11 | Copying images/css problem - cutting last letter file extension |
| #17340 | Wont fix | Bug | 1.4.3 | 2010-04-24 | Bad Links From Class To File In Subpackages |
| #17341 | Duplicate | Bug | 1.4.3 | 2010-04-24 | Bad Links From Class To File In Subpackages |
| #17342 | No Feedback | Bug | 1.4.3 | 2010-04-25 | Default Frame Template Contains Broken Image Refs |
| #17346 | No Feedback | Bug | Unknown | 2010-04-26 | PHPDoc doesnot parse out the description in a class |
| #17347 | Bogus | Doc | 1.4.3 | 2010-04-26 | 500 Status in documentation for @var |
| #17395 | Closed | Bug | 1.4.3 | 2010-05-13 | Fatal Error when trying to run document |
| #17538 | Wont fix | Req | 1.4.3 | 2010-06-30 | Multiple signatures for function/method |
| #17690 | Wont fix | Bug | SVN | 2010-08-10 | Patch: deprecation of set_magic_quotes_runtime |
| #17807 | Wont fix | Req | 1.4.3 | 2010-08-24 | Erroneous message "duplicate class element" when using static keyword |
| #17906 | Closed | Req | 1.4.3 | 2010-09-29 | Please, consider realising 'Plain.php' file under PHP 3.01 license |
| #18058 | Closed | Bug | 1.4.3 | 2010-11-15 | Patch: fix some notices (which may cause a crash of other tools) |
| #18100 | Closed | Bug | 1.4.3 | 2010-12-07 | phpdocu-general@sourceforge.net bounces |
| #18220 | Closed | Bug | 1.4.3 | 2011-01-25 | Truncated filenames in Converter files |
| #18223 | Wont fix | Bug | 1.4.3 | 2011-01-27 | --directory doesn't recognise all valid path formats |
| #18416 | Wont fix | Req | 1.4.3 | 2011-03-31 | Type hinting fails for pre-defined classes |
| #18470 | Wont fix | Req | 1.4.3 | 2011-04-21 | Allow for 'long' open/close docblock lines |
| #18782 | Closed | Bug | SVN | 2011-09-03 | class tree generation mistake |
| #18870 | Closed | Bug | SVN | 2011-09-25 | Class tree wont shows implemented interfaces if class has no childs |
| #18871 | Closed | Bug | SVN | 2011-09-25 | Class tree wont shows internal PHP interfaces |
| #18872 | Closed | Bug | SVN | 2011-09-25 | Class tree puts comma uncorrectly in interfaces list |
| #19017 | Closed | Bug | SVN | 2011-11-14 | remove error_reporting (for PEAR QA team) |
| #19047 | Wont fix | Bug | 1.4.3 | 2011-11-15 | heredoc and nowdoc in code block stops highlighting |
| #19059 | Wont fix | Bug | 1.4.3 | 2011-11-19 | phpDocumentor doesn't parse <pre> tags |
| #19197 | Closed | Bug | 1.4.4 | 2012-01-05 | Fatal Error on building documentation |
| #19242 | Closed | Req | 1.4.4 | 2012-01-23 | Allow images in tutorials |
| #19243 | Closed | Bug | 1.4.4 | 2012-01-23 | Tutorials are not honoring ordered vs unordered lists |
| #19244 | Wont fix | Bug | 1.4.4 | 2012-01-23 | Reference (&) in method signature throws off argument parsing |
| #19245 | Wont fix | Req | 1.4.4 | 2012-01-23 | Allow explicit @access tags to override actual code keywords |
| #19391 | Wont fix | Bug | 1.4.4 | 2012-04-20 | frames converter died when generating left index w/ tutorials |
| #19410 | Closed | Bug | SVN | 2012-05-06 | Sourcecode Option does not work |
| #20024 | Wont fix | Bug | 1.5.0a1 | 2013-07-26 | Undefined property DocBlockTags.inc on line 1356 |
| #20271 | Bogus | Doc | 1.4.4 | 2014-05-10 | Occurs many errors on documentation |
| #21102 | Wont fix | Bug | 1.5.0a1 | 2016-08-18 | not compatible with PHP7 |
| #21234 | Open | Bug | 1.4.4 | 2017-08-02 | Strict standard violations |