Description
Legacy PHP 7.4 applications can stream-read XML documents with XMLReader. It is a runtime module for processing large or structured XML inputs without loading the whole document at once. Untrusted XML should still be handled with parser limits and validation.