Description
Legacy PHP 8.0 applications can generate XML documents with structured writer calls instead of hand-built strings. This runtime extension adds the XMLWriter API for feeds, export files, service responses, and document builders. It is dependency-only and has no separate launcher; PHP scripts use it after the extension is enabled. Output still needs encoding, escaping, and size controls when data comes from users or remote systems.