Merge branch 'PHP-8.4'

* PHP-8.4:
  ext/soap: fix `make check` being invoked in `ext/soap`
This commit is contained in:
Niels Dossche 2024-11-08 20:48:21 +01:00
commit 963511bffa
No known key found for this signature in database
GPG Key ID: B8A8AD166DF0E2E5

View File

@ -33,7 +33,7 @@ class TestSoapClient extends SoapClient {
}
}
$client = new TestSoapClient('ext/soap/tests/gh15711.wsdl', ['classmap' => ['book' => 'book']]);
$client = new TestSoapClient(__DIR__ . '/gh15711.wsdl', ['classmap' => ['book' => 'book']]);
echo "--- Test with backed enum ---\n";