php-src/ext/soap
Christoph M. Becker 2a13304b2e
Fix GH-8538: SoapClient may strip parts of nmtokens
When stripping the namespace prefix, we can assume that this does not
contain any colons, while the rest of the name may contain colons.
Hence we must not use `strrchr()` but rather `strchr()` instead.

Closes GH-8543.
2022-05-23 16:49:12 +02:00
..
tests Fix GH-8538: SoapClient may strip parts of nmtokens 2022-05-23 16:49:12 +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 Merge branch 'PHP-7.4' into PHP-8.0 2021-03-29 14:19:39 +02:00
php_encoding.h Remove mention of PHP major version in Copyright headers 2019-09-25 14:51:43 +02:00
php_http.c Merge branch 'PHP-7.4' 2020-09-17 10:31:48 +02:00
php_http.h Remove mention of PHP major version in Copyright headers 2019-09-25 14:51:43 +02:00
php_packet_soap.c Remove mention of PHP major version in Copyright headers 2019-09-25 14:51:43 +02:00
php_packet_soap.h Remove mention of PHP major version in Copyright headers 2019-09-25 14:51:43 +02:00
php_schema.c Merge branch 'PHP-7.4' 2020-09-30 08:37:43 +03:00
php_schema.h Remove mention of PHP major version in Copyright headers 2019-09-25 14:51:43 +02:00
php_sdl.c Fix GH-8538: SoapClient may strip parts of nmtokens 2022-05-23 16:49:12 +02:00
php_sdl.h Remove mention of PHP major version in Copyright headers 2019-09-25 14:51:43 +02:00
php_soap.h Fix [-Wundef] warning in SOAP extension 2020-05-20 16:29:51 +02:00
php_xml.c Merge branch 'PHP-7.4' into PHP-8.0 2021-01-31 21:42:48 -08:00
php_xml.h Remove mention of PHP major version in Copyright headers 2019-09-25 14:51:43 +02:00
soap.c Fix GH-8578: Error on wrong parameter on SoapHeader constructor 2022-05-19 11:03:49 +02:00
soap.stub.php Accept null $location in SoapClient::__setLocation() 2021-02-10 10:50:42 +01:00
soap_arginfo.h Regenerate arginfo file 2021-02-10 11:18:06 +01:00