mirror of
https://github.com/php/php-src.git
synced 2026-03-24 00:02:20 +01:00
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:
@@ -58,6 +58,6 @@ bool(true)
|
||||
int(4)
|
||||
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
|
||||
|
||||
@@ -39,6 +39,6 @@ bool(true)
|
||||
Deprecated: Function libxml_disable_entity_loader() is deprecated in %s on line %d
|
||||
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)
|
||||
Done
|
||||
|
||||
Reference in New Issue
Block a user