summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTomas V.V.Cox <cox@php.net>2002-05-23 20:42:33 +0000
committerTomas V.V.Cox <cox@php.net>2002-05-23 20:42:33 +0000
commit6ec69deaf6b8a1d4bf05aa0e0b65c176a890ae39 (patch)
tree3ca32ce582816a792c8a95e1f3a9207354ccb3ea
parent5ab1f810b902fbeccaf0078d05d63ede08f4243a (diff)
downloadphp-git-6ec69deaf6b8a1d4bf05aa0e0b65c176a890ae39.tar.gz
TODO++
Check dependencies break on package uninstall (when no force given)
-rw-r--r--pear/PEAR/Installer.php3
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>
*/