From: Greg Beaver Date: Mon, 14 Mar 2005 23:57:07 +0000 (+0000) Subject: this needs updating X-Git-Tag: php-5.0.1b1~795 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=abb724a6b3e7c9f9d968026edd1b05309fbac413;p=php this needs updating --- diff --git a/pear/go-pear-list.php b/pear/go-pear-list.php index a410588302..24801dadde 100755 --- a/pear/go-pear-list.php +++ b/pear/go-pear-list.php @@ -8,14 +8,14 @@ $packages = array( // required packages for the installer "PEAR" => "1.3.5", -"XML_RPC" => "1.1.0", +"XML_RPC" => "1.2.2", "Console_Getopt" => "1.2", -"Archive_Tar" => "1.2", +"Archive_Tar" => "1.3.0", // required packages for the web frontend "PEAR_Frontend_Web" => "0.4", "HTML_Template_IT" => "1.1", -"Net_UserAgent_Detect" => "1.0", +"Net_UserAgent_Detect" => "2.0.1", ); ?>