summaryrefslogtreecommitdiff
path: root/pear/go-pear-list.php
diff options
context:
space:
mode:
authorGreg Beaver <cellog@php.net>2005-08-17 21:30:46 +0000
committerGreg Beaver <cellog@php.net>2005-08-17 21:30:46 +0000
commit1dd48ca03941b8fd50221f7b02424e8db384fb21 (patch)
tree5d39a348b9eb1e6ea8e95f1e369c028abd2c043b /pear/go-pear-list.php
parentf286018dd03899cfc400003906bec51bbfc03c7f (diff)
downloadphp-git-1dd48ca03941b8fd50221f7b02424e8db384fb21.tar.gz
re-enable XML_RPC 1.4.0
Diffstat (limited to 'pear/go-pear-list.php')
-rwxr-xr-xpear/go-pear-list.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/pear/go-pear-list.php b/pear/go-pear-list.php
index 49635f1097..3befd0f1fd 100755
--- a/pear/go-pear-list.php
+++ b/pear/go-pear-list.php
@@ -7,10 +7,10 @@
*/
$packages = array(
// required packages for the installer
-"PEAR" => "1.3.5",
+"PEAR" => "1.3.6",
"XML_RPC" => "1.4.0",
"Console_Getopt" => "1.2",
-"Archive_Tar" => "1.3.1",
+"Archive_Tar" => "1.3.2",
// required packages for the web frontend
"PEAR_Frontend_Web" => "0.4",