nitpicks; prepare for release
[plcapi.git] / lib / xmlrpc.inc
index 77385af..8059405 100644 (file)
  * This file is only used to insure backwards compatibility
  * with the API of the library <= rev. 3
  *
- * If it is included, the library will work without any further autoloading
+ * If it is included, the library will work without any further autoloading.
+ *
+ * NB: including this file will also alter the library configuration setting the
+ * expected charset encoding used by the app to ISO-8859-1. Please see the
+ * file api_changes_v4.md for how to change this if required.
  *****************************************************************************/
 
 include_once(__DIR__.'/../src/Client.php');
@@ -88,6 +92,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 +162,9 @@ class xmlrpcval extends Value
     }
 }
 
+/**
+ * @todo reinstate access to method parseResponseHeaders ?
+ */
 class xmlrpcmsg extends Request
 {
 }
@@ -163,6 +173,9 @@ class xmlrpcresp extends Response
 {
 }
 
+/**
+ * @todo reinstate access to methods sendPayloadHTTP10, sendPayloadHTTPS, sendPayloadCURL, _try_multicall ?
+ */
 class xmlrpc_client extends Client
 {
 }