1
0
mirror of https://github.com/php/php-src.git synced 2026-03-31 04:32:19 +02:00
Files
archived-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
..
2018-07-25 00:53:25 +02:00
2020-09-17 10:31:48 +02:00
2020-09-30 08:37:43 +03:00
2021-01-31 21:42:48 -08:00
2021-02-10 11:18:06 +01:00