summaryrefslogtreecommitdiff
path: root/pear/PEAR
diff options
context:
space:
mode:
authorGreg Beaver <cellog@php.net>2003-12-06 06:06:50 +0000
committerGreg Beaver <cellog@php.net>2003-12-06 06:06:50 +0000
commit33aa36fb8db7a86a5a5090b96527bce2bef76e5e (patch)
tree00c370280fdf439c3b6c8e676af0c39ce44fe315 /pear/PEAR
parentc46abac9bd116fabe4e295352a08ef83ab6da587 (diff)
downloadphp-git-33aa36fb8db7a86a5a5090b96527bce2bef76e5e.tar.gz
add todo for known issue that isn't yet critical but will be
Diffstat (limited to 'pear/PEAR')
-rw-r--r--pear/PEAR/Downloader.php2
1 files changed, 2 insertions, 0 deletions
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)
{