On Sat, Dec 20, 2008 at 13:56, Laurent Laville <p...@laurent-laville.org> wrote: > Hannes Magnusson a écrit : >> >> 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. >> > > I don't agree at 100% with you Hannes. > Even if full condition is not true (as you said), at least > PEAR_PackageFileManager (PFM) support the platform condition.
Sure, I know package.xml support platform dependent dependencies, but it cannot be combined with PHP version check. Requiring additional package for those who do not need it seem weird. Would it be possible to add optional dependency for specific platform? That would at least give Windows users an indication that they may need the package before they try running PhD. -Hannes