From 636d3e1dd4241f612155ff4c96115a0b1a366303 Mon Sep 17 00:00:00 2001 From: gggeek Date: Sat, 2 Jan 2021 15:17:57 +0000 Subject: [PATCH 1/1] comments --- lib/xmlrpc.inc | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/lib/xmlrpc.inc b/lib/xmlrpc.inc index 77385af..7e03834 100644 --- a/lib/xmlrpc.inc +++ b/lib/xmlrpc.inc @@ -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 { } -- 2.43.0