mirror of
https://github.com/php/php-src.git
synced 2026-04-11 10:03:18 +02:00
`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>