From: Tomas V.V.Cox Date: Thu, 23 May 2002 20:42:33 +0000 (+0000) Subject: TODO++ X-Git-Tag: RELEASE_0_10~27 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6ec69deaf6b8a1d4bf05aa0e0b65c176a890ae39;p=php TODO++ Check dependencies break on package uninstall (when no force given) --- diff --git a/pear/PEAR/Installer.php b/pear/PEAR/Installer.php index 86bf72f44e..8748a1f588 100644 --- a/pear/PEAR/Installer.php +++ b/pear/PEAR/Installer.php @@ -27,6 +27,9 @@ require_once 'PEAR/Dependency.php'; * Administration class used to install PEAR packages and maintain the * installed package database. * + * TODO: + * - Check dependencies break on package uninstall (when no force given) + * * @since PHP 4.0.2 * @author Stig Bakken */