php-src/ext/soap
Christoph M. Becker 75cb678206
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>
2021-03-29 14:17:55 +02:00
..
tests Fix #69668: SOAP special XML characters in namespace URIs not encoded 2021-03-29 14:17:55 +02:00
config.m4 Normalize comments in *nix build system m4 files 2019-05-12 18:43:03 +02:00
config.w32 Remove unused Git attributes ident 2018-07-25 00:53:25 +02:00
CREDITS
php_encoding.c Fix #69668: SOAP special XML characters in namespace URIs not encoded 2021-03-29 14:17:55 +02:00
php_encoding.h Remove yearly range from copyright notice 2019-01-30 11:03:12 +02:00
php_http.c Merge branch 'PHP-7.3' into PHP-7.4 2020-09-17 10:31:30 +02:00
php_http.h Remove yearly range from copyright notice 2019-01-30 11:03:12 +02:00
php_packet_soap.c Remove yearly range from copyright notice 2019-01-30 11:03:12 +02:00
php_packet_soap.h Remove yearly range from copyright notice 2019-01-30 11:03:12 +02:00
php_schema.c Merge branch 'PHP-7.3' into PHP-7.4 2020-09-30 08:37:35 +03:00
php_schema.h Remove yearly range from copyright notice 2019-01-30 11:03:12 +02:00
php_sdl.c Fix persistent leak on load_wsdl_ex failure 2021-02-02 10:05:35 +01:00
php_sdl.h Remove yearly range from copyright notice 2019-01-30 11:03:12 +02:00
php_soap.h Remove yearly range from copyright notice 2019-01-30 11:03:12 +02:00
php_xml.c Merge branch 'PHP-7.3' into PHP-7.4 2021-01-31 21:42:41 -08:00
php_xml.h Remove yearly range from copyright notice 2019-01-30 11:03:12 +02:00
soap.c Merge branch 'PHP-7.3' into PHP-7.4 2020-09-30 08:29:21 +03:00