cellog Mon Aug 22 17:51:19 2005 EDT Modified files: (Branch: PHP_5_1) /php-src/pear go-pear-list.php Log: move Archive_Tar 1.3.2 => 1.3.1 1.3.2 does not exist http://cvs.php.net/diff.php/php-src/pear/go-pear-list.php?r1=1.15.2.3&r2=1.15.2.4&ty=u Index: php-src/pear/go-pear-list.php diff -u php-src/pear/go-pear-list.php:1.15.2.3 php-src/pear/go-pear-list.php:1.15.2.4 --- php-src/pear/go-pear-list.php:1.15.2.3 Wed Aug 17 17:30:46 2005 +++ php-src/pear/go-pear-list.php Mon Aug 22 17:51:15 2005 @@ -3,14 +3,14 @@ * 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.15.2.3 2005/08/17 21:30:46 cellog Exp $ + * $Id: go-pear-list.php,v 1.15.2.4 2005/08/22 21:51:15 cellog Exp $ */ $packages = array( // required packages for the installer "PEAR" => "1.3.6", "XML_RPC" => "1.4.0", "Console_Getopt" => "1.2", -"Archive_Tar" => "1.3.2", +"Archive_Tar" => "1.3.1", // required packages for the web frontend "PEAR_Frontend_Web" => "0.4",
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php