X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=src%2FPhpXmlRpc.php;h=90a18fe854f58c7971ca5b2824fd2cd072fb5144;hb=b9401ffa2174663e376dcbb3aadba09eb62d8d19;hp=258e4b55f9ae9b47af7450b216e6ead0243ffb8e;hpb=98c18a6d7e64175c48e5219db83b99b62d8d4ea4;p=plcapi.git diff --git a/src/PhpXmlRpc.php b/src/PhpXmlRpc.php index 258e4b5..90a18fe 100644 --- a/src/PhpXmlRpc.php +++ b/src/PhpXmlRpc.php @@ -78,7 +78,7 @@ class PhpXmlRpc public static $xmlrpc_internalencoding = "UTF-8"; public static $xmlrpcName = "XML-RPC for PHP"; - public static $xmlrpcVersion = "4.3.2"; + public static $xmlrpcVersion = "4.6.0"; // let user errors start at 800 public static $xmlrpcerruser = 800; @@ -93,6 +93,9 @@ class PhpXmlRpc public static $xmlrpc_null_apache_encoding_ns = "http://ws.apache.org/xmlrpc/namespaces/extensions"; + // number of decimal digits used to serialize Double values + public static $xmlpc_double_precision = 128; + /** * A function to be used for compatibility with legacy code: it creates all global variables which used to be declared, * such as library version etc...