summaryrefslogtreecommitdiff
path: root/pear/PEAR/Remote.php
diff options
context:
space:
mode:
authorStig Bakken <ssb@php.net>2002-05-26 12:52:16 +0000
committerStig Bakken <ssb@php.net>2002-05-26 12:52:16 +0000
commitd6881ebba19420b6e9a2100c9fea06b0bb108b69 (patch)
treeeabf682f7b8b8983529c65d7cfcedf22d9e4c23c /pear/PEAR/Remote.php
parente71d497bef5728ebdd76376b0f0c307812bc4ff2 (diff)
downloadphp-git-d6881ebba19420b6e9a2100c9fea06b0bb108b69.tar.gz
* be nice to PEAR_Common::detectDepdencencies()
Diffstat (limited to 'pear/PEAR/Remote.php')
-rw-r--r--pear/PEAR/Remote.php6
1 files changed, 5 insertions, 1 deletions
diff --git a/pear/PEAR/Remote.php b/pear/PEAR/Remote.php
index e63b1abab5..43a5af8618 100644
--- a/pear/PEAR/Remote.php
+++ b/pear/PEAR/Remote.php
@@ -24,6 +24,10 @@ require_once 'PEAR/Config.php';
/**
* This is a class for doing remote operations against the central
* PEAR database.
+ *
+ * @nodep XML_RPC_Value
+ * @nodep XML_RPC_Message
+ * @nodep XML_RPC_Client
*/
class PEAR_Remote extends PEAR
{
@@ -198,7 +202,7 @@ class PEAR_Remote extends PEAR
global $XML_RPC_String, $XML_RPC_Array, $XML_RPC_Struct;
$type = gettype($php_val);
- $xmlrpcval = new XML_RPC_value;
+ $xmlrpcval = new XML_RPC_Value;
switch($type) {
case "array":