mirror of
https://github.com/php/php-src.git
synced 2026-04-22 07:28:09 +02:00
75cb678206
`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>