From 90979fe00d7f79b5eb83f51218568dd6c247af70 Mon Sep 17 00:00:00 2001
From: gggeek
Date: Mon, 28 Nov 2022 12:45:09 +0000
Subject: [PATCH] update changelog and sample server url in the debugger
---
debugger/action.php | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/debugger/action.php b/debugger/action.php
index 64b2d5e4..cb9aa8ec 100644
--- a/debugger/action.php
+++ b/debugger/action.php
@@ -530,14 +530,14 @@ if ($action) {
You will need to enable the CURL extension to use the HTTPS and HTTP 1.1 transports
\n";
+ echo "You will need to enable the CURL extension to use the HTTPS, HTTP 1.1 and HTTP/2 transports
\n";
}
?>
Example
- Server Address: phpxmlrpc.sourceforge.net
- Path: /server.php
+ Server Address: gggeek.altervista.org
+ Path: /sw/xmlrpc/demo/server/server.php
Notice
@@ -546,6 +546,7 @@ if ($action) {
Changelog
+ - 2022-11-28: allow to use http/2 protocol; two security issues fixed in the underlying library
- 2020-12-11: fix problems with running the debugger on php 8
- 2015-05-30: fix problems with generating method payloads for NIL and Undefined parameters
- 2015-04-19: fix problems with LATIN-1 characters in payload
--
2.47.0