edink Tue Aug 16 07:35:48 2005 EDT Modified files: (Branch: PHP_5_1) /php-src/pear go-pear-list.php Log: Rebundle XML_RPC in the correct version for the Windows distro. http://cvs.php.net/diff.php/php-src/pear/go-pear-list.php?r1=1.15.2.1&r2=1.15.2.2&ty=u Index: php-src/pear/go-pear-list.php diff -u php-src/pear/go-pear-list.php:1.15.2.1 php-src/pear/go-pear-list.php:1.15.2.2 --- php-src/pear/go-pear-list.php:1.15.2.1 Thu Aug 11 12:43:25 2005 +++ php-src/pear/go-pear-list.php Tue Aug 16 07:35:45 2005 @@ -3,11 +3,12 @@ * 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.1 2005/08/11 16:43:25 rasmus Exp $ + * $Id: go-pear-list.php,v 1.15.2.2 2005/08/16 11:35:45 edink Exp $ */ $packages = array( // required packages for the installer "PEAR" => "1.3.5", +"XML_RPC" => "1.4.0", "Console_Getopt" => "1.2", "Archive_Tar" => "1.3.1",
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php