diff options
author | Mark A. Hershberger <mah@debian.(none)> | 2009-03-25 00:34:37 -0400 |
---|---|---|
committer | Mark A. Hershberger <mah@debian.(none)> | 2009-03-25 00:34:37 -0400 |
commit | 10f5b47dc7c1cf2b9a00991629f43652710322d3 (patch) | |
tree | 3b727a16f652b8042d573e90f003868ffb3b56c7 /pear/go-pear-list.php | |
parent | 0e920280a2e04b110827bb766b9f29e3d581c4ee (diff) | |
download | php-upstream/5.0.5.tar.gz |
Imported Upstream version 5.0.5upstream/5.0.5
Diffstat (limited to 'pear/go-pear-list.php')
-rwxr-xr-x | pear/go-pear-list.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/pear/go-pear-list.php b/pear/go-pear-list.php index 50a81b707..10ebbd0b9 100755 --- a/pear/go-pear-list.php +++ b/pear/go-pear-list.php @@ -3,12 +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.9.2.4 2005/03/18 01:59:00 cellog Exp $ + * $Id: go-pear-list.php,v 1.9.2.7 2005/08/22 16:12:17 cellog Exp $ */ $packages = array( // required packages for the installer -"PEAR" => "1.3.5", -"XML_RPC" => "1.2.2", +"PEAR" => "1.3.6", +"XML_RPC" => "1.4.0", "Console_Getopt" => "1.2", "Archive_Tar" => "1.3.1", |