Hi all!
PhD 0.3.1 has been rolled out \o/
To upgrade from previous releases:
pear upgrade doc.php.net/phd-beta
To install for the first time:
pear channel-discover doc.php.net
pear install doc.php.net/phd-beta
This release contains, among several bugfixes, a new output format,
PDF, which can render either a big fat standalone PDF file or chunked
per <book> (i.e. PHP extension).
Other new features in this release are automatic linking for
<varname>$variable</varname> and <classname>ClassName</classname> to
the variable/class reference pages.
Full changelog since 0.3.0:
- Added PDF output format. (Rudy)
- Added support for phpdoc:classref. (Hannes)
- Added support for phpdoc:varentry. (Hannes)
- Added support for the phpdoc howto. (Hannes)
- Renamed phpdoc:exception to phpdoc:exceptionref. (Hannes)
- Fixed bug#45627 (Unix manpages using non-standard folder name). (Rudy)
- Fixed bug#45626 (Unix manpages should be gzipped). (Rudy)
- Fixed bug#45618 (Bad filenames in man pages). (Rudy)
- Fixed unclosed div element on set pages. (Hannes)
For a full release history, see http://doc.php.net/phd/
-Hannes