X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=src%2FPhpXmlRpc.php;h=88b8f7030324d506bd2057d83f63dfb1f5352aa8;hb=81ff420c14ca2c24b7e204b1c8ec1405739b88da;hp=deb697a490117a3f89e9bb5fff5139d05e3118f1;hpb=cea2f82f38206b5aac20b189e0037e4e71fcb347;p=plcapi.git diff --git a/src/PhpXmlRpc.php b/src/PhpXmlRpc.php index deb697a..88b8f70 100644 --- a/src/PhpXmlRpc.php +++ b/src/PhpXmlRpc.php @@ -66,7 +66,7 @@ class PhpXmlRpc // The encoding used internally by PHP. // String values received as xml will be converted to this, and php strings will be converted to xml // as if having been coded with this - public static $xmlrpc_internalencoding = "ISO-8859-1"; // TODO: maybe this would be better as UTF-8, or at least configurable? + public static $xmlrpc_internalencoding = "ISO-8859-1"; // TODO: maybe this would be better as UTF-8 public static $xmlrpcName = "XML-RPC for PHP"; public static $xmlrpcVersion = "4.0.0.beta"; @@ -136,4 +136,5 @@ class PhpXmlRpc } } } + }