diff options
author | Tomas V.V.Cox <cox@php.net> | 2002-05-23 20:42:33 +0000 |
---|---|---|
committer | Tomas V.V.Cox <cox@php.net> | 2002-05-23 20:42:33 +0000 |
commit | 6ec69deaf6b8a1d4bf05aa0e0b65c176a890ae39 (patch) | |
tree | 3ca32ce582816a792c8a95e1f3a9207354ccb3ea | |
parent | 5ab1f810b902fbeccaf0078d05d63ede08f4243a (diff) | |
download | php-git-6ec69deaf6b8a1d4bf05aa0e0b65c176a890ae39.tar.gz |
TODO++
Check dependencies break on package uninstall (when no force given)
-rw-r--r-- | pear/PEAR/Installer.php | 3 |
1 files changed, 3 insertions, 0 deletions
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 <ssb@fast.no> */ |