Skip to content

Commit

Permalink
tag release
Browse files Browse the repository at this point in the history
  • Loading branch information
gggeek committed Feb 15, 2022
1 parent d8b919d commit 5f47934
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
XML-RPC for PHP version 4.6.1 - 2022/2/15

* fixed: one php warning with php 8 and up


XML-RPC for PHP version 4.6.0 - 2021/12/9

* fixed: compatibility with php 8.1
Expand Down
2 changes: 1 addition & 1 deletion src/PhpXmlRpc.php
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ class PhpXmlRpc
public static $xmlrpc_internalencoding = "UTF-8";

public static $xmlrpcName = "XML-RPC for PHP";
public static $xmlrpcVersion = "4.6.1-dev";
public static $xmlrpcVersion = "4.6.1";

// let user errors start at 800
public static $xmlrpcerruser = 800;
Expand Down

0 comments on commit 5f47934

Please sign in to comment.