comments
authorgggeek <giunta.gaetano@gmail.com>
Sat, 2 Jan 2021 15:17:57 +0000 (15:17 +0000)
committergggeek <giunta.gaetano@gmail.com>
Sat, 2 Jan 2021 15:17:57 +0000 (15:17 +0000)
lib/xmlrpc.inc

index 77385af..7e03834 100644 (file)
@@ -88,6 +88,9 @@ $GLOBALS['xmlrpc_backslash'] = chr(92).chr(92);
 
 /* Expose with the old names the classes which have been namespaced */
 
+/**
+ * @todo reinstate access to method serializedata ?
+ */
 class xmlrpcval extends Value
 {
     /**
@@ -155,6 +158,9 @@ class xmlrpcval extends Value
     }
 }
 
+/**
+ * @todo reinstate access to method parseResponseHeaders ?
+ */
 class xmlrpcmsg extends Request
 {
 }
@@ -163,6 +169,9 @@ class xmlrpcresp extends Response
 {
 }
 
+/**
+ * @todo reinstate access to methods sendPayloadHTTP10, sendPayloadHTTPS, sendPayloadCURL, _try_multicall ?
+ */
 class xmlrpc_client extends Client
 {
 }