Skip to content

Commit

Permalink
tag for release
Browse files Browse the repository at this point in the history
  • Loading branch information
gggeek committed Jun 20, 2022
1 parent 820d547 commit 39e37ed
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion NEWS
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
XML-RPC for PHP version 4.X.Y - unreleased
XML-RPC for PHP version 4.8.0 - 2022/6/20

* fixed: the `benchmark.php` file had seen some tests accidentally dropped

* improved: added method `Client::prepareCurlHandle`, to make it easier to send multiple requests in parallel when using
curl and the server does not support `system.multicall`. See new demo file `parallel.php` for how this can be done.

* fixed: error 'Class "PhpXmlRpc\Exception\PhpXmlrpcException" not found' when including `xmlrpc.inc` and on php 8.1
(might also happen on other php versions)


XML-RPC for PHP version 4.7.2 - 2022/5/25

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.8.0-dev";
public static $xmlrpcVersion = "4.8.0";

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

0 comments on commit 39e37ed

Please sign in to comment.