]> granicus.if.org Git - php/commitdiff
* be nice to PEAR_Common::detectDepdencencies()
authorStig Bakken <ssb@php.net>
Sun, 26 May 2002 12:52:16 +0000 (12:52 +0000)
committerStig Bakken <ssb@php.net>
Sun, 26 May 2002 12:52:16 +0000 (12:52 +0000)
pear/PEAR/Remote.php

index e63b1abab56032a34f8f0e2546d7f77403462ed0..43a5af8618d41d21471eae7c95e0537c6b71554a 100644 (file)
@@ -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":