From 1dd48ca03941b8fd50221f7b02424e8db384fb21 Mon Sep 17 00:00:00 2001 From: Greg Beaver Date: Wed, 17 Aug 2005 21:30:46 +0000 Subject: re-enable XML_RPC 1.4.0 --- pear/PEAR/Remote.php | 4 ++-- pear/go-pear-list.php | 4 ++-- pear/package-PEAR.xml | 24 +++++++++++++++++------- 3 files changed, 21 insertions(+), 11 deletions(-) (limited to 'pear') diff --git a/pear/PEAR/Remote.php b/pear/PEAR/Remote.php index 1da25f0815..8becb4e70f 100644 --- a/pear/PEAR/Remote.php +++ b/pear/PEAR/Remote.php @@ -115,9 +115,9 @@ class PEAR_Remote extends PEAR $this->saveCache($_args, $result); }; return $result; - } else { - return $this->raiseError("For this remote PEAR operation you need to load the xmlrpc extension"); } + if (!@include_once("XML/RPC.php")) { + return $this->raiseError("For this remote PEAR operation you need to install the XML_RPC package"); array_shift($args); $server_host = $this->config->get('master_server'); $username = $this->config->get('username'); 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", diff --git a/pear/package-PEAR.xml b/pear/package-PEAR.xml index 5d4e292b50..ce5e1515d0 100644 --- a/pear/package-PEAR.xml +++ b/pear/package-PEAR.xml @@ -19,7 +19,7 @@ ssb lead - Stig Sæther Bakken + Stig Bakken stig@php.net @@ -48,14 +48,12 @@ - 1.3.5 - 2005-02-18 + 1.3.6 + 2005-08-16 stable PHP License - * fix Bug #3505: pecl can't install PDO - * enhance pear run-tests dramatically - * fix Bug #3506: pear install should export the pear version into the environment + * Bump XML_RPC dependency to 1.4.0 @@ -124,12 +122,24 @@ Archive_Tar Console_Getopt - xmlrpc + XML_RPC xml pcre + xmlrpc + + 1.3.5 + 2005-02-18 + stable + PHP License + + * fix Bug #3505: pecl can't install PDO + * enhance pear run-tests dramatically + * fix Bug #3506: pear install should export the pear version into the environment + + 1.3.1 2004-04-06 -- cgit v1.2.1