mirror of
https://github.com/php/php-src.git
synced 2024-11-24 10:24:11 +08:00
add todo for known issue that isn't yet critical but will be
This commit is contained in:
parent
c46abac9bd
commit
33aa36fb8d
@ -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)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user