On Fri, Sep 11, 2009 at 15:00, Moacir de Oliveira <moacirdeoliveira....@gmail.com> wrote: > To install for the first time: > If you are still using an old PEAR version you have to discover the channel > first by running: > pear channel-discover doc.php.net > > If you have a recent PEAR version (1.7.0 or higher) you can skip the > discover step.
Actually, since PhD 0.9.0 requres PHP 5.3 you must use PEAR 1.8.0 or higher. That means you no longer need to "channel-discover" anymore as PEAR has the channel built-in. > To install: > pear install doc.php.net/phd-beta > > And you can install packages: > pear install doc.php.net/PhD_PHP-beta > pear install doc.php.net/PhD_PEAR-beta To list all available packages: pear remote-list -c doc.php.net We are planning on making one more bugfix release from the 0.4 series which contains couple of bugfixes. Note that the php.net documentations still use PhD 0.4.x, but the test mirror (docs.php.net) is running builds from 0.9. Likewise, the pear.php.net docs are still using PhD 0.4.x, but the test mrror (test.pear.php.net) is running PhD 0.9 builds. The goal with this release is to finalize the internal API, and fix any and all regressions since 0.4, so we can release PhD 1.0.0-stable in few weeks. -Hannes