From: Greg Beaver Date: Sat, 6 Dec 2003 06:06:50 +0000 (+0000) Subject: add todo for known issue that isn't yet critical but will be X-Git-Tag: php-5.0.0b3RC1~263 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=33aa36fb8db7a86a5a5090b96527bce2bef76e5e;p=php add todo for known issue that isn't yet critical but will be --- diff --git a/pear/PEAR/Downloader.php b/pear/PEAR/Downloader.php index 23a91f6589..46527e5c12 100644 --- a/pear/PEAR/Downloader.php +++ b/pear/PEAR/Downloader.php @@ -495,6 +495,8 @@ class PEAR_Downloader extends PEAR_Common * @param array packages that will be installed in this iteration * @return false|string|PEAR_Error * @access private + * @todo Add test for relation 'lt'/'le' -> make sure that the dependency requested is + * in fact lower than the required value. This will be very important for BC dependencies */ function _processDependency($package, $info, $mywillinstall) {