On Sat, Dec 20, 2008 at 13:32, Laurent Laville <p...@laurent-laville.org> wrote: > Hannes Magnusson a écrit : >> >> PhD 0.4.2 has been rolled out \o/ >> > > > Hello, > > I've already said it to Christian, but it seems that it was missed again > with the new release. > > For next one don't forget to add a PEAR dependency to package > Console_CommandLine that is used by the configure.php script.
PEAR doesn't support platform and PHP version dependent dependencies. PEAR::Console_CommandLine is completely useless for anyone not running PHP pre-5.3 on Windows. If you have PEAR::Console_CommandLine installed, and are using Windows running PHP 5.2 it will automatically be included. -Hannes