OpenMage / magento-lts

Official OpenMage LTS codebase | Migrate easily from Magento Community Edition in minutes! Download the source code for free or contribute to OpenMage LTS | Security vulnerability patches, bug fixes, performance improvements and more.
https://www.openmage.org
Open Software License 3.0
870 stars 436 forks source link

Fix: create empty SimpleXMLElement #4351

Closed sreichel closed 6 days ago

sreichel commented 1 week ago

Description (*)

This causes a fatal error, because its no valid xml (no root element)

new SimpleXMLElement('<?xml version="1.0" encoding="utf-8" ?>');