From: Stig Bakken Date: Mon, 20 May 2002 22:29:52 +0000 (+0000) Subject: * disable debug in XML_RPC fallback X-Git-Tag: RELEASE_0_10~75 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d24f7420d0d35aba196ef7238739aadd95a065a4;p=php * disable debug in XML_RPC fallback --- diff --git a/pear/PEAR/Remote.php b/pear/PEAR/Remote.php index b7279b76a5..1ed435474b 100644 --- a/pear/PEAR/Remote.php +++ b/pear/PEAR/Remote.php @@ -64,7 +64,7 @@ class PEAR_Remote extends PEAR if ($username && $password) { $c->setCredentials($username, $password); } - $c->setDebug(1); +// $c->setDebug(1); $r = $c->send($f); if (!$r) { return $this->raiseError("XML_RPC send failed");