Fix 2 comments
authorgggeek <giunta.gaetano@gmail.com>
Sun, 12 Apr 2015 13:31:42 +0000 (14:31 +0100)
committergggeek <giunta.gaetano@gmail.com>
Sun, 12 Apr 2015 13:31:42 +0000 (14:31 +0100)
demo/server/server.php
src/Client.php

index c88c384..35e2dc0 100644 (file)
@@ -731,7 +731,6 @@ $a = array(
     ),
     "examples.generatePHPWarning" => array(
         "function" => array($o, "phpwarninggenerator"),
-        //'function' => 'xmlrpc_server_methods_container::phpwarninggenerator'
     ),
     "examples.raiseException" => array(
         "function" => array($o, "exceptiongenerator"),
index d3f7540..4c784d5 100644 (file)
@@ -726,6 +726,7 @@ class Client
 
         if ($this->debug) {
             curl_setopt($curl, CURLOPT_VERBOSE, 1);
+            /// @todo allow callers to redirect curlopt_stderr to some stream which can be buffered
         }
         curl_setopt($curl, CURLOPT_USERAGENT, $this->user_agent);
         // required for XMLRPC: post the data