cellog Mon Aug 22 18:04:18 2005 EDT
Modified files: (Branch: PHP_5_0)
/php-src/pear/PEAR Remote.php
Log:
sync with PEAR 1.3.6
http://cvs.php.net/diff.php/php-src/pear/PEAR/Remote.php?r1=1.50&r2=1.50.2.1&ty=u
Index: php-src/pear/PEAR/Remote.php
diff -u php-src/pear/PEAR/Remote.php:1.50 php-src/pear/PEAR/Remote.php:1.50.2.1
--- php-src/pear/PEAR/Remote.php:1.50 Tue Jun 8 14:03:46 2004
+++ php-src/pear/PEAR/Remote.php Mon Aug 22 18:04:18 2005
@@ -16,7 +16,7 @@
// | Author: Stig Bakken <[EMAIL PROTECTED]>
|
// +----------------------------------------------------------------------+
//
-// $Id: Remote.php,v 1.50 2004/06/08 18:03:46 cellog Exp $
+// $Id: Remote.php,v 1.50.2.1 2005/08/22 22:04:18 cellog Exp $
require_once 'PEAR.php';
require_once 'PEAR/Config.php';
@@ -115,10 +115,10 @@
$this->saveCache($_args, $result);
};
return $result;
- }
- if ([EMAIL PROTECTED]("XML/RPC.php")) {
+ } elseif ([EMAIL PROTECTED]("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');
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php