Skip to content

Commit

Permalink
tag for release 4.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gggeek committed May 25, 2022
1 parent 7e23e7e commit 0c0b5ae
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/PhpXmlRpc.php
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 0c0b5ae

Please sign in to comment.