oops version nr
authorgggeek <giunta.gaetano@gmail.com>
Tue, 20 Dec 2022 17:03:15 +0000 (17:03 +0000)
committergggeek <giunta.gaetano@gmail.com>
Tue, 20 Dec 2022 17:03:15 +0000 (17:03 +0000)
doc/manual/phpxmlrpc_manual.adoc
src/PhpXmlRpc.php

index d6a9409..4159570 100644 (file)
@@ -1,5 +1,5 @@
 = XML-RPC for PHP
-:revision: 4.9.2
+:revision: 4.9.23
 :keywords: xmlrpc, xml, rpc, webservices, http
 :toc: left
 :imagesdir: images
index da62781..d20cc80 100644 (file)
@@ -92,7 +92,7 @@ class PhpXmlRpc
     public static $xmlrpc_internalencoding = "UTF-8";
 
     public static $xmlrpcName = "XML-RPC for PHP";
-    public static $xmlrpcVersion = "4.9.2";
+    public static $xmlrpcVersion = "4.9.3";
 
     // let user errors start at 800
     public static $xmlrpcerruser = 800;