tag for release 4.7.0 4.7.0
authorgggeek <giunta.gaetano@gmail.com>
Wed, 25 May 2022 14:25:43 +0000 (14:25 +0000)
committergggeek <giunta.gaetano@gmail.com>
Wed, 25 May 2022 14:25:43 +0000 (14:25 +0000)
NEWS
src/PhpXmlRpc.php

diff --git a/NEWS b/NEWS
index 99046b1..5a20e18 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,10 @@
+XML-RPC for PHP version 4.7.0 - 2022/5/25
+
+* new: HTTP/2 is supported by both the Client and Server components (with the php cURL extension being required to use
+  it client-side).
+  To force the client to use http/2 and http/2-tls requests, pass `http2` or `http2tls` as 3rd argument to `Client::send`.
+
+
 XML-RPC for PHP version 4.6.1 - 2022/2/15
 
 * fixed: one php warning with php 8 and up
index 2f4daff..e49c1eb 100644 (file)
@@ -80,7 +80,7 @@ class PhpXmlRpc
     public static $xmlrpc_internalencoding = "UTF-8";
 
     public static $xmlrpcName = "XML-RPC for PHP";
-    public static $xmlrpcVersion = "4.7.0-dev";
+    public static $xmlrpcVersion = "4.7.0";
 
     // let user errors start at 800
     public static $xmlrpcerruser = 800;