Description
Applications running on PHP 8.4 can stream-read XML documents without loading each file into memory. This runtime extension adds the XMLReader API for feeds, importers, configuration files, and document processors. It is dependency-only and has no separate launcher; PHP code uses it when enabled. Untrusted XML needs entity controls, size limits, and validation because malformed or oversized input can waste resources.