cellog          Mon Aug 22 18:09:54 2005 EDT

  Modified files:              (Branch: PHP_5_1)
    /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.4.3&r2=1.50.4.4&ty=u
Index: php-src/pear/PEAR/Remote.php
diff -u php-src/pear/PEAR/Remote.php:1.50.4.3 
php-src/pear/PEAR/Remote.php:1.50.4.4
--- php-src/pear/PEAR/Remote.php:1.50.4.3       Thu Aug 18 17:29:28 2005
+++ php-src/pear/PEAR/Remote.php        Mon Aug 22 18:09:54 2005
@@ -16,7 +16,7 @@
 // | Author: Stig Bakken <[EMAIL PROTECTED]>                                   
 |
 // +----------------------------------------------------------------------+
 //
-// $Id: Remote.php,v 1.50.4.3 2005/08/18 21:29:28 pajoye Exp $
+// $Id: Remote.php,v 1.50.4.4 2005/08/22 22:09:54 cellog Exp $
 
 require_once 'PEAR.php';
 require_once 'PEAR/Config.php';
@@ -115,8 +115,8 @@
                 $this->saveCache($_args, $result);
             };
             return $result;
-        } else {
-            return $this->raiseError("For this remote PEAR operation you need 
to load the xmlrpc extension or install XML_RPC");
+        } 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);

-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to