File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -6,4 +6,4 @@ tests/ export-ignore
6
6
.gitignore export-ignore
7
7
.travis.yml export-ignore
8
8
pakefile.php export-ignore
9
- phpunit.xml export-ignore
9
+ phpunit.xml.dist export-ignore
Original file line number Diff line number Diff line change 1
- XML-RPC for PHP version 4.4.3 - unreleased
1
+ XML-RPC for PHP version 4.4.3 - 2020/12/17
2
2
3
3
* fixed: compatibility with PHP 8.0 (fixes to the debugger, to the server's 'system.methodHelp' method and to the
4
4
PhpXmlRpc\Wrapper class).
5
5
Note that method `Value::structeach` has not been removed from the API, but it is _not_ supported when running
6
6
on PHP 8.0 or later - in that case it will always throw an Error.
7
7
8
8
* 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
10
10
11
11
12
12
XML-RPC for PHP version 4.4.2 - 2020/3/4
Original file line number Diff line number Diff line change @@ -78,7 +78,7 @@ class PhpXmlRpc
78
78
public static $ xmlrpc_internalencoding = "UTF-8 " ;
79
79
80
80
public static $ xmlrpcName = "XML-RPC for PHP " ;
81
- public static $ xmlrpcVersion = "4.4.3-dev " ;
81
+ public static $ xmlrpcVersion = "4.4.3 " ;
82
82
83
83
// let user errors start at 800
84
84
public static $ xmlrpcerruser = 800 ;
You can’t perform that action at this time.
0 commit comments