From: Greg Beaver Date: Fri, 9 Apr 2004 01:12:41 +0000 (+0000) Subject: as per PEAR-Core discussion, remove all but absolutely essential X-Git-Tag: php-5.0.0RC2RC1~33 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=dfa4a5d9277a381d64f16588ec1bba67dfcd505b;p=php as per PEAR-Core discussion, remove all but absolutely essential packages for the installer, and for PEAR_Frontend_Web --- diff --git a/pear/go-pear-list.php b/pear/go-pear-list.php index 2a5ef15a5d..e9e9025e4d 100755 --- a/pear/go-pear-list.php +++ b/pear/go-pear-list.php @@ -6,21 +6,17 @@ * $Id$ */ $packages = array( +// required packages for the installer "PEAR" => "1.3.1", -"Mail" => "1.1.3", -"Net_SMTP" => "1.2.5", -"Net_Socket" => "1.0.1", -"PHPUnit2" => "2.0.0beta1", +"XML_RPC" => "1.1.0", "Console_Getopt" => "1.2", -"DB" => "1.6.2", -"HTTP" => "1.2.3", "Archive_Tar" => "1.1", + +// required packages for the web frontend +"PEAR_Frontend_Web" => "0.3" "Pager" => "1.0.8", "HTML_Template_IT" => "1.1", -"XML_Parser" => "1.0.1", -"XML_RPC" => "1.1.0", "Net_UserAgent_Detect" => "1.0", -"PEAR_Frontend_Web" => "0.3" ); ?>