X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=src%2FPhpXmlRpc.php;h=90a18fe854f58c7971ca5b2824fd2cd072fb5144;hb=b9401ffa2174663e376dcbb3aadba09eb62d8d19;hp=63f1226f3749975315c5c14a262c44d4e3573362;hpb=eea038c58b32b35df93cbf5e96cf186321dd09d7;p=plcapi.git diff --git a/src/PhpXmlRpc.php b/src/PhpXmlRpc.php index 63f1226..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.4.3"; + 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...