Description
PHP 8.2 applications can parse and produce XML through the standard XML module set. These runtime extensions support web services, feeds, configuration files, document processing, and import workflows. They are dependency-only and have no separate launcher; PHP code loads them when enabled. XML from untrusted sources should be parsed with safe limits, validation, and external entity controls.