From: Greg Beaver Date: Mon, 25 Oct 2004 17:06:12 +0000 (+0000) Subject: update for PEAR 1.3.2 X-Git-Tag: php-5.0.3RC1~128 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=cd067e641a4ec67ae94c3a140465472983d521f1;p=php update for PEAR 1.3.2 --- diff --git a/pear/go-pear-list.php b/pear/go-pear-list.php index e2a3788174..d63c552545 100755 --- a/pear/go-pear-list.php +++ b/pear/go-pear-list.php @@ -7,13 +7,13 @@ */ $packages = array( // required packages for the installer -"PEAR" => "1.3.1", +"PEAR" => "1.3.2", "XML_RPC" => "1.1.0", "Console_Getopt" => "1.2", "Archive_Tar" => "1.2", // required packages for the web frontend -"PEAR_Frontend_Web" => "0.4" +"PEAR_Frontend_Web" => "0.4", "HTML_Template_IT" => "1.1", "Net_UserAgent_Detect" => "1.0", );