Skip to content

Commit

Permalink
tag for release
Browse files Browse the repository at this point in the history
  • Loading branch information
gggeek committed Dec 16, 2020
1 parent 2fb4e62 commit eea038c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ tests/ export-ignore
.gitignore export-ignore
.travis.yml export-ignore
pakefile.php export-ignore
phpunit.xml export-ignore
phpunit.xml.dist export-ignore
4 changes: 2 additions & 2 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
XML-RPC for PHP version 4.4.3 - unreleased
XML-RPC for PHP version 4.4.3 - 2020/12/17

* fixed: compatibility with PHP 8.0 (fixes to the debugger, to the server's 'system.methodHelp' method and to the
PhpXmlRpc\Wrapper class).
Note that method `Value::structeach` has not been removed from the API, but it is _not_ supported when running
on PHP 8.0 or later - in that case it will always throw an Error.

* improvements to the test stack: it is now possible to run it via Docker besides Travis; avoid using _any_ external
server when running tests; run Travis tests against php 8.0; bump PHPUnit versions in use
server when running tests; run Travis tests also on php 8.0; bump PHPUnit versions in use


XML-RPC for PHP version 4.4.2 - 2020/3/4
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.4.3-dev";
public static $xmlrpcVersion = "4.4.3";

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

0 comments on commit eea038c

Please sign in to comment.