History log of /PHP-7.4/ext/soap/tests/bug69668.wsdl (Results 1 – 1 of 1)
Revision Date Author Comments
# 75cb6782 24-Mar-2021 Christoph M. Becker

Fix #69668: SOAP special XML characters in namespace URIs not encoded

`xmlNewNs()` does not XML encode the passed `href`, so we need to do
that manually.

Closes GH-6804.

Fix #69668: SOAP special XML characters in namespace URIs not encoded

`xmlNewNs()` does not XML encode the passed `href`, so we need to do
that manually.

Closes GH-6804.

Signed-off-by: Christoph M. Becker <cmbecker69@gmx.de>

show more ...