From 88ed2f9510cccca3e829288bf71dbefb9909a965 Mon Sep 17 00:00:00 2001 From: "Christoph M. Becker" Date: Wed, 25 Sep 2024 20:24:57 +0200 Subject: [PATCH] Fix bug71610.phpt Apparently example.org now rejects POST requests, so we would need to adjust the test expectation ("Method not allowed"). However, there is no need for an online test; instead we're just using the CLI test server. The serialization is a bit fiddly, but as long as there are no quotes in `PHP_CLI_SERVER_ADDRESS` we're fine. --- ext/soap/tests/bug71610.phpt | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/ext/soap/tests/bug71610.phpt b/ext/soap/tests/bug71610.phpt index ef0803134fb42..13913cfde7396 100644 --- a/ext/soap/tests/bug71610.phpt +++ b/ext/soap/tests/bug71610.phpt @@ -4,11 +4,20 @@ SOAP Bug #71610 - Type Confusion Vulnerability - SOAP / make_http_soap_request() soap --SKIPIF-- --FILE-- blahblah(); } catch(SoapFault $e) {