mirror of
https://github.com/php/php-src.git
synced 2024-11-28 20:34:29 +08:00
* be nice to PEAR_Common::detectDepdencencies()
This commit is contained in:
parent
e71d497bef
commit
d6881ebba1
@ -24,6 +24,10 @@ require_once 'PEAR/Config.php';
|
|||||||
/**
|
/**
|
||||||
* This is a class for doing remote operations against the central
|
* This is a class for doing remote operations against the central
|
||||||
* PEAR database.
|
* PEAR database.
|
||||||
|
*
|
||||||
|
* @nodep XML_RPC_Value
|
||||||
|
* @nodep XML_RPC_Message
|
||||||
|
* @nodep XML_RPC_Client
|
||||||
*/
|
*/
|
||||||
class PEAR_Remote extends PEAR
|
class PEAR_Remote extends PEAR
|
||||||
{
|
{
|
||||||
@ -198,7 +202,7 @@ class PEAR_Remote extends PEAR
|
|||||||
global $XML_RPC_String, $XML_RPC_Array, $XML_RPC_Struct;
|
global $XML_RPC_String, $XML_RPC_Array, $XML_RPC_Struct;
|
||||||
|
|
||||||
$type = gettype($php_val);
|
$type = gettype($php_val);
|
||||||
$xmlrpcval = new XML_RPC_value;
|
$xmlrpcval = new XML_RPC_Value;
|
||||||
|
|
||||||
switch($type) {
|
switch($type) {
|
||||||
case "array":
|
case "array":
|
||||||
|
Loading…
Reference in New Issue
Block a user