From: Greg Beaver Date: Sat, 6 Dec 2003 06:08:56 +0000 (+0000) Subject: update phpdoc comment X-Git-Tag: php-5.0.0b3RC1~262 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=61bd893e0d0742fec67d77226db29a909bd3b43a;p=php update phpdoc comment --- diff --git a/pear/PEAR/Installer.php b/pear/PEAR/Installer.php index 4e22964e64..fd0e9e6881 100644 --- a/pear/PEAR/Installer.php +++ b/pear/PEAR/Installer.php @@ -880,6 +880,8 @@ class PEAR_Installer extends PEAR_Downloader * @param array Command-line options. Possibilities include: * * - installroot: base installation dir, if not the default + * - nodeps: do not process dependencies of other packages to ensure + * uninstallation does not break things */ function uninstall($package, $options = array()) {