pajoye Fri Aug 25 13:37:10 2006 UTC Modified files: (Branch: PHP_4_4) /php-src/pear go-pear-list.php Log: - updated list http://cvs.php.net/viewvc.cgi/php-src/pear/go-pear-list.php?r1=1.12.2.3.2.5&r2=1.12.2.3.2.6&diff_format=u Index: php-src/pear/go-pear-list.php diff -u php-src/pear/go-pear-list.php:1.12.2.3.2.5 php-src/pear/go-pear-list.php:1.12.2.3.2.6 --- php-src/pear/go-pear-list.php:1.12.2.3.2.5 Fri Aug 18 12:44:27 2006 +++ php-src/pear/go-pear-list.php Fri Aug 25 13:37:10 2006 @@ -3,17 +3,17 @@ * that will be used to create the PEAR folder * in the windows snapshot. * See win32/build/mkdist.php for more details - * $Id: go-pear-list.php,v 1.12.2.3.2.5 2006/08/18 12:44:27 pajoye Exp $ + * $Id: go-pear-list.php,v 1.12.2.3.2.6 2006/08/25 13:37:10 pajoye Exp $ */ $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", );
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php