mirror of
https://github.com/php/php-src.git
synced 2025-08-15 13:38:49 +02: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:
parent
f74f9b073a
commit
3ec5919e14
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue