Version 1.4 Fixed PHP notice when supplying both files and a file list, now reads both and concatinates them together (found by Stefano ) Fixed mis-naming of file_path option (found by Stefano ) Fixed error with not identifying whether a files path is relative or full, should no longer cause relative paths to not be found (found by Stefano ) Added subdirs option that causes PHPDoctor to also search all sub directories of the given file_path Added package names to class tree output and above page title (sugguested by Stefano ) Added exploding of package directories to subdirs when package name includes a slash or a dot Fixed automatically making private object member variables beginning with an underscore Fixed splitting of short description from long description, now the dot must be the last char of a word (fixes finding dot into inline link tags) Changed member variable handling, now handles multiple declarations on the same line applying the same doc comment to all vars Added support for default parameter and member variable values Moved warnings and error to standard error from standard out Tidied config directives Fixed error with URls in links to packages more than a single directory depth (thanks to Stefano ) Made all relative path/filename directives relative from the "file_path" location if given Added support for package comments Added "overview_comment" and "package_comment_dir" directives. Re-designed default template to look nearer to default Javadoc doclet (thanks to Stefano ). Version 1.3 Fixed error with program halting due to no files given although there is a file list Fixed PHP warnings when no author or version given in doc comment (found by Tomi ) Made object members beginning with an underscore automatically have private access Fixed preg_match_all() generating error in older versions of PHP due to PREG_OFFSET_CAPTURE flag Added config directive to hide private class members from being outputted Version 1.2 Fixed error generated when parent class or interface has not been parsed Fixed error where doc comments were not being parsed for abstract methods Added checking of @param tags for unknown parameters Fixed error getting path when calling PHP explicitly or running from out of directory (thanks to Gildas Noël ) Added class trees for each package Renamed output files to match Javadoc equivalents, and renamed various template files to match Added default template constant and made template file retrievals fall back to files in default template if not found Fixed problem with parsed strings, now ignores tokens from within parsed strings Version 1.1 Added support for PHP5 syntax Added support for @access tag for setting item access types in PHP4 code Fixed multifind constant/global summary error Improved speed of classTree function Updated processDocComment() to be more robust Fixed error tripping over complex variable parsing curly brace syntax Added verifying of link target and added @linkplain support Added support for packages using the @package tag Version 1 Initial version