Hi all, We would like to announce that PhD 1.0.1 is available.
Improvements: - PhD now searches the include-path for custom package classes (Paul M. Jones) - Unix Manual Pages for PHP Predefined Variables (Hannes) - Added Generic Unix Manual pages output format (Hannes) - Added support for <sidebar> (Richard Quadling) - Added the Persian language for CHM builds (Philip) New Options: -S, --saveconfig: Option to generate a config file to load (Hannes) -e, --ext: Option to specify filename extension (Paul M. Jones) -t, --notoc: Option to not re-create the cached table of contents of PHP Package (Phillip) Bug Fixes: - Fixed bug #50666 - Missing entries in table (man pages) (Hannes) - Fixed bug #51301 - Wrong escape sequence (man pages) (Hannes) - Fixed bug #51346 - Extra whitespace when using <type> and plural (Daniel Egeberg) - Fixed bug #51514 - Added tr, th and td mappings (Patch provided by Paul M Jones) (Richard Quadling) - Fixed bug #51750 - Add ()'s when rendering methodname elements (Hannes) - Fixed bug #51833 - Multiple paragraphs in notes render incorrectly (Daniel Egeberg) - Fixed encoding problems with the function iconv() in the CHM format (Moacir) - Fixed the --lang option that was creating an infinite recursion (Moacir) The complete list of release notes: http://doc.php.net/phd/ Installation: To install PhD run: $ pear install doc.php.net/phd <http://doc.php.net/phd-beta> To see all available packages run: $ pear remote-list -c doc.php.net and then install all packages you want: $ pear install doc.php.net/<package> To install everything: $ pear install --alldeps doc.php.net/phd <http://doc.php.net/phd-beta> For PhD Documentation take a look at: http://doc.php.net/phd/docs --Moacir de Oliveira