From: Pierre Joye Date: Fri, 25 Aug 2006 13:37:10 +0000 (+0000) Subject: - updated list X-Git-Tag: php-4.4.5RC1~79 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=22caa9380646646525c07a77096997e455dd59fe;p=php - updated list --- diff --git a/pear/go-pear-list.php b/pear/go-pear-list.php index 072e56e606..3f0c713dde 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.6", -"XML_RPC" => "1.4.0", +"PEAR" => "1.4.11", +"XML_RPC" => "1.4.8", "Console_Getopt" => "1.2", "Archive_Tar" => "1.3.1", // required packages for the web frontend -"PEAR_Frontend_Web" => "0.4", -"HTML_Template_IT" => "1.1", +"PEAR_Frontend_Web" => "0.5.1", +"HTML_Template_IT" => "1.1.4", "Net_UserAgent_Detect" => "2.0.1", );