diff options
author | Stig Bakken <ssb@php.net> | 2002-05-21 07:16:35 +0000 |
---|---|---|
committer | Stig Bakken <ssb@php.net> | 2002-05-21 07:16:35 +0000 |
commit | 86a043d2505d2b1aab50f9f203367b448d7734ba (patch) | |
tree | 833b60ac1bbff802beeb4e0712b4e0bdd5918e4c | |
parent | ae6b6359d7c6af6a1a180b88e1e3c4f30dd4f66c (diff) | |
download | php-git-86a043d2505d2b1aab50f9f203367b448d7734ba.tar.gz |
* add TODO comment
-rw-r--r-- | pear/PEAR/Installer.php | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/pear/PEAR/Installer.php b/pear/PEAR/Installer.php index ac79f5365a..1426097bba 100644 --- a/pear/PEAR/Installer.php +++ b/pear/PEAR/Installer.php @@ -23,6 +23,10 @@ require_once 'PEAR/Common.php'; require_once 'PEAR/Registry.php'; require_once 'PEAR/Dependency.php'; +// TODO: +// * files that are not installed should be removed from the +// registered file list. + /** * Administration class used to install PEAR packages and maintain the * installed package database. |