From: Stig Bakken Date: Tue, 21 May 2002 07:16:35 +0000 (+0000) Subject: * add TODO comment X-Git-Tag: RELEASE_0_10~57 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=86a043d2505d2b1aab50f9f203367b448d7734ba;p=php * add TODO comment --- 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.