Description
Large XML documents can be read progressively by legacy PHP 5.6 applications without loading the full tree into memory. This is useful for importers, feeds, logs, and data migration scripts that process XML streams.
It is a PHP extension for old code. Streaming parsers reduce memory pressure, but applications still need limits, validation, and defensive handling for untrusted XML.