Update error message for libxml 2.13

External entity loading got its error level decreased in upstream,
which means they now map to E_NOTICE. Also the error message format has
changed.
This commit is contained in:
Niels Dossche 2024-09-12 22:37:21 +02:00
parent f74f9b073a
commit 3ec5919e14
2 changed files with 2 additions and 2 deletions

View file

@ -58,6 +58,6 @@ bool(true)
int(4) int(4)
bool(true) bool(true)
Warning: DOMDocument::loadXML(): %Sfailed to load external entity "file:///%s/test_bug_61367-read/bad" in %s on line %d %s: DOMDocument::loadXML(): %Sfailed to load %s
Warning: Attempt to read property "nodeValue" on null in %s on line %d Warning: Attempt to read property "nodeValue" on null in %s on line %d

View file

@ -39,6 +39,6 @@ bool(true)
Deprecated: Function libxml_disable_entity_loader() is deprecated in %s on line %d Deprecated: Function libxml_disable_entity_loader() is deprecated in %s on line %d
bool(false) bool(false)
Warning: DOMDocument::loadXML(): %Sfailed to load external entity "%s" in %s on line %d %s: DOMDocument::loadXML(): %Sfailed to load %s
bool(true) bool(true)
Done Done