Description
Applications running on PHP 8.2 can generate XML documents with structured writer calls. This runtime extension adds XMLWriter support for feeds, export files, service responses, and document builders. It is dependency-only and has no separate launcher; PHP code uses it when enabled. Output still needs escaping, encoding checks, and size controls when it includes data from users or remote systems.