Skip to content

Commit eea038c

Browse files
committedDec 16, 2020
tag for release
1 parent 2fb4e62 commit eea038c

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed
 

‎.gitattributes

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ tests/ export-ignore
66
.gitignore export-ignore
77
.travis.yml export-ignore
88
pakefile.php export-ignore
9-
phpunit.xml export-ignore
9+
phpunit.xml.dist export-ignore

‎NEWS

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
XML-RPC for PHP version 4.4.3 - unreleased
1+
XML-RPC for PHP version 4.4.3 - 2020/12/17
22

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

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

1111

1212
XML-RPC for PHP version 4.4.2 - 2020/3/4

‎src/PhpXmlRpc.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ class PhpXmlRpc
7878
public static $xmlrpc_internalencoding = "UTF-8";
7979

8080
public static $xmlrpcName = "XML-RPC for PHP";
81-
public static $xmlrpcVersion = "4.4.3-dev";
81+
public static $xmlrpcVersion = "4.4.3";
8282

8383
// let user errors start at 800
8484
public static $xmlrpcerruser = 800;

0 commit comments

Comments
 (0)
Please sign in to comment.