X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=src%2FClient.php;h=2f6444af33eb93585edd45de0fde9fde6f66f1c5;hb=3b18a711d68f936d7395ade1903fe0875cb5fd9c;hp=3d29093ca333700a9c7908f1c04f560dd963f98f;hpb=3d9f7fd067faa468f0eb41c8c724ae3de3472cee;p=plcapi.git diff --git a/src/Client.php b/src/Client.php index 3d29093..2f6444a 100644 --- a/src/Client.php +++ b/src/Client.php @@ -71,12 +71,12 @@ class Client * Name of compression scheme to be used for sending requests. * Either null, gzip or deflate. */ - public $request_compression = ''; /** * CURL handle: used for keep-alive connections (PHP 4.3.8 up, see: * http://curl.haxx.se/docs/faq.html#7.3). + * @internal */ public $xmlrpc_curl_handle = null; @@ -91,7 +91,7 @@ class Client * It defaults to NULL, which means using US-ASCII and encoding all characters outside of the ASCII range using * their xml character entity representation (this has the benefit that line end characters will not be mangled in * the transfer, a CR-LF will be preserved as well as a singe LF). - * Valid values are 'US-ASCII', 'UTF-8' and 'ISO-8859-1' + * Valid values are 'US-ASCII', 'UTF-8' and 'ISO-8859-1' */ public $request_charset_encoding = '';